搜索资源列表
字图像获取处理及实践应用一书光盘
- 图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
fft256
- 256点的快速傅立叶变换程序,在CCS上运行调试过的,非常有用哦-256 point FFT procedures, the CCS debugging run-off, very useful oh
fuliye
- 本代码是相应的快速傅立叶以及反傅立叶算法的相应实现-the corresponding code is the fast Fourier and anti-Fourier algorithm corresponding to achieve
sanjiesesan
- 程序利用快速傅立叶变换及逆变换模拟了脉冲在光纤中传输时三阶色散对脉冲形状的影响-procedures using fast Fourier transform and inverse transform simulation of the pulse in fiber transmission third-order dispersion on the shape of the pulse the impact
fft_WD
- 利用快速傅立叶变换,在频域中实现脉冲压缩的matlab仿真程序
fft-gpu
- 选自<gpu gemes 2>,用gpu实现快速傅立叶变换
FFT
- 实现数字信号处理中的快速傅立叶变化,这是基二算法。
94-100
- C语言精彩百例第93-100例 第四篇 综合应用篇 实例94 用C语言实现遗传算法 实例95 人工神经网络的C语言实现 实例96 K_均值算法 实例97 ISODATA算法 实例98 快速傅立叶变换 实例99 求解野人与传教士问题 实例100 简单专家系统
audio_noise
- 语音降噪。从Codec AD50采集话筒语音,通过DSP TMS320vc5402处理,在送到AD50输出降噪后语音,涉及加汉宁窗,切比雪夫滤波器,快速傅立叶变换和反FFT,有声无声判断谱分解,谱合成等功能
FFT
- FFT快速傅立叶变换程序,能够输入任意需要变换的点数。
oceanFFT
- 采用GPU通用计算API实现快速傅立叶变换-The use of general-purpose GPU computing to achieve fast Fourier transform API
fft
- 快速傅立叶变换的matlab算法实现。(是一个按照时间抽取的基-2快速傅里(基-2 FFT-DIT)。输入倒位序,输出自然顺序。-Fast Fourier Transform algorithm matlab. (Which is a time of extraction in accordance with the base-2 Fast Fu-ri (base-2 FFT-DIT). Enter the inversion sequence, the output of natural or
DWTFFT
- 一个小波+快速傅立叶变换的人脸识别程序,程序简单,效果好-A wavelet+ Fast Fourier Transform for Face Recognition Procedure
FFT
- 实现快速傅立叶变换的C程序代码,以基2FFT为基础的算法-Implementation of fast Fourier transform C program code, to base 2FFT based algorithm
ee
- 快速傅立叶变换(FFT)是离散傅立叶变换的一种有效的算法,通过选择和重新排列中间结果,减小运算量。DFT有大量重复的cos、sin计算,FFT的作用就是用技巧减少cos、sin项重复计算。当采样点数为1024点,DFT要求一百万次以上计算量,而FFT则只要求一万次。-cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout w
Speech-Recognition-System
- 本文介绍了基于MATLAB的语音识别系统,包括对语音信号的特征提取,包括语音信号的特征提取,快速傅立叶变换,离散余弦转换,线性预测分析,梅尔频率倒谱系数以及高斯混合模型。-This paper aims at development and performance analysis of a speaker dependent speech recognition system using MATLAB® . The issues that were considered are 1
FFTyunyong
- FFT,快速傅立叶变换,求一个信号的幅值和相角,频谱特性-FFT, fast Fourier transform, seeking a signal amplitude and phase angle, spectral characteristics
MPI-and-OpenMP-parallel-programming
- 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
STC_FFT
- 快速傅里叶变换法(FFT)是离散傅立叶变换的一种快速计算方法,它能使N点DFT的乘法计算量由N2 次降为 次。下图是采样点数为8点FFT时间抽取算法信号流图,本程序也是以这种形式设计的。-Fast Fourier Transform (FFT) is a fast computational method for discrete Fourier transforms that can reduce the multiplication of N-point DFT by N2 times. T
并行计算MPI程序设计
- FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(FFT, that is fast Fourier transform, is a fast algorithm for discrete Fourier transform. It is based on the odd, even, imaginar