搜索资源列表
OFDM_bpsk
- 一般的ofdm仿真程序都是用QPSK方法 本程序用的是BPSK 并且画出了OFDM在bpsk的情况时的误码率和误符号率-Ofdm simulation program are the general method with QPSK is used in this program and draw the OFDM BPSK bpsk the situation in the bit error rate and symbol error rate
rayleiBPSK
- 在瑞利信道下,进行了BPSK调制,得到信号的误码率仿真曲线。-In Fading Channel, conducted a BPSK modulation, the BER of signal simulation curve.
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)),
minnorm
- 采用BPSK调制技术,用ZF和ZF加并行干扰消除的方法检测系统的误码率。-Using BPSK modulation technique, with the ZF and ZF plus parallel interference cancellation method to detect the BER.
Bpskruili
- BPSK调制在瑞利衰落信道下的误码率性能仿真-BPSK modulation BER performance in Rayleigh fading channel simulation
BPSKQPSK
- 对BPSK信号和QPSK信号进行误码率分析,并在高斯信道在实现,画出误码率曲线图-BPSK QPSK Modulation and demodulation
05925280BPSK
- BPSK的调制解调及误码率分析,用matlab实现,并画出了误码率曲线-BPSK Modulation and demodulation
jizhongtiaozhifangshi
- QPSK、SSB、BPSK、QAM等好几种调制方式,用matlab画出了调制图形,已调波形和星座图及误码率曲线-Modulation and demodulation
bpskawgnRayleigh
- BPSK信号在高斯和瑞利信道下的误码率曲线用matlab实现-Modulation and demodulation
QPSK-BPSK-simulation
- 在matlab上仿真QPSK BPSK过成型滤波器,AWGN信道,上下变频后的误码率情况-On the matlab simulation QPSK BPSK been shaping filter, AWGN channel, the error rate down conversion after the case
Lab2-Source-and-Error-Detection
- 第一部分产生最大128位随机数 第二部分用汉明距离检测误码率 第三部分,第一和第二再加调制(BPSK+QPSK)加白高斯噪声通道awgn,得到结果并用图形显示。-part1: source.vi generate a ramdom bit sequence. part2: erro detection get BER via Humming Dacetance. Part3: part 1+ 2, and modelation (BPSK or QPSK), and AWGN,g
新建文件夹
- 在高斯白噪声信道下,bpsk调制产生的误码率(error for awgn channnel)
基于高斯白噪声信道BPSK调制下的误码率与信噪比的关系
- MATLAB代码 公式推导的时候信噪比的单位是B,目的是为了推导的方便,代码在写的时候需要记得换算。 单个符号的比特数跟信噪比有关,snr越大,其越大。 由于符号1被误认为是0的概率与符号0被误认为是1的概率是一样的,因此无论蒙特卡洛的仿真次数是多少,误码率的理论计算值 与蒙特卡洛仿真值永远一样!(条件是高斯白噪声为0均值的) 为了让实际结果与理论值完全一样,高斯白噪声的概率密度函数中的均值需要为0!但是这个条件在实际生活中无法满足。 环境是不能改变的,因此噪声的均值是无法改变的。