-
Produce-gridDEM
利用离散点生成规则格网DEM,并利用MatLab生成的.dll来实现显示规则格网(三维)(Discrete point generating regular grid DEM, and use MatLab generated. Dll to the show rules grid (three-dimensional))
- 2021-01-07 14:38:53下载
- 积分:1
-
无线通信多径衰落信道的Matlab仿真
通过将喷泉码的编译码方法再无线衰落信道上的用matlab仿真出来(Multi-path ruili channel simulation research on matlab)
- 2018-12-29 09:44:50下载
- 积分:1
-
Matlab-GUI
电子书:精通GUI图形界面编程,施晓红编著。(EBook: proficient in GUI graphical interface programming, Shi Xiaohong, ed.)
- 2010-06-17 19:23:47下载
- 积分:1
-
1
说明: thank you for every thing
- 2014-10-19 04:33:12下载
- 积分:1
-
LISTING5_3
Tactial+and+Strategic+Missile+Guidance book program source code (For Mac in Matlab)
- 2013-10-04 10:46:23下载
- 积分:1
-
595643723dRecon
基于matlab的三维重建,左右两摄像机各取图片进行匹配(Matlab-based three-dimensional reconstruction of left and right images to match each of two cameras)
- 2011-11-09 20:15:12下载
- 积分:1
-
PSMG-model
直驱式永磁风力发电中的最大功率跟踪MPPT
,这是我搭的直驱式永磁发电机组的模型,能实现最大功率跟踪(A complete model of D-PMSG has been built。)
- 2011-12-18 16:37:53下载
- 积分:1
-
MATLAB_GUI
介绍了matlab-gui设计的基础知识,对于刚刚接触matlab-gui设计的人来说是一份不错的资料(Matlab-gui design introduces the basics, just contact matlab-gui for those who design information is a good)
- 2011-01-18 09:57:56下载
- 积分:1
-
[H2]
8toi ruui tryuo r6yo ruo ruy tyiofd rgui
- 2011-07-05 13:46:40下载
- 积分:1
-
问问,PSK、 FSK 调制器
函数 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] ;
其他
- 2022-08-24 13:24:52下载
- 积分:1