• 大小: 297 Bytes
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-10-30
  • 语言: 其他
  • 标签: rect  

资源简介

这是分数阶傅里叶变换对在非平稳信号信号不同阶数下的变换,结果可以清晰的显示出来。

资源截图

代码片段和文件信息


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);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        436  2014-01-13 20:58  rect.m

----------- ---------  ---------- -----  ----

                  436                    1


评论

共有 条评论