搜索资源列表
hamming
- 用vc开发的汉明码编码解码程序。一个很有用的纠错编码程序。-vc development with the Hamming codes codec procedures. A very useful error correction coding process.
汉明码的仿真实现以及调试,结果演示
- 汉明码的仿真实现以及调试,结果演示。是基于MatLAB环境用simulink仿真的,Hamming code and debugging the simulation
Hamming.rar
- 海明加权的天线方向图,使用matlab 调试过,对研究雷达天线的同志很有帮助。,Hamming weighted antenna pattern, use the debug matlab, and the study of the radar antenna comrades helpful.
FIR
- 四种窗函数设计FIR数字滤波器matlab源码(hant,hamming,blackman,kaiser)-use window functions to design digital low-pass FIR filter...
hamming-matlab
- 实现汉明码的编码和译码,可设定误码位置,查看纠错效果。-Achieve Hamming encoding and decoding, error location can be set to see the error correction effect.
Hamming法求级数
- Hamming法求级数,级数,x取值点,误差范围皆在程序中指定-Hamming method series, series, x value, the error range specified in the procedure are
FIR
- 用窗函数法设计一个长度N等于8的线性相位FIR滤波器。其理想的幅频特性为 分别用矩形窗、Hanning窗、Hamming窗、Blackman窗、Kaiser窗(b=8.5)设计该滤波器。 -Window function method used to design a length N equal to 8 the linear phase FIR filter. Its ideal amplitude-frequency characteristics of rectangular w
MATLAB
- (7,4)汉明码的编译码程序,基于MTLAB语言-Encoding and decoding procedures of (7,4)Hamming code
FIRFilter
- 此例子为fir滤波器设计c语言算法实现,包括三角窗,矩形窗,汉宁窗,汉明窗,凯萨窗等经典窗函数。可以直接调用。-This example for the fir filter design algorithm c language, including the triangular window, rectangular window, Hanning window, Hamming window, Caesar windows classic window function. Can be d
Hm
- 计算海明码-Calculation of Hamming code
HammingCode
- 此程序实现对汉明码的编码与译码算法。汉明码是一种多重(复式)奇偶检错系统。它将信息用逻辑形式编码,以便能够检错和纠错。用在汉明码中的全部传输码字是由原来的信息和附加的奇偶监督位组成的。-This process of realization of hamming code encoding and decoding algorithm. Hamming code is a multiple (double) parity error detection system. It will use t
hamm_enc
- 汉明窗编码功能,采用matlab开发平台实现汉明窗编码功能简易操作-Hamming window of encoding functions, the development platform used matlab Hamming window function of simple coding operation
allweight
- 一个很有用的函数,功能是产生规定字长以及规定汉明重量的码字,常用于channel coding开发-A useful function, function is to have the provisions of word length and weight of the provisions of Hamming code word, commonly used in the development of channel coding
HAMMING.ZIP
- Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. For 7.4 code, one error per 7-bit codeword can be corrected. For 8.4 code, one error per 8-bit codeword can be corrected and not less than 2 err
hamming
- 四个matlab程序,通过四种方式,分别对向量、图像的汉明编解码进行了研究。并附上试验结果。-Matlab four procedures in four ways, namely, on the vector, image codec Hamming studied. With the test results.
hamming
- Hamming code in matlab.
hamming
- 汉明码编码译码源码,谢谢大家分享,-Hamming code encoding decoding source code, thank you for sharing
hamming
- program for ofdm,ofdm_ber,coding and decoding(with interleaving),qpsk,hamming codes.
Hamming
- 用MATLAB实现Hamming码的编码和译码,并设计了友好的互动界面,是学习信息论与编码很好的例子。-Hamming code with MATLAB to achieve encoding and decoding, and a friendly interactive interface design, information theory and coding to learn a good example.
hamming
- 汉明码,一种简单的编码方式,C语言实现。-Hamming code, a simple encoding, C language.