登录
首页 » Matlab » QPSK基带调制高斯白噪声调制解调

QPSK基带调制高斯白噪声调制解调

于 2022-02-20 发布 文件大小:28.90 kB
0 124
下载积分: 2 下载次数: 2

代码说明:

M=4;K=2;out=randi([0,M-1],1e6,1);mod=modem.pskmod(M,pi/M);ranmod=modulate(mod,out);demod=modem.pskdemod(mod);BER_P = []; for ebno=0:12    ynoise = awgn(ranmod,ebno,"measured");    Fdemod=demodulate(demod,ynoise);   numberbit=biterr(out,Fdemod);    BER_P=[BER_P,numberbit/1e6];endebno = 0:12;BER_T=berawgn(ebno,"psk",M,"nondiff");

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • toolbox
    Mastering MATLAB Toolbox Reference version 6.0 是英文的,不错的,希望对大家有帮助(Mastering MATLAB Toolbox Reference version 6.0 is English, yes, I hope all of you help)
    2008-04-26 00:10:22下载
    积分:1
  • Digital-Signal-Processing-pdf
    《Digital Signal Processing Using MATLAB and Wavelets》(使用Matlab和小波分析进行数字信号处理)电子书(《Digital Signal Processing Using MATLAB and Wavelets》E-book)
    2015-04-15 20:50:48下载
    积分:1
  • LMScomparedwithNLMS
    LMS 和 NLMS 算法的比较,用于system identification对在学习随机过程,信号处理,滤波器的人有帮助.(LMS compared with NLAM algorithm for system identification)
    2019-04-04 11:18:50下载
    积分:1
  • main_CirArray_LCMV
    阵列天线抗干扰 圆阵等高线,波束方向及三位角度信噪图(Array antenna interference contours, angle of beam direction and three noise graph)
    2010-10-13 20:20:57下载
    积分:1
  • sa_minconm
    Simulated Annealing for Constrained Optimizatio
    2021-04-12 16:48:56下载
    积分:1
  • YE
    说明:  在原始的fcm算法基础上,对算法中的聚类数c和加权指数m给出优选方法,进而而出了fcm参数优选自适应算法,通过人造数据与具有实际背景的数据验证可以看出该算法是有效的,该算法不但可以自适应的给出最佳的聚类数,而且可以验证聚类的有效性,达到最佳聚类的目的。(In the original fcm algorithm based on the number of clusters on the algorithm and the weighted index m given c preferred method, and then out of the fcm parameter optimization adaptive algorithm, artificial data and data validation with real background can be seen that algorithm is effective, the adaptive algorithm can give the best clustering number, and can verify the validity of clustering, to achieve the best clustering purposes.)
    2010-05-13 16:23:04下载
    积分:1
  • LMS_ADV
    lms系统逆辨识的实现,有个延时需要自己加上(lms against the identification system to achieve, there is a need to delay added by)
    2011-12-02 00:36:08下载
    积分:1
  • BP-train-and-test
    说明:  利用BP算法进行模型的训练和测试 相对于回归算法中,ANN算法有独到的好处(ANN has its advantage in regressive algrithm)
    2011-02-22 14:45:17下载
    积分:1
  • edit_1
    该Matlab.m文件,产生BPSK调制信号,连带解调过程实现(This is a matlab .m file.It is used to generated BPSK signal and the demodulated signal too.)
    2014-10-30 16:33:30下载
    积分:1
  • Proge.dl
    Some features and classification function
    2013-10-31 14:17:36下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载