Fast+FFT
Fast+FFT技术资料下载专区,收录1,588份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
Fast+FFT 全部资料 1,588 份
快速高斯滤波工具箱(fast guassian toolbox)
快速高斯滤波工具箱(fast guassian toolbox),具有良好的滤波效果,希望大家可以用来进行探讨。
Intel PRO(R) Fast Ethernet Connections for Microsoft Windows CE 5.x
Intel PRO(R) Fast Ethernet Connections for Microsoft Windows CE 5.x
usb camera capture, direct show . simple code . fast video, record . no delay
usb camera capture, direct show . simple code . fast video, record . no delay
Event counter for MSP430 - multi channel and real fast using latched interrupts.
Event counter for MSP430 - multi channel and real fast using latched interrupts.
It is about soving sparse solution from linear system, simpel and fast.
It is about soving sparse solution from linear system, simpel and fast.
DIT-FFT算法子程序 FFT长度为2m
DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr...
DIT-FFT算法子程序 FFT长度为2m
DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr...
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(v...