搜索资源列表
fft_source-delphi
- fft源代码,在delphi环境下开发的。没有密码,随意下。-FFT source code, developed in Delphi. No password, you can use it freely.
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#实现话音声音时域频域FFT实时可视化源代码
- C#实现话音声音时域频域FFT实时可视化源代码
FFT-PCM.rar
- 这是本人做的一个,基于VB的一个音频文件FFT计算与频谱显示的软件。包括源代码,是个不错的源代码。,This is one I do, based on the VB of an audio file FFT calculation and spectrum display software. Including source code, is a good source code.
fftdaima
- fft源代码 , matlab程序编写-fft source code, matlab programming
perfect_OFDM
- 还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮
parallel-fft
- 傅里叶变换的并行源代码,mpi+vc6.0,带数据-parallel compute of fft
FFT
- IP核!!高速傅立叶变换的VHDL源代码 可以综合-IP core! ! High-speed Fourier transform of the VHDL source code can be integrated!!
FFT
- FFT快速傅氏变换C++源代码...2006第二版-FFT Fast Fourier Transform C++ source code. . . Second edition, 2006
MITfft
- 这是MIT的一个FFT源代码,从MIT的网站上下的。-This is a FFT source code download from MIT
FFTinDLG
- MFC下FFT用C++写的源代码,有图形显示,sin和fft频率的自由选择.图形界面-MFC under the FFT written in C++, source code, graphics, sin, and fft frequency of free choice. Graphical interface
FFT
- 快速傅里叶变换,实部,虚部,倾角,反傅里叶变换,的源代码。-Fast Fourier transform, real part, imaginary part, angle, anti-Fourier transform, the source code.
SignalProcess
- 基于Visual C++的地震信号处理程序源代码,包括常用的FFT和Hilbert变换代码。-Visual C++ based on the seismic signal processing program source code, including the commonly used FFT and Hilbert transform code.
C-FFT--source-code-part1
- C实现 快速傅立叶变换FFT FFT-1D FFT-2D 源代码 第一部分-C to achieve the first part of the Fast Fourier Transform FFT FFT-1D FFT-2D source code
fft
- fft的源代码,已经仿真调试,并且在FPGA上实际验证过,完全正确-fft source code, debugging have been simulated and actual verification on FPGA completely correct
13--LEM--(fft)
- 在VisualDSP++5.0开发环境下,利用C语言编写的fft源代码。-In VisualDSP++5.0 development environment, using C language fft source code.
FFT
- 快速傅立叶变换7种代码和程序,附有源代码,可以自己进行调试-Fast Fourier Transform seven kinds of codes and procedures, with the source code, you can debug your own
Sound-FFT
- C#实现话音/声音时域频域FFT实时可视化源代码-audio time and frequency transform code in c#
fft
- 快速傅里叶变换用c语言实现,亲测有效,能运行出实部虚部等还有运行时间(The realization of fast Fourier transform in C language)