搜索资源列表
DCT-a-Hamming-coding
- 1.DCT变换,对整个图像的直接DCT变换和分块为8*8做DCT变换,并设定阈值。 2.汉明编码(7,4),译码以及找出错误图样和纠错。并在不同的转移概率的BSC道下进行传输。-DCT:Direct DCT and IDCT,blocking. hamming coding:decoding and picking up errors.
yy
- (1)产生N个服从随机分布的随机数,重复M次运算,总计算量为M*N个点 (2)选定生成矩阵,进行信道编码 (3)进行双极性映射,根据不同信噪比加入高斯噪声(4)判决统计误码率(5)使用最小汉明距离译码并统计误码率(6)绘制星座图和误码率曲线图((1) N random number random distribution, repeated M times of operation, the total amount of comput
汉明编码
- 主要实现了一种典型的(7,4)汉明编码和汉明译码,能够正确纠错和检错,仿真正确。(It mainly realizes a typical (7,4) hamming code and hamming decoding, which can correct errors and errors correctly, and the simulation is correct.)