-
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
-
Smfcco
一些有用的MATLAB编写的MMFCC算法的代码。可直接使用。
(Some useful written in MATLAB of the MMFCC algorithm code. Can be used directly.)
- 2012-07-26 11:10:37下载
- 积分:1
-
matlabyingqingdiaoyong
利用VC调用MATLAB引擎实例,简单实用(failed to translate)
- 2010-01-10 11:20:56下载
- 积分:1
-
CandSNR
MIMO虚拟技术信道容量随信噪比的变化关系图像,MATLAB仿真程序,源代码(Virtual MIMO channel capacity with the signal-to-noise ratio of the change in the relationship between image, MATLAB simulation program, the source code)
- 2013-04-22 19:30:37下载
- 积分:1
-
QuadTRee
使用C++和matlab混合编程实现四叉树分解及合并区域的代码(C++ and matlab mixed programming quadtree decomposition and Mergers area code)
- 2013-04-23 20:11:39下载
- 积分:1
-
huidu
介绍MATLAB中灰度共生矩阵的文档,刚入门的可以拿去看看!(Documents introduced in MATLAB GLCM, just getting started can take it and see!)
- 2013-04-02 19:20:57下载
- 积分:1
-
chapter10
matlab 中一些很用的代码,数值分析于应用。(matlab code, numerical analysis on the application.)
- 2013-04-27 10:39:21下载
- 积分:1
-
dtt-code
DTT编码程序 经过本人测试绝对好用 用了停不下来
- 2014-09-24 22:32:32下载
- 积分:1
-
Kalmanfilter
数字信号处理 Digital signal processing(Digital signal processing
Digital signal processing)
- 2011-11-26 09:22:27下载
- 积分:1
-
matlabtcach
Matlab的使用方法,以及教程,可以很好的理解和学习Matlab的使用(The use of Matlab, and tutorials can be a good understanding and learning the use of the Matlab)
- 2012-04-23 12:12:56下载
- 积分:1