⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testfrft.m

📁 这是学习分数阶傅里叶变换
💻 M
字号:
x=-pi:0.02:pi;y =cos(x);clear p_saved hn_saved E_savedfor a=0:0.05:2    fy=Disfrft(y,a);    fys=cdpei(y,a);    fyss=frft(y,a);    fysa=fft(y);    % blue,green,red,cyan    figure(2)    subplot(511);plot(x,real([fy]));    title(['a = ',num2str(a)]);    subplot(512);plot(x,real([fys]));    subplot(513);plot(x,real([fyss]));    subplot(514);plot(x,imag([fysa]));    subplot(515);plot(x,abs([y]));    pause(0.7);end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -