登录
首页 » Matlab » 问问,PSK、 FSK 调制器

问问,PSK、 FSK 调制器

于 2022-08-24 发布 文件大小:1.13 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

函数 ASK_FSK_PSK(msglen) %msglen = 要传输的位数 %取 msglen = 10000 或更准确 20000 如果您有任何问题或意见请联系我 @ % %%=============================================== %NIKESH 巴贾杰 %助理教授,可爱的专业大学、 印度 %Almameter: 阿利加穆斯林大学、 印度 %+919915522564、 bajaj.nikkey@gmail.com %%=============================================== n = msglen ; b=randint(1,n) ; f1 = 1 ; f2 = 2 ; t = 0: 1 / 30: 1-1/30 ; %问 sa1=sin(2*pi*f1*t) ; E1=sum(sa1.^2) ; sa1=sa1/sqrt(E1) ;%单位能源 sa0=0*sin(2*pi*f1*t) ; FSK % sf0=sin(2*pi*f1*t) ; E=sum(sf0.^2) ; sf0=sf0/sqrt(E) ; sf1=sin(2*pi*f2*t) ; E=sum(sf1.^2) ; sf1=sf1/sqrt(E) ; PSK % sp0=-sin(2*pi*f1*t)/sqrt(E1) ; sp1=sin(2*pi*f1*t)/sqrt(E1) ; %调制 问 = [] ; psk = [] ; fsk = []; i = 1: n 如果 b (i) = = 1 问 = [询问 sa1] ; psk = [psk sp1] ; fsk = [fsk sf1] ; 其他

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

发表评论

0 个回复

  • DOA-Estimation
    波达方向估计一直是信号处理的经典问题,本文利用盲子空间思想,新颖独特。(DOA Estimation of signal processing has been a classical problem, we use the blind subspace thinking, innovative and unique.)
    2011-04-27 10:02:25下载
    积分:1
  • ppt
    关于matlab学习的PPT,里面介绍了matlab的一些基本知识,对于初学者非常有用。(PPT on matlab learning, which introduced some basic knowledge of matlab is very useful for beginners. )
    2012-03-22 11:04:36下载
    积分:1
  • yuan
    使用matlab编写的根据圆心坐标画圆,且填充颜色(Using Matlab prepared according to the center coordinates of the circle, and fill color)
    2012-06-01 10:49:07下载
    积分:1
  • Monte-Carlo-simulation-of-QPSK
    This is Monte Carlo simulation of a QPSK communication system
    2015-01-31 14:11:06下载
    积分:1
  • levelsetcode
    用matlab编的基于水平集的图像分割.m文件(Matlab code using level set based image segmentation. M file)
    2010-05-18 21:21:51下载
    积分:1
  • otsu_2d
    二维Otsu法图像分割matlab代码,可进行图像分割计算。(Two-dimensional Otsu method matlab code for image segmentation, image segmentation can be calculated.)
    2011-12-15 13:13:33下载
    积分:1
  • RAYOS2
    PDF aobut diferent book in electrical research for electrical student nd teacher
    2014-02-13 04:21:41下载
    积分:1
  • id3决策树
    一个很好的关于决策树的算法matlab实现,由详细注释,易懂。(A good decision tree algorithm, matlab implementation, by detailed notes, easy to understand.)
    2017-09-21 20:28:04下载
    积分:1
  • matlab进行二维码解码
    matlab进行二维码解码,请大家一起探讨进步
    2022-02-25 10:44:27下载
    积分:1
  • dICA
    This a MATLAB code that performs Independent Component Analysis using a deflation approach.
    2007-08-11 23:06:57下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载