搜索资源列表
channel_simulation
- 代码包含的主要内容是AWGN信道上BPSK,QPSK,16QAM的调制解调,以及误码率计算过程,其中还有OFDM调制在信道上传输的仿真内容-Code contains the main contents of AWGN channel BPSK, QPSK, 16QAM modulation and demodulation, and bit error rate calculation process, in which there are OFDM modulation in the cha
tx_rx_16psk_16qam_over_AWGN
- This code is to simulate 16-PSK and 16-QAM over AWGN channel
BER_QAM
- 畫出QAM調變系統在AWGN通道下的錯誤率圖-Draw the BER curve for QAM under AWGN (using Matlab). Please consider the constellation point from 2^1 to 2^15.
OFDM_AWGN_SIM
- OFDM in AWGN Channel Performance Simulation , BPSK Modulation ,QPSK Modulation,16-QAM Modulation , 64-QAM Modulation,64-QAM Modulation MonteCarloSimulation- OFDM in AWGN Channel Performance Simulation , BPSK Modulation ,QPSK Modulation,16-QAM Modul
qam
- 16QAM调制方式在AWGN信道下的simulink仿真-16QAM modulation in AWGN channel in the simulink simulation
bpsk-qam-simulink
- 文件包含bpsk,qam,在awgn和瑞利信道下的仿真,可以运行适合通信研究人员使用。-File contains bpsk, qam, in awgn and Fading Channel simulation, you can run for communication researchers.
coded
- awgn信道下,卷积编码与M-QAM调制相结合的系统分组错误概率与信噪比的函数关系的matlab仿真程序-awgn channel, convolutional coding and M-QAM modulation system, the combination of packet error probability and SNR is a function of the matlab simulation program
ber-of-16-qam
- 使用通信工具箱进行理论分析和仿真,误码率在AWGN信道的结果,可以扩展到通用 M-QAM,测量以及使用稍作修改 -BER of OFDM using 16-QAM in AWGN using communication toolbox theoretical and simulated BER are in good agreement in AWGN channel the result can be extended to general M-QAM using slight mod
homework2
- 通信系统与仿真作业: 1)设计π/4-DPSK或16-QAM调制器仿真程序, 画出时域波形、 正交分量、同相分量波形,眼图,散点图等。 2)利用MATLAB进行DPSK在高斯信道下的BER性能仿真,并将结果与PSK性能进行比较。 3)已知 OFDM的数据传输速率为19.2Kbps, OFDM 符号长度为320,保护间隔为32点,子载波数为128,IFFT/FFT点数为256,载波频率320KHz,调制方案采用QPSK,仿真其在高斯信道下的BER性能。 -Communication
ber_sim
- This scr ipt simulates bit error rate vs SNR for PSK,QAM modulation in AWGN.-This scr ipt simulates bit error rate vs SNR for PSK,QAM modulation in AWGN.
chapter4
- QPSK在AWGN信道下的性能以及QAM在AWGN信道下的性能-QPSK in AWGN channel performance and QAM in AWGN channel
chapter8
- 未编码和RS(15,11)编码的16-QAM在AWGN下的性能 无交织时的误比特率ber 有交织时的误比特率-No coding and RS (15,11) coding of 16-QAM in AWGN of ber bit error rate when no interleaving interleaving the bit error rate of the
QAM-16_BER
- 在QAM-16调制下,AWGN信道的BER算法,里面有代码有图形,为老师上课所要求做的。-In QAM-16 modulation, BER algorithm channel AWGN, which has code graphics, as teacher in the class are asked to do.
QAM-over-AWGNaRayleigh
- matlab实现QAM调制解调在高斯信道和瑞利衰落信道下误码率和误符号率-Using matlab to realize the QAM over AWGN and rayleigh channel and simulate the BER performance
8QAM-and-QPSK
- 实现两个通信建模的仿真,分别是8-QAM和QPSK.-1. Simulate the error performance (BER-EbNo curve) of a QPSK system (without coding) using Quasi-analytical method, under AWGN channel. 2. Simulate the error performance (BER-EbNo curve) of an 8-QAM system (without codin
Setup
- matlab code 16-QAM Modulation to send binary data in AWGN channel- matlab code 16-QAM Modulation to send binary data in AWGN channel
AWGN
- 16-QAM调制信号在AWGN信道下的误码率仿真和分析(Simulation and analysis of bit error rate of 16-QAM modulated signal in AWGN channel)
SimulationBerAWGN_16QAM001
- % code file:SimulationBerAWGN_16QAM001 % explain: 信道噪声为AWGN时16-QAM的BER,模型为y = x+z(水声通信第三次作业) % code data:2018.10.09