-
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
-
AL-A-Resumo-02-EspacosVetoriais
Transformaç ã o Linear
- 2015-02-19 20:52:51下载
- 积分:1
-
anc
matlabd的乱七八糟的没有用 不要下载(matlabd)
- 2007-09-07 17:28:39下载
- 积分:1
-
liu_ks02
最大似然(ML)准则和最大后验概率(MAP)准则,多机电力系统仿真及其潮流计算,采用的是脉冲对消法。( Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, Multi-machine power system simulation and flow calculation, It uses a pulse of consumer law.)
- 2017-05-15 11:27:23下载
- 积分:1
-
gaosiruili01
高斯白噪声瑞利信道的分析,通过眼图来分析信道的衰落(Gaussian white noise channel Rayleigh's analysis, through eye diagram to analyze the decline of channel)
- 2007-05-13 11:23:03下载
- 积分:1
-
Mat
对MATLAB的MAT文件进行读书,用C++语言实现(read and write mat files, using C++ Language)
- 2009-07-14 16:36:16下载
- 积分:1
-
MATLABlearninformation
matlab 学习仿真资料,对于学习matlab仿真的很有帮助(matlab learn and emulate material)
- 2010-08-31 12:26:05下载
- 积分:1
-
p0802
说明: \matlab编写的车牌定位的程序,两个.m文件(\ Matlab written procedures for license plate location, 2. M file)
- 2010-04-29 22:21:37下载
- 积分:1
-
DingYu-jgpc
薛定宇的两个MATLAB程序的源代码,希望对大家有用。(Xue Dingyu two MATLAB source code, we hope to be useful.)
- 2011-04-25 09:03:12下载
- 积分:1
-
VCandMATLAB
这里是vc与matlab混编的一些资料,希望能帮到大家啊!(Here is the matlab vc mixed with some of the information, hope to help you ah!)
- 2011-01-21 09:40:49下载
- 积分:1