搜索资源列表
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
QPSK_system_BER_simulation
- 进行QPSK的BER算法的仿真,计算误码率-The BER for QPSK simulation algorithm to calculate the bit error rate
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
Fig6and7
- 进行空时分组码的编译码仿真,仿真出不同信噪比下的性能,得出误码率曲线。-For space-time block code encoding and decoding simulation, simulation performance under different signal to noise ratio obtained BER curves.
xindaobianmafangzhen
- 实现信道编码仿真,有卷积码,汉明码,循环码,比较器误码率-Achieving channel coding simulation, there are convolutional codes, Hamming codes, cyclic codes, error rate comparator
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.
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
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
ex9
- 用基带等效的方式仿真16-QAM载波调制信号在AWGN信道下的误码率和误比特率,并理论相比较-16-QAM carrier modulation signal the AWGN channel bit error rate and bit error rate equivalent baseband simulation and theoretical comparison
Microsoft-Word-
- 协作中继通信的仿真,得到信噪比和误码率的关系图表-Simulation of cooperative relay communication
a_wanzheng_meiyouzhishiying
- 使用matlab对信号进行调制解调的仿真,计算误码率-Matlab simulation of the signal modulation and demodulation, bit error rate calculation
Bpskruili
- BPSK调制在瑞利衰落信道下的误码率性能仿真-BPSK modulation BER performance in Rayleigh fading channel simulation
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
蓝牙系统仿真
- 郝佳《通信系统SIMLINK仿真》一书案例,MATLAB6.0可以仿真,本人亲测有效,误码率有点偏高
基于高斯白噪声信道BPSK调制下的误码率与信噪比的关系
- MATLAB代码 公式推导的时候信噪比的单位是B,目的是为了推导的方便,代码在写的时候需要记得换算。 单个符号的比特数跟信噪比有关,snr越大,其越大。 由于符号1被误认为是0的概率与符号0被误认为是1的概率是一样的,因此无论蒙特卡洛的仿真次数是多少,误码率的理论计算值 与蒙特卡洛仿真值永远一样!(条件是高斯白噪声为0均值的) 为了让实际结果与理论值完全一样,高斯白噪声的概率密度函数中的均值需要为0!但是这个条件在实际生活中无法满足。 环境是不能改变的,因此噪声的均值是无法改变的。