搜索资源列表
傅立叶变换算法
- matlab 文件实现傅立叶变换算法 实心快速傅立叶变换的算法的代码实现 ,是基于信号处理的一位信号的-a matlab file realizing the DFT algorithm, realizing FFT algorithm by codes, it is based on the one-dimension signal process.需改名为.ppt查看。
fftplot
- FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。 设x(n)为N项的复数序列,由DFT变换,任一X(m)的计算都需要N次复数乘法和N-1次复数加法,而一次复数乘法等于四次实数乘法和两次实数加法, -FFT, fast Fourier transform which is a discrete fast
ziliao
- 信号序列的DFT本身就是信号频谱的采样集,所以DFT可直接用于分析信号的频谱。快速傅立叶变换是一种有 效、实用的信号DFT算法。文章通过对DIT-FFT算法的详细分析,提出了一种计算机软件仿真信号频谱分析方案,并给出了 关键算法的C 语言程序。-Signal sequence of the DFT spectrum of the sample itself is a set of signals, so the DFT can be directly used to analyze th
digital-signal-processing-with-C
- 一本从C语言的角度讲述数字信号处理编程的书籍,对于数字信号处理中诸如DFT,FFT变换等非常重要的部分都有详细介绍,并附有C代码。-A perspective from the C language programming about books digital signal processing for digital signal processing such as DFT, FFT transform has a very important part of the details, a
FIRIIR
- 本文档里含有诸多c++文件,其功能实现有FIR滤波,IIR滤波,,还有正弦曲线,还实现了128点FFT,DFT-This document contains a lot of c++ file, its function to achieve a FIR filter, IIR filtering, as well as the sine curve, but also to achieve a 128-point FFT, DFT
The-discrete-Fourier-transform
- 介绍了离散傅里叶变换的原理,DFT,FFT,的相关内容,最后介绍的数字滤波器的原理及分类-Describes the discrete Fourier transform theory, DFT, FFT, relevant content, finally introduced the principle of the digital filter and classification
DFTPFFT
- 数字信号系统设计DFT-FFT,C程序,-Digital signal system design DFT-FFT, C program,
005
- 用DFT(FFT)对信号进行频谱分析,离散傅里叶变换(DFT)对有限长时域离散信号的频谱进行等间隔采样,频域函数被离 散化了,便于信号的计算机处理。 -Using DFT (FFT) spectral analysis of the signal
2
- 加深对离散信号的DTFT和DFT的及其相互关系的理解。;在理论基础上,加深对快速傅立叶变换的理解,熟悉FFT算法及其程序的编写;熟悉应用FFT对典型信号进行频谱分析的方法。-To deepen DTFT the discrete signal and DFT and its understanding of the relationship. On the basis of theory, deepen the understanding of fast Fourier transform,
DigitalSignalAnalysation
- 经典的数字信号分析书记(图片版,英文),非常值得学习里面 DFT 和 FFT 的讲解堪称经典(Digital Signal Analysation)