-
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
-
tichuxinghaobaoluo
信号包络,提出信号包络,便于观察信号波动过程,非常有用(Signal envelope, put forward the signal envelope, easy to observe the process of signal fluctuations, very useful)
- 2014-02-25 09:46:33下载
- 积分:1
-
fdtd2DPML
FDTD matlab 程序
时域差分法 有界 (FDTD matlab program bounded difference time domain method)
- 2011-05-12 19:59:35下载
- 积分:1
-
chapter8
基于量子遗传算法的matlab程序,可以在matlab上顺利运行(Based on quantum genetic algorithm matlab program can run smoothly in matlab)
- 2013-09-21 21:22:31下载
- 积分:1
-
Kalman-Filter
卡尔曼滤波程序,卡尔曼滤波程序,卡尔曼滤波程序,(Kalman filtering procedures, Kalman filtering procedures, Kalman filtering procedures,)
- 2014-09-20 19:51:58下载
- 积分:1
-
CWavvelet_Esta
计算时间序列的Hurst系数有许多方法,但是其中最准确的就是运用小波法来计计算,本程序源码用Matlab实现了用小波来计算Hurst系数。
(There are many ways of calculating the Hurst coefficient of time series, but one of the most accurate calculation using wavelet method to count the program source code using Matlab achieve wavelet Hurst coefficient.)
- 2012-08-23 20:57:02下载
- 积分:1
-
TurboDecodeAlgorithm
3GPP标准Turbo码编码译码仿真Matlab6.5及VC6.0源代码,并包含Turbo码编码译码原理的介绍文档。(3GPP standard Turbo coding and decoding simulation VC6.0 Matalab 6.5 source code , and includes Turbo Encoder Decoder description of the principle of documentation.)
- 2006-10-11 00:53:04下载
- 积分:1
-
Poetry-appreciation-system
Poetry appreciation system(Be able to specify the folder poetry files (text files, not less than 10) in the order of eleven appreciate, the last one poem to the next song is the first poem, the first verse is the last one before a poem.
User interface menu (or Command button) should at least include locate the folder, on a poem, The next poem, Exit 4. Tip: You can use DriveListBox, DirListBox and FileListBox controls.)
- 2015-01-08 14:05:15下载
- 积分:1
-
RADARSimulation
雷达仿真的源程序,功能齐全,添加了界面,易于使用。(Radar Simulation of the source, fully functional, add the interface easy to use.)
- 2010-11-11 23:53:38下载
- 积分:1
-
vbmatrix
使用vb和matrix画图,调用matlab函数(Using vb and matrix drawing, call the matlab function)
- 2010-06-26 09:19:36下载
- 积分:1