資源簡(jiǎn)介
這是分?jǐn)?shù)階傅里葉變換對(duì)在非平穩(wěn)信號(hào)信號(hào)不同階數(shù)下的變換,結(jié)果可以清晰的顯示出來(lái)。
代碼片段和文件信息
clear?all;
t=-2:0.01:2;
x=rectpuls(t);
g=length(t);
f=linspace(-22g);
figure;
subplot(211)
plot(tx);
axis([-2?2?0?2]);
z=abs(fft(xg));
z=fftshift(z);
subplot(212)
plot(fz);
axis([-0.5?0.5?0?100]);
?F1=abs(frft(x1.25));
F2=abs(frft(x0.5));
F3=abs(frft(x0.75));
F4=abs(frft(x1));
figure;
subplot(221)
plot(fF1);
subplot(222)
plot(fF2);
subplot(223)
plot(fF3);
subplot(224)
plot(fF4);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????436??2014-01-13?20:58??rect.m
-----------?---------??----------?-----??----
??????????????????436????????????????????1
評(píng)論
共有 條評(píng)論