搜索资源列表
fft
- 调试通过的2维fft算法,含一个.cpp文件,一个.h文件
FreTrans.cpp
- * FFT() - 快速付立叶变换 * IFFT() - 快速付立叶反变换 * DCT() - 离散余弦变换 * WALSH() - 沃尔什-哈达玛变换 * * Fourier() - 图像的付立叶变换 * DIBDct() - 图像的离散余弦变换 * DIBWalsh() - 图像的沃尔什-哈达玛变换
FFT
- 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
fft.cpp
- FFT 算法的C语言班版描述。本人亲自编写,希望对你有用。-FFT algorithm version of the C language descr iption of classes.
FFT
- 利用分裂基方法实现快速傅里叶变换的CPP文件-The use of split-based methods for fast Fourier transform CPP file
cpp
- dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
FFT_bigint.cpp.tar
- FFT实现的nlogn复杂度的高精度乘法-big intege based on FFT, time cost O(nlogn)
FFT-CPP
- 快速傅里叶变换(FFT)算法C++实现代码-Fast Fourier Transform (FFT) algorithm in C++ code
fft-CPP
- calculates fft (fast fourier transform) of signals.
base2fft
- 用c++编FFT程序。此FFT 是用VC6.0编写,由FFT.CPP;STDAFX。H和STDAFX.CPP三个文件组成,编译成功。程序可以用文件输入和输出为文件。文件格式为TXT文件。 -C++ code with the FFT program with VC6.0 this FFT is written by the FFT.CPP STDAFX.H and STDAFX.CPP three files, compile successfully. Program input and
FFT
- FFT的四种算法。 FFT_ABCD.Cpp - 源程序 FFT_ABCD.H - 头文件 FFT0A_T.Cpp - 源程序,检验基-2FFT算法的第1种形式 FFt0B_T.Cpp - 源程序,检验基-2 FFT算法的第2种形式 FFT0C_T.Cpp - 源程序,检验基-2 FFT算法的第3种形式 FFT0D_T.Cpp - 源程序,检验基-2 FFT算法的第4种形式 -four FFT arithmetic FFT_ABCD.Cpp -source pr
fft-CPP-Sample
- 快速FFT C++的实现 包含 fftclass.h sampler.c-Fast FFT C++ implementation include, fftclass.h sampler.cpp
CPP-MathLib
- 该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。 -C++ MathLib
FFT-CPP
- 快速傅里叶变换(FFT)算法C++实现代码-FFT C++
FFT-CPP
- 可读取一个二进制文件(如去掉头部的wav文件),将得到的数值进行FFT求出离散频谱值并保存到一个文件中。-This will process the data read from a file by FFT computing, and then save the result to a new file.
MFC-cPP-digital-image-processing
- 基于MFC界面的图像的几何变换,二值形态学,fft变换-MFC-based interface for image geometric transformation, binary morphology, fft transform
fft--algorithm(CPP)
- fft算法的实现,包括时域抽取和频域抽取。可以帮助学生快速了解fft算法的核心思想。-This software is a implementation of fft algorithm, which includes the time-domain and frequency-domain.Using this software, students can quickly understand the core idea of fft algorithm.
Verified-FFT-algorithm
- 傅里叶变换算法的VC++实现,包括.h文件和.cpp文件,经过验证的.-FFT algorithm implemented using VC++. The corresponding head and source files are included. It was verified.
FFT
- To use the simple FFT implementation g++ -o demofft -I. -Wall -O3 FFT.cpp. -To use the simple FFT implementation g++ -o demofft -I. -Wall -O3 FFT.cpp.
Implementaion of FFT Using cpp
- Implementaion of FFT Using C++ Implementaion of FFT Using C++