搜索资源列表
FFT快速傅里叶变换源码
用于进行快速傅里叶变换,进行频谱分析的例子源代码。
c语言的傅里叶变换
- 快速傅里叶变换程序,该程序可用于信号处理,及其它数值分析中
FFT快速傅里叶变换
- FFT快速傅里叶变换,DSP,C语言,效率很高
傅里叶变换以及频率域卷积
- C++语言实现傅里叶变换以及频率域卷积
快速傅里叶变换FFT
- 快速傅里叶变换FFT
fft
- fft的快速傅里叶变换 // data 长度为 (2 * 2^n), data 的偶位为实数部分, data 的奇位为虚数部分 // isInverse表示是否为逆变换-fft Fast Fourier Transform// data length (2* 2 ^ n), data of the dual spaces for the real part, data for the odd bit imaginary part
fft
- 序列的傅里叶变换-Sequence of Fourier Transform
FFT
- 讲解快速傅里叶变换--FFT快速算法的文章。-On Fast Fourier Transform- FFT fast algorithm for the article.
FFT
- 快速傅里叶变换子程序,可用于频谱分析、频率域滤波-FFT subroute
fft
- 单片机用c语言编写的快速傅里叶变换,简单快速-Singlechip with c languages Fast Fourier Transform, EASY Express
FFT
- 用VC++实现的快速傅里叶变换的源代码,开发平台是VC++6.0-this is fft which effects in image by vc++
fft
- C语言实现快速傅里叶算法,可以输入任意位,有正变换和反变换!-C language realization of fast Fourier algorithm, can enter any place, there is transformation and anti-transformation!
fft
- FFT快速傅里叶变换程序语言。频率抽选基FFT和IFFT子程序-FFT Fast Fourier Transform programming language. Frequency-based FFT and IFFT selected subroutine
fft
- 傅里叶变换的F语言程序,应该是可以用的!-Fourier transform of the F language program, they should be able to use the!
FFt
- 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the r
FFT
- 主要实现傅里叶变换的Matlab程序,程序带有输出波形图像(The main realization of the Fourier transform Matlab procedures)
傅里叶变换
- 傅里叶变换法估计谱 事实上海浪谱主要集中在较窄的频域范围内,通常可以从计入中选取最短波频率 作为谱估计的频率上界(The Estimation of Wave Spectrum by FFT Method)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(FFT)。将图像转化成二维灰度图像后再做FFT变换,并输出变换后的幅值图。(Digital image fast Fourier transform (FFT).The image is transformed into a two-dimensional gray level image and then the FFT transformation is made, and the amplitude dia
快速傅里叶变换及实现——交换两幅图像的相位谱
- 快速傅氏变换(FFT),是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(Fast Fourier transform (FFT) is a fast algorithm for discrete Fourier transform. It is based on th
C语言实现FFT(快速傅里叶变换)
- 单片机C语言实现快速傅里叶运算的文档,方便实现快速开发和移植。(Single chip microcomputer C language to realize fast Fourier operation document.)