搜索资源列表
ofdm
- OFDM在MATLAB中的仿真程序,包括数据生成,数据传输,干扰,误差补充,数据接收,误码率的计算。不过误码率很大,达到0.5,希望对大家有用。-OFDM in the MATLAB simulation program, including data generation, data transmission, interference, error added, data receiving, the bit error rate calculations. But a large erro
QPSK_system_BER_simulation
- 进行QPSK的BER算法的仿真,计算误码率-The BER for QPSK simulation algorithm to calculate the bit error rate
123456
- 蒙特卡罗实验,计算误码率。为书上的程序。可以参考-Monte Carlo experiment to calculate the error rate. Procedures for the book. Can refer to
BPSK
- 高斯白噪声信道的BPSK通信系统的理论误码率的计算公式为Q(sqrt(2*Eb/N0))或是0.5*erfc(sqrt(Eb/N0)),-Gaussian white noise channel theory of BPSK communication system bit error rate is calculated as Q (sqrt (2* Eb/N0)) or 0.5* erfc (sqrt (Eb/N0)),
a_wanzheng_meiyouzhishiying
- 使用matlab对信号进行调制解调的仿真,计算误码率-Matlab simulation of the signal modulation and demodulation, bit error rate calculation
psktiaozhi
- 完成M=4的PSK通信系统仿真,计算误码率以及无比特率-The completion of M = 4 PSK communication system simulation, calculation error rate and very special rates
OFDM
- OFDM加循环前缀加保护间隔误码率计算,加卷积码运用-OFDM plus cyclic prefix plus protection interval bit error rate calculation, the use of convolutional codes
TFSK1
- 用于实现二进制时频调制与解调,并实现了误码率的计算-Used to achieve binary time-frequency modulation and demodulation, and to achieve the bit error rate calculation
sang_v82
- 给出接收信号眼图及系统仿真误码率,旋转机械二维全息谱计算的实用例程,直线阵采用切比学夫加权控制主旁瓣比。- The received signal is given eye and BER simulation systems, Rotating Machinery dimensional hologram of practical spectrum calculation routines, Linear array using cut than learning laid upon the
student_error_detect 1
- 简单的实现比特序列误码率计算,使用的都是很基础的原件,并未使用现成的误码率计算文件(A simple way to computes the bit error rate of a bit sequence.)
LDPC MATLAB
- 代码实现了matlab完成LDPC编码,简洁有效且实现了误码率计算,但计算时间较长
基于高斯白噪声信道BPSK调制下的误码率与信噪比的关系
- MATLAB代码 公式推导的时候信噪比的单位是B,目的是为了推导的方便,代码在写的时候需要记得换算。 单个符号的比特数跟信噪比有关,snr越大,其越大。 由于符号1被误认为是0的概率与符号0被误认为是1的概率是一样的,因此无论蒙特卡洛的仿真次数是多少,误码率的理论计算值 与蒙特卡洛仿真值永远一样!(条件是高斯白噪声为0均值的) 为了让实际结果与理论值完全一样,高斯白噪声的概率密度函数中的均值需要为0!但是这个条件在实际生活中无法满足。 环境是不能改变的,因此噪声的均值是无法改变的。