搜索资源列表
Turboequalization
- turbo 均衡的经典文献matlab实现,经过几次迭代得到信噪比与误码率之间的曲线-turbo balanced classic literature Matlab realized, After several iterative be SNR and bit error rate between the curve
rayleigh-awgn-BPSK
- 用MATLAB仿真瑞利信道下的BPSK系统的误码率 和信噪比的关系曲线。-Using MATLAB simulation under Rayleigh channel BER BPSK system and the relationship between the curves of signal to noise ratio.
ldpc2
- ldpc编码,在加性高斯白噪声情况下描述出它的误码率随信噪比变化的情况-ldpc coding, in the additive white Gaussian noise cases, describe its bit error rate with signal to noise ratio the changes in the
turbo_encode
- 经典turbo码的编码过程该文件夹中的SC_TurboIC_MIMO_0524.m是将我turbo的编译码模块替换原来B3G系统中的turbo编译码模块而重新得到的. 定点仿真得,在比特信噪比>=0.5db时,经过一次大迭代,误码率接近0 当然,要得到更精确的结果,需要更多的仿真.-Classical turbo code encoding process of the folder SC_TurboIC_MIMO_0524.m is my turbo codec module
MQAM-modulation-demodulation
- 产生一段随机四进制信号,对其进行QAM调制后,送入加性高斯白噪声信道传输,用加法运算在已调信号叠加白噪声,模拟加性高斯白噪声信道对信号传输的影响,在接收端对信号进行相应解调,并与原始信号比较计算误码率。改变误差白噪声的功率,绘制信噪比与误码率曲线。并与同组其他同学的性能曲线比较各种调制方式的性能优劣。-For some randomly generated four-band signal, after its QAM modulation, into the additive white Ga
MATLAB_digital_modulation
- 设定噪声为高斯白噪声,对2ASK、2FSK、2PSK、2DPSK等各种调制方式及相应的主要解调方式下(分相干与非相干)的误码率进行统计,并与理论值进行比较,以图形方式表示误码率与信噪比间的关系。 -Set the noise is Gaussian white noise, right 2ASK, 2FSK, 2PSK, 2DPSK a variety of modulation and corresponding demodulation mode, the main (sub-coher
STBC
- 在MIMO-ofdm系统中,空时分组编码STBC对系统性能的测试,给出信噪比和误码率的关系图形。-In the MIMO-ofdm systems, space-time block coding STBC on the system performance test, given the relationship between SNR and bit error rate graphics.
HFC
- 运用Simulink搭建的有线电视HFC网络上行信道仿真模型,运用16QAM调制,RS编解码,能够获得系统误码率曲线与信噪比之间的关系-The use of Simulink to build the cable HFC network upstream channel simulation model, the use of 16QAM modulation, RS coding and decoding, have access to the system bit error rate cu
MATLAB-and-communication-simulation
- 1、研究BFSK在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系; 2、研究BFSK在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。 3、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系;分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 4、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(有突发干扰)的误
dediff_8psk
- 应用MATLAB仿真8PSK调制解调以及其误码率与信噪比的关系-Using MATLAB simulation 8PSK modulation and demodulation, as well as the relationship between error rate and SNR
TX
- 用Matlab/Simulink研究2ASK(DPSK)在加性高斯白噪声信道下的误码率性能与信噪比之间的关系;试用Matlab/Simulink研究2ASK(DPSK)+信道编码(取汉明码)在加性高斯白噪声信道下的误码率性能与信噪比之间的关系-Matlab/Simulink additive white Gaussian noise channel 2ASK (DPSK) the relationship between performance and signal-to-noise ratio
yy
- 卫星信道信道估计的matlab仿真程序,对不同的插值算法给出比较输出并画出误码率-信噪比曲线-Satellite channel channel estimation matlab simulation program, different interpolation algorithms and draw the comparison output is given BER- SNR curve
MIMO-ofdm-matlab
- 通过matlab,对mimo ofdm通信系统进行仿真,得出误码率与信噪比的关系-By matlab, for mimo ofdm communication system simulation, obtained BER and SNR relationship
ziliao
- 通信系统中数字调制信号分析 包括时域、频域、误码率、信噪比、谱分析、加性高斯白噪声,实现一个完整的系统分析的MATLAB程序-Communication systems digital modulation signal analysis including time domain, frequency domain, bit error rate, SNR, spectrum analysis, additive white Gaussian noise, to achieve a compl
BPSK-QPSK
- 分别编写BPSK与QPSK调制解调系统的Matlab仿真程序,要求:发送滤波器与接收滤波器均为根升余弦滚降滤波器;信道噪声为加性高斯白噪声 绘制BPSK与QPSK调制下的误码率与信噪比曲线图,并与理论曲线比较对比-They were written BPSK and QPSK modulation and demodulation system Matlab simulation program requirements: a transmission filter and a recept
lffy
- 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和Cc-mex程()
qam_16_kmeans
- 1. 在matlab中,对k均值聚类算法的原理进行仿真实现; 2. 在不同信噪比下,比较接收QAM信号的星座图; 3. 对接收的星座图使用K均值算法进行均衡,比较使用算法和不使用算法直接解调的误码率。(1.we simulate the principle of K means clustering algorithm in MATLAB. 2. the constellation diagram of receiving QAM signals is compared at