-
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
-
Monte-Carlo-method
基于蒙特卡罗方法的试卷难度分布研究,Monte Carlo method based on the difficulty of distribution of papers(Monte Carlo method based on the difficulty of distribution of papers)
- 2013-09-11 08:03:26下载
- 积分:1
-
hechengjilu
合成地震记录源程序,很适合初学者学习,便于掌握(Synthetic seismograms source, it is suitable for beginners to learn, easy to grasp)
- 2014-11-30 17:39:39下载
- 积分:1
-
MTLAB
MATLAB中的所有练习源程序,软件包形式,对学习MATLAB很有帮助(MATLAB source code for all exercises, the package forms of learning MATLAB helpful)
- 2008-12-21 10:10:58下载
- 积分:1
-
ant_array_min_therm_noise
凸优化matlab工具箱cvx使用实例,自适应波束形成,斯坦福大学凸优化大牛S.Boyd编写(matlab toolbox for convex optimization ,written by S.Boyd from Stanford University)
- 2021-02-23 11:09:40下载
- 积分:1
-
filter
数字滤波,包含:中位值滤波,算术平均滤波,去极值平均滤波,加权平均滤波,低通滤波()
- 2007-10-15 21:30:02下载
- 积分:1
-
guzhangjisuan
电力系统故障计算,能进行横向故障,纵向故障,同时能计算出各支路的短路电流。(Power system fault calculations, can be transverse faults, vertical fault, and can calculate the short-circuit current of each branch)
- 2014-09-18 15:12:02下载
- 积分:1
-
Lab13_MultArrays
Lab13_MultArrays 多维数组的使用,实现数组定位(Use Lab13_MultArrays multidimensional arrays, array positioned to achieve)
- 2014-01-06 09:13:28下载
- 积分:1
-
0101001
实现人员出入管理,输入和输出,人员的添加,管理!(to made the people s manage!)
- 2009-12-26 20:29:23下载
- 积分:1
-
xinhaoshengcheng
随机信号仿真数据的生成的matlab程序(Random-signal simulation data generated by matlab program
)
- 2012-03-29 20:51:08下载
- 积分:1