资源简介
这是分数阶傅里叶变换对在非平稳信号信号不同阶数下的变换,结果可以清晰的显示出来。
代码片段和文件信息
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
相关资源
- 画图程序MFC/VC/VC CRectTracker 串行化
- DirectDraw 直接修改显存数据
- CS Selective Color Correct
- DSkin层级界面美化库
- 使用FFmpeg采集摄像头图像和麦克风音
- 3D绘图程序设计:使用Direct3D 10/9和Ope
- Windows Server 2012 R2 Active Directory配置指
- Direct3d做的演示程序有源代码
- 粒子系统画的心形线
- Direct3D Rendering Cookbook
- TestDirector8.0 客户端
- Microsoft DirectX 8.0
- 20101028 DirectX(粒子系统改)
- DirectShow完美环境配置
- The theory of error correcting codes
- 论文:Stanford Doggo: An Open-Source Quasi-
- DirectShow简单采集程序
- 炫彩界面库帮助文档chm-v2.5.0
- 神龙卡SDKDirectShow 版
- DirectX 材质 模型 工具汉化版
- 《directshow实务精选》 光盘
- DirectShow +CameraDS
- Directx 3D游戏 遥控飞机
- Dark GDK
- 运用DirectX9绘制太阳系
- Advances in Direction-of-Arrival Estimation 绝对
- Introduction to 3D Game Programming with Direc
- Directx12 游戏开发
- directx 10 龙书 中文版
- USB Redirector 6.1.1中文注册版
评论
共有 条评论