-
.sif
说明: 帮助matlab载入.sif文件,从而读取并处理文件内容(Help matlab load. SIF file to read and process file content)
- 2020-06-20 16:20:02下载
- 积分:1
-
Input_filter
Module for filtering input digital signal
- 2015-03-05 16:53:07下载
- 积分:1
-
双目视觉测距的应用程序,对图像进行midpoin聚类…
双目视觉测距用到的程序,对图像中点相同点聚类用的-Ranging procedures used binocular vision, the image clustering using the midpoint of the same point
- 2022-04-18 03:13:11下载
- 积分: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
-
robot_simulation_matlab
robot wandering simulation using matlab on two different maps
- 2013-03-03 05:24:18下载
- 积分:1
-
nei-ba43
外文资料里面的源代码,使用高阶累积量对MPSK信号进行调制识别,wolf 方法计算李雅普诺夫指数。( Foreign materials inside the source code, Using high-order cumulants of MPSK signal modulation recognition, wolf calculated Lyapunov exponent.)
- 2017-04-02 13:14:54下载
- 积分:1
-
image_search
很简单的基于颜色的图像检索系统,闲时做的(Very simple color-based image retrieval system at leisure to do the)
- 2008-05-22 17:24:21下载
- 积分:1
-
S4M
用matlab写的地震资料处理包,功能丰富(Written by matlab seismic data processing package, feature-rich)
- 2010-02-23 15:11:16下载
- 积分:1
-
ofdmainwimax
this is a just a ofdm progam in imax system to find the through put of th system
- 2010-05-03 13:06:30下载
- 积分:1
-
ABC_MATLAB-
ABC_MATLAB 第一版,人工蜂群算法第一版源代码(ABC_MATLAB first edition, first edition artificial bee colony algorithm source code)
- 2013-07-10 19:37:52下载
- 积分:1