-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
-FDTD-
集总元件的多网格FDTD模型及其在混合电路中的应用(Multi-Grid FDTD model and its application in the mixed lumped circuit elements)
- 2013-12-04 19:26:32下载
- 积分:1
-
ziyouzhendong
关于自振动仿真的源代码,可以看看,第一传求关注,支持。(Source Courseware)
- 2011-05-14 07:54:18下载
- 积分:1
-
melp(2.4or)
melp声码器,包括melp编码器和melp解码器(melp vocoder comprising melp melp encoder and decoder)
- 2021-04-08 14:49:01下载
- 积分:1
-
PAntColonySysa
粒子群算法的matlab程序在有障碍的路径图中寻寻找最短路径的程序。
(Particle swarm algorithm matlab program in obstacles in the road map to find to find the shortest path to the program.)
- 2012-08-20 07:30:14下载
- 积分:1
-
GM3101Ver3[1][1].1display
成都国腾辉GM3101倒车雷达专用芯片显示源程序(Chengdu, China Tenghui GM3101 reversing radar dedicated chip source)
- 2012-10-22 00:02:47下载
- 积分:1
-
LDA
LDA的学习资料的合计!有MATLAB的实现例子!(Total LDA learning information! MATLAB examples of realization!)
- 2012-10-26 18:26:01下载
- 积分:1
-
numerical
numerical code for matlab
analytical
bisec
differentiation
F
FALSEPOS
fixedpoint
- 2013-09-04 02:29:02下载
- 积分:1
-
online
这个小程序可以实现窗口的创建以及同步接收和发送消息的功能。(WHEN YOU SEND MESSAGE TO OTHERS ,THEY WILL
CAN RECEIVE IT TIGHT NOW.)
- 2014-09-17 19:43:37下载
- 积分:1
-
Uzcmmgzips
使用matlab程序源码读取迷宫图象文件,并进行处理,成功走出了迷迷宫.此程序源码只能准确绘出只有一条路径的任意复杂迷宫 可直接使用。
(Matlab program source code to read the maze of image files, and processed successfully out of the fans maze. This program source code can only be accurately drawn to a path of arbitrary complex maze can be used directly.)
- 2012-06-09 08:52:09下载
- 积分:1