搜索资源列表
fft_source
- 内部包含FFT,小波变换,以及各种常用的滤波算法和图像处理算法的C源代码。-internal contains FFT, wavelet transform, and various commonly used filter and image processing algorithm in C source code.
200628111717
- DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级。其原因是当N较大时,对DFT进行了基4和基2分解运算。FFT算法除了必需的数据存储器ram和旋转因子rom外,仍
spectrum8
- 主要用于采样数据的接收,FFT分析的计算,数据显示图像界面的设计,以及一些控制功能的接口设计。
FFT-VC++
- VC++环境下对图像进行的FFT变换,其中含有一些测试图片
FFT
- 对.bmp格式的图像进行快速傅立叶变换,包含测试图像。
fft的labwindows实现
- 本程序是FFT算法的详细程序,在labwindows上用程序实现并且有相应各种波形的FFT变换的图像界面显示.
fft
- 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination of the image grid of informati
FFT
- 对图像进行离散余弦变换处理,包含FFT,DCT-On discrete cosine transform image processing, including FFT, DCT
FFT
- 图像快速傅立叶变换,主要用于图像的频域分析处理。-Image Fast Fourier Transform, mainly for image processing frequency domain analysis.
fft
- 这是一个用C语言写的FFT变换,可用于语音或图像数据的处理。-This is a C language with the FFT transform, can be used for voice or image data processing.
PicFFT
- 对图像进行FFT变换和反变换的例子,离散余弦变换和余弦反变换。-Pairs of images FFT transform and inverse transform example, discrete cosine transform and cosine inverse transform.
FFT
- FFT变换实现程序,在图像处理方面有很好的应用-FFT transform procedure in image processing applications are good
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
FFT
- C语言实现图像的快速傅立叶变换,离散傅立叶变换。环境是CVI,一个与硬件快速接口的软件。-FFT,fast fourier transit
FFT
- 用MFC实现了离散余弦变换的快速算法,可以从文件读序列,显示变换结果,绘出图像-Realized with discrete cosine transform MFC fast algorithm that can read from a file sequence, showing transform results, draw the image
FFT
- 快速傅里叶变换的C++程序,用于各类信号和图像粗粒领域-Fast Fourier Transform C++ program for various types of coarse-grained areas of signal and image
FFT
- 本程序主要用于完成二维傅里叶变换,可以直接进行调用,对图像及矩阵数据进行处理。-FFT
FFT
- 快速傅里叶变换,基于迭代算法,适于数字滤波和图像处理-Fast Fourier transform, based on iterative algorithms, suitable for digital filtering and image processing
FFT
- 主要实现傅里叶变换的Matlab程序,程序带有输出波形图像(The main realization of the Fourier transform Matlab procedures)
image
- 常用图像处理算法,还有图像的旋转,变换,二值化,如FFT(Commonly used image processing algorithms, such as FFT)