搜索资源列表
rm_par
- 采用reed-muller码降低ofdm的par方法-used reed-cup code to reduce the par method ofdm
jf_Box_Muller_transform
- Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
RMCode
- Reed Muller的编码解码和仿真代码,有完整的注释-The coding and decoding codes of Reed Muller coding method. Also simulation is added.
My_Mul
- 用matlab编写的muller(抛物线)法求解函数零点-Using matlab written muller (parabolic) Method Function
muller
- about muller method for solve lineer program
mullertest
- 改进的muller算法 当中不用判断 直接考虑了复数根的情况 并包含一个例子-Improved muller algorithm to determine which do not directly take into account the complex situation in the root and contains an example
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.
OFDMPAPRReductionPTSMethod
- PAPR Simulation using PTS based on Muller and Huber paper.
driffill_code
- muller法, 可以對方程式求數值解 muller method and newton method-muller method
muller
- 用muller算法求解非线性方程的根 已知方程f(x)=0的三个近似根,以这3点为节点构造二次插值多项式的一个零点作为近似根; 不断迭代计算直到满足精度为止;-Solving the roots of nonlinear equations with Muller algorithm
gauss
- 分别用中心极限定理和Box-Muller方法产生高斯噪声,用于二进制双极性基带通信系统仿真,比较其仿真运行时间及结果。-Central limit theorem and were used Box-Muller method for generating Gaussian noise for binary bipolar baseband communication system simulation, and compared the results of the simulation ru
muller
- 利用穆勒法解非线性方程的matlab程序。有详细的英文注释。-Muller method for nonlinear equations using the matlab program. Detailed notes in English.
muller
- muller code for matlab
muller
- this code is written to solve non linear equation using muller method.
Reed-Muller
- 使用matlab仿真快速Hadamrd变换的Reed-Muller译码.-Reed-Muller
muller
- muller a source code in matlab software for math
muller
- 求解图像的穆勒矩阵及其极分解矩阵,还有矩阵分析参数(Muller matrix and polar factorization matrix for solving image)
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