搜索资源列表
muller
- muller法解方程,是Newton法解方程的一种改进,计算更简单
muller alg
- muller s algorithm 穆勒算法 经典-MULLER s algorithm Muller classical algorithm
RMCode
- Reed Muller的编码解码和仿真代码,有完整的注释-The coding and decoding codes of Reed Muller coding method. Also simulation is added.
generation_gaussian_randomvariables
- 高斯分布的随机数序列 用十二求和法和BoxMuller方法得到-generation of gaussian random variables sum-of-12 method Box-muller Method
My_Mul
- 用matlab编写的muller(抛物线)法求解函数零点-Using matlab written muller (parabolic) Method Function
MULLER
- 本程序是一种求解多项式零点的算法:Muller 算法-This program is an algorithm for solving polynomial zeros: Muller Algorithm
muller
- about muller method for solve lineer program
RMDecoder
- 本文为LTE中reed-muller码的译码程序,译码算法用的是FHT(快速哈达玛变换)。-This article LTE in the reed-muller code decoding process, decoding algorithm using a FHT (Fast Hadamard Transform).
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.
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
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
- 在fortran里用穆勒法根据三个点构造抛物线求解函数零点问题。-muller method in fortran.
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