搜索资源列表
jf_Box_Muller_transform
- Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
matlab.rar
- 用中心极限定理产生高斯噪声 用Box-Muller方法产生高斯噪声 用于二进制双极性基带通信系统仿真,Central limit theorem with Gaussian noise generated by Box-Muller methods for Gaussian noise bipolar binary base-band communication system simulation
RMCode
- Reed Muller的编码解码和仿真代码,有完整的注释-The coding and decoding codes of Reed Muller coding method. Also simulation is added.
ReedSolomon
- Reed solomon FEC coding
My_Mul
- 用matlab编写的muller(抛物线)法求解函数零点-Using matlab written muller (parabolic) Method Function
Steff_Mull
- 用MATLAB求解变成一个求解数值计算方法中的斯蒂芬森和抛物线法-a way of solving the method of stenfensen and muller
Reed_Muller
- matlab 实现 Reed Muller 编码及误码率曲线的绘制-matlab implementation Reed Muller code and BER Curve
5.2.2.6.4
- 源代码 matlab源代码 m文件 基于MATLAB的Reed_Muller码编译码仿真-Source code matlab source code m file code decoding based on MATLAB simulation of Reed_Muller
FHT
- reed-muller编码和译码的MATLAB程序。用到的是FHT算法-reed-muller encoding and decoding of the MATLAB program. FHT algorithm is used
04Mar_Tezeren
- Thesis on entitled REED-MULLER CODES IN ERROR CORRECTION IN WIRELESS ADHOC NETWORKS with matlab codes.
muller
- 利用穆勒法解非线性方程的matlab程序。有详细的英文注释。-Muller method for nonlinear equations using the matlab program. Detailed notes in English.
muller
- muller code for matlab
root
- Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5
BOX-MULLER
- BOX-MUller方法产生周期足够长高斯白噪声,功率谱接近于纯白的白噪声-BOX-MULLER MATLAB
Reed-Muller
- 使用matlab仿真快速Hadamrd变换的Reed-Muller译码.-Reed-Muller
muller
- muller a source code in matlab software for math
Miescattering-of-matlab
- 计算一般的mie散射光强等参数的精确程序,得到muller矩阵的各个元素表达式-scattering of Mie
cSharpmatlabtaskcal
- 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
muller
- 由图片对应点数据计算穆勒矩阵,并对其进行极分解,求得其3个分项,同时计算其各项指标参数(The Muller matrix is calculated by the corresponding data of the image, and the polar decomposition is carried out to obtain the 3 sub items, and the index parameters are calculated at the same time)
matlab_prog_for_ReedMuller_code
- 1、本程序用于仿真里德-穆勒(Reed-Muller)码在AWGN信道中的性能,调制采用bpsk 2、理论请参见《差错控制编码》(第二版),Shu Lin(美)编,晏坚等(译)一书P70-75.且仿真结果与书中图4-2完全一致 3、BPSK_AWGN_RM_Code.m为主程序,点击运行即可(1. this program is used for simulating the performance of Reed-Muller code over the AWGN channel, whe