搜索资源列表
vc++--FFT
- 一个用VC++实现傅立叶变换的程序,可以-VC with a Fourier transform procedure, a good look
fft
- vc++环境的快速傅立叶变换的算法库,含VC++的测试源代码
FFT
- 时间抽取基2的FFT算法C语言实现,注释清晰 在VC++6.0上已经通过测试。
fft
- 这是本人的本科毕业论文《二维FFT变换程序实现及其应用》中的程序,先用c语言将算法模块封装成dll,然后在VC和VB中调用。
FFT-VC++
- VC++环境下对图像进行的FFT变换,其中含有一些测试图片
在VC下实现FFT对信号滤波
- 在VC下实现FFT对信号滤波,包括实现低通和带通滤波,图形显示,In VC to achieve FFT of signal filtering, including the realization of low-pass and band-pass filtering, graphical display
fft.rar
- 基于vc编写的正弦信号的傅立叶变换程序,并计算其功率。,Vc prepared based on sinusoidal signal Fourier transform process, and calculate its power.
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
- 此程序事一个关于快速傅里叶变换的vc程序,相信会有用的-Do this procedure a fast Fourier transform on the vc process, I believe will be useful for
myWave_Fft
- 自制软件,实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。-Self-made software, the realization of spectral analysis. Showing the signal and frequency spectrum. Mainly sinusoidal signal and triangular wave transform one-dimensional FFT, the frequency spectrum
FFT_fixedPoint_VCdemo
- VC下开发的定点FFT程序,有图形演示。 非控制台程序。 支持128、256、512、1024、2048等长度。-the fixed-point FFT developed under VC++,demo in graphics. Not a console program! 128,256,512,1024,2048 Point is supported.
zoomfft
- 该程序是我把上面的Matlab版 ZoomFFT改写成Vc++版,该程序通过编译没有问题,我调用函数-The program is my Matlab version of the above into ZoomFFT rewritten Vc++ version of the program through the compiler there is no problem, I call the function
fft
- 典型的快速傅里叶算法FFT,使用的语言是VC++。-Fast Fourier algorithm typical FFT, the use of the language is VC++.
FFT
- FFT算法的VC实现 包括FFT、DFT等算法-FFT
FFT
- FFT变换实验的,可以在VC++/Matlab编程环境下进行-FFT, the experimental, you can VC++/Matlab programming environment for
FFT-Algorithm
- 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
FFT
- 使用VC++写的FFT算法,里面包含了一个复数运算类。-Implement FFT using VC++,including a class of complex computing.
FFT
- 实现完整的FFT变换的运算,VC++调试的FFT程序电子技术-FFT transformation to achieve full operation, VC++ debugging electronic technology FFT program
Vc-fft
- visual C++环境下实现的FFT,包括汉宁窗等-visual C++ realize FFT
C语言实现FFT(快速傅里叶变换)
- 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)