搜索资源列表
FFT-c
- 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before da
FFT+C
- 一个 很好的 程序,fft的C语言实现程序-a good procedure, fft the C language procedure!
FFT
- 这个程序主要用c#语言编写数字信号处理中FFT实现的源代码程序
FFT
- C#编写出的图像处理程序,FFT,反FFT
C#实现话音声音时域频域FFT实时可视化源代码
- C#实现话音声音时域频域FFT实时可视化源代码
基于dspfft算法的实现
- 基于DSP实现的FFT算法的C语言编程
基于二维图像的FFT算法实现
- 基于二维图像的FFT算法实现
5电平逆变采样FFT分析
- 可以实现五电平逆变器,并含有采样和FFT程序
fft
- 在VC环境中用C++编程实现FFT快速算法,课用于计算多点FFT-VC Environment in C++ programming using fast FFT algorithm used to calculate the multi-point FFT class
C30FFT
- 快速FFT历程,希望大家有点用,为大家做点贡献-Express FFT course, I hope everyone with a little bit for everyone做点贡献
fft
- 这是一个语音的文件的一个FFT转换文件,是用C++写的源程序,相信对大家有用-fft tranform if you like it, try to use it and share your idea.thank you.
FFT2
- 深刻理解DFT和基2-FFT的算法原理、编程思想,掌握C程序设计的基本技术。-A deep understanding of DFT and the 2-FFT-based algorithm, programming ideas, grasp the basic C programming techniques.
FFT
- 傅里叶变换源码,内含测试文件。可以用来学习和使用-Fourier Transform source code, containing the test file. Can be used to learn and use
fft
- fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
FFT
- 快速傅里叶变换,依靠基2蝶形因子的思想,符合数字信号的处理需求-FFT
32dotFFTAtmega16
- 单片机:Atmega16 算法:32点FFT 编译器:WINAVR 经过实验,可实现-SCM: Atmega16 algorithm: 32 points FFT Compiler: WINAVR experiments, we can achieve
fft
- A FFT about a picture.
PitchDetection
- Source code Fast Fourier Transform - FFT by C# and detect pitch of wav.
fft-console
- C#编写的fft程序(Fast Fourier Transform),控制台显示结果-Fast Fourier Transform program written in C# ,console displays the results
FFT
- 该程序代码实现C#实现FFT和IFFT变换(The program code implements C# to implement FFT and IFFT transformation)