搜索资源列表
clipping_ber_4qam
- clipping算法的误码率仿真文件,通过matlab仿真
juanjima
- 仿真(2,1,2)卷积码编解码器在二进制对称信道(BSC)中的误码性能,画出纠错后误码率-信道误码率曲线,其中,编码器的生成多项式为g1=[111]、g2=[101]。-imulation (2,1,2) convolutional encoding and decoding the binary symmetric channel (BSC) in the error rate performance, bit error rate after correction drawn- the ch
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
jiexiangguang_multiusers
- 基于多用户下的JXG误码率,MATLAB-Based on multi-user bit error rate JXG under, MATLAB
74xunhuanbianmawumalvfenxi
- 对(7,4)循环码的误码率进行了matlab的仿真,通过对比两条曲线,直观对比出未经过信道编码和经过信道编码的误码率比较。-Of (7,4) cyclic code error rate of the matlab simulation, by comparing the two curves, a direct comparison has not been after channel coding and channel coding the bit-error rate.
Matlabviterbilenwu
- 本课程设计主要解决对一个卷积码序列进行维特比(Viterbi)译码输出,并通过Matlab软件进行设计与仿真,并进行误码率分析。在课程设计中,系统开发平台为Windows Vista Ultimate,程序设计与仿真均采用Matlab R2007a(7.4),最后仿真详单与理论分析一致。-viterbi
1
- 卷积码维特比译码器设计输出完整电路进行误码率分析-Convolutional code Viterbi decoder integrated circuit design of the output bit error rate analysis
abc
- 运行一个Matlab程序,完成一个M=4的PAM通信系统的仿真。仿真对10000个符号(2万个比特)进行。测量在噪声方差为0,0.1,1.0和2.0时的符号差错概率。通过低通滤波器。画出理论误码率和由Monte Carlo仿真测得的误码率,并比较这些结果。(平均符号能量为1)-Running a Matlab program, complete a M = 4 PAM communication system simulation. The simulation of 10000 symbols
2FSK
- 2FSk循环码 基于matlab的开发程序 检测误码率-2FSk cyclic code
xunhuanma
- 2FSk循环码 基于matlab的开发程序 检测误码率-2FSk cyclic code
ERRandSNR
- MIMO技术,信噪比SNR和误码率BER的关系对比图像,MATLAB仿真程序代码-MIMO technology, signal-to-noise ratio SNR and bit error rate (BER) the relationship between contrast images, MATLAB simulation program code
a_wanzheng_meiyouzhishiying
- 使用matlab对信号进行调制解调的仿真,计算误码率-Matlab simulation of the signal modulation and demodulation, bit error rate calculation
AF-DF
- matlab源程序 比较直传,AF,DF的误码率仿真 比较理论误码率和直传误码率仿真曲线图 适合初学者阅读-matlab source code comparison forward pass, AF, DF bit error rate BER simulation and comparison theory forward pass BER curves for beginners to read
ex11
- 在matlab环境下仿真比较4-QAM和4-fsk信号的调制在瑞丽信道的误比特率与误码率 多普勒频移100Hz-Comparison 4-QAM and simulation 4-fsk modulated signal and the bit error rate BER Ruili channel 100Hz Doppler shift
nmslhjyz
- 用matlab实现fec中丢失率和误码率-Using matlab to achieve fec loss rate and bit error rate in
ZF
- 使用MATLAB软件编程,对信号进行迫零检测,并输出信号误码率曲线-use the MATLAB to detect the ber of zf
888888M-PSK
- 通过MATLAB软件,对psk金浩进行检测技术,并得出误码率-use MATLAB to detect of psk
05925280BPSK
- BPSK的调制解调及误码率分析,用matlab实现,并画出了误码率曲线-BPSK Modulation and demodulation
LDPC MATLAB
- 代码实现了matlab完成LDPC编码,简洁有效且实现了误码率计算,但计算时间较长
基于高斯白噪声信道BPSK调制下的误码率与信噪比的关系
- MATLAB代码 公式推导的时候信噪比的单位是B,目的是为了推导的方便,代码在写的时候需要记得换算。 单个符号的比特数跟信噪比有关,snr越大,其越大。 由于符号1被误认为是0的概率与符号0被误认为是1的概率是一样的,因此无论蒙特卡洛的仿真次数是多少,误码率的理论计算值 与蒙特卡洛仿真值永远一样!(条件是高斯白噪声为0均值的) 为了让实际结果与理论值完全一样,高斯白噪声的概率密度函数中的均值需要为0!但是这个条件在实际生活中无法满足。 环境是不能改变的,因此噪声的均值是无法改变的。