-
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
-
KalmanAll
包括大部分matlab原程序代码,用vc编写,非常方便(Including most of matlab original program code, using vc prepared, very convenient)
- 2013-02-13 09:25:19下载
- 积分:1
-
Kruskal
matlab数学建模 最小生成树算法 Kruskal算法(mathematical modeling matlab)
- 2011-07-20 16:43:08下载
- 积分:1
-
Demo
i Controls 2.0 - Collection of drivers support Unicode
- 2015-04-14 05:49:56下载
- 积分:1
-
software-for--Astrodynamics
非常有用的卫星轨道参数计算模块,很方便进行轨道特性分析。(This is a very useful toolbox for satellite s trajectory parameter computation )
- 2014-02-18 13:47:24下载
- 积分:1
-
VC_Matlab_MultiThread_Demo_2009_07_03
Visual C++ 下调用Matcom转换的Matlab代码(Visual C++ under the call of the Matlab code conversion Matcom)
- 2009-07-10 17:35:32下载
- 积分:1
-
shiyanbaogaoxindetihui
我也不是特别清楚,应该是手写数字识别的matlab程序(I do not particularly clear)
- 2013-03-10 18:00:12下载
- 积分:1
-
malat
基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者(
MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners)
- 2013-12-05 09:40:36下载
- 积分:1
-
Fir-Lesmana
this application is detect face with alorithm
- 2015-01-12 16:49:16下载
- 积分:1
-
w_ipp-sample-jpeg_p_5.0.010
intel的ipp性能库sample code,提供了加速的静态图象处理示例,充分显示了ipp在多核平台下的性能优势(intel performance of ipp library sample code, provided the acceleration of static image processing example, it shows that in multi-core platform ipp performance advantages)
- 2007-08-29 11:12:54下载
- 积分:1