毕业设计要求:

主要验证 LDPC 编码在多载波
1. 建立 MC-DS-CDMA 通信系统模型,信道采用 AWGN 信道;

2. 编写 RS 和 LDPC 编码、译码的程序代码;

3. 针对高斯白噪声和邻信道互相关干扰,用蒙特卡洛方法对不同纠错编码—伪随机码组合的接收误码率进行对比;

4.用两路径莱斯信道,叠加高斯白噪声和互相关干扰,对比无编码 MC-CDMA、RS-MC-CDMA 系统和 LDPC-MC-CDMA 系统的接收误码率;

5. 针对突发窄带干扰,用蒙特卡洛方法对比无编码 MC-CDMA、 RS-MC-CDMA系统和 LDPC-MC-CDMA 系统的接收误码率。

整理:

fix(X) rounds the elements of X to the nearest integers towards zero.   求一个数最相近的整数,方向为趋于零的方向。

primes(N) is a row vector of the prime numbers less than or equal to N. A prime number is one that has no factors other than 1 and itself.求小于N的素数。

gcd Greatest common divisor.       求最大公约数