搜索资源列表
快速傅立叶变换FFT及信号的谱分析
- 用快速傅立叶变换FFT实现信号的谱分析,包括FFT程序,谱分析程序和绘图程序-using Fast Fourier Transform FFT spectrum analysis of the signals, including FFT procedures, spectral analysis procedures and drawing program
FFT(16点)
- 这是一个16点FFT(快速傅立叶变换)的C语言程序,用来对模拟信号处理-This is a 16 point FFT (Fast Fourier Transform) to the C language program, used to analog signal processing
fft
- 傅立叶变换,可以进行谐波分析等运算,很使用,快速傅立叶变换
fft.rar
- 用matlab编写的fft快速傅立叶变换及逆变换函数,文件用M语言写成,可以运行,Matlab prepared using fft Fast Fourier Transform and inverse transform function, M language documents, you can run
FFT_2D
- 二维情况下实现快速傅立叶变换,利用一维情况下的FFT实现-under 2D of the fast Fourier transform, using a dimension of the FFT
FFTView
- 用vc实现的快速傅立叶变换源代码FFT,在此基础上可写更多功能的卷积等程序-Vc achieved using Fast Fourier Transform source code for FFT, on this basis can be written more features, such as the deconvolution procedure
FFT
- 图像快速傅立叶变换,主要用于图像的频域分析处理。-Image Fast Fourier Transform, mainly for image processing frequency domain analysis.
fft
- 快速傅立叶变换,及快速傅立叶反变换。输入第一行为向量维数,第二三行为两个向量-Fast Fourier Transform, and Fast Fourier Transform. Input vector dimension of the first acts, acts of two vector
fft
- fft变换,经常用到的快速傅立叶算法,FFT变换,基2DIT,输入参数:x 复数点序列, m FFT的级数 -fft transform, fast Fourier frequently used algorithms, FFT transform, based 2DIT, input parameters: x plural point sequence, m FFT of the series
fft.c
- 快速傅立叶变换的c语言开发程序,简单易懂。-fft
ccs-fft
- 数字信号处理-快速傅立叶变换源码例子,希望对大家有帮助-Digital Signal Processing- Fast Fourier Transform source code examples, we want to help
fft
- fft电能质量检测,快速傅立叶变换,ad73-fft quality detection, fast Fourier transform, ad7366
dsp
- FFT快速傅立叶变换源码,可以直接调用。-FFT Fast Fourier Transform source code can be called directly
DIT-FFT
- 数字信号处理实验,快速傅立叶变换,内含有matlab实验m文件以及实验报告,供大家参考。-Digital signal processing experiment, fast Fourier transform, contains matlab experiment m documents and the experiment report for your reference.
1024点FFT快速傅立叶变换
- 1024点FFT快速傅立叶变换工程例子,用于FPGA(1024 point FFT fast Fu Liye transform engineering examples for FPGA)
二维快速傅立叶变换
- 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
FFT
- 利用c++实现FFT,可以进行大数运算或者计数问题,有精度损失(FFT can be realized by c++, which can carry out large number operation or count problem, and have precision loss)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(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 diagram is output after the trans
快速傅里叶变换及实现——交换两幅图像的相位谱
- 快速傅氏变换(FFT),是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(Fast Fourier transform (FFT) is a fast algorithm for discrete Fourier transform. It is based on the characteristics of discrete
信号单边快速傅立叶变换fft获得频域谱
- 信号单边快速傅立叶变换fft获得频域谱,可以快速完成信号的处理分析