搜索资源列表
Dsp_c.rar
- dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
DFT.rar
- 在dsp2704平台上。利用DFT算法计算220V电压有效值。,In dsp2704 platform. DFT algorithm using RMS voltage 220V.
Fourier filter
- 程序包中包括Chebyshev低通滤波器、巴特沃斯模拟低通滤波器、Cholesky分解、DFT算法、FFT算法,可以直接移植到嵌入式系统或DSP中实现。-Package includes Chebyshev low-pass filter, Butterworth low-pass filter simulation, Cholesky decomposition, DFT algorithm, FFT algorithm, can be directly transplanted to the
DSP_Basic_development_program
- 1.DSP基本开发实验(熟悉CCS和DSP基本开发流程) 2.I/O控制实验(获取按键值并驱动LED显示) 3.中断设计实验 4.定时器实验 5.DMA实验 6.McBSP1接口实验 7.DSP/BIOS实验 8.音频Codec芯片AIC23数据采集回放实验 9.离散傅立叶变换DFT 10.无限冲击响应滤波器(IIR)算法实验 11.有限冲击响应滤波器(FIR)算法实验 12.实数快速傅立叶变换(FFT)算法实验 -Basic developmen
F2812-FFT
- FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
arm_fft
- 基于ARM汇编优化过的FFT算法,采用AAN FFT算法,性能最高的FFT算法-ARM assembler optimized based on FFT algorithm, using AAN FFT algorithm
Numerical_2059424102007
- Fast Fourier transform — FFT — is speed-up technique for calculating discrete Fourier transform — DFT, which in turn is discrete version of continious Fourier transform, which indeed is origin for all its versions. So, historically continious form of
DFT-spectrum-analysis-FFT-algorithm
- 1.掌握DFT频谱分析的原理与编程方法。 2.理解FFT算法的编程思想。-1 to master the principles DFT spectrum analysis and programming. 2 FFT algorithm to understand the programming ideas.
radix2
- It can be used for finding the dft(Discrete fourier transform) of a signal using radix 2 fft algorithm.It is developed using Dev C-It can be used for finding the dft(Discrete fourier transform) of a signal using radix 2 fft algorithm.It is developed
Rader17.v
- DFT Implementation with Rader Algorithm. 17 points DFT verilog implementation design.
Lab0503-FFT
- 用dsp实现快速傅立叶变换(FFT)算法,FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计 算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法- Dsp to achieve the fast Fourier transform (FFT)
DFTCODE
- 在DSP中实现dft算法,已经测试过,完全可以正确实现DFT功能-Dft algorithm in the DSP, has been tested, can DFT function correctly
speech-recognition
- 语音识别程序,STC12C5620AD单片机,利用DFT算法-Voice recognition program, STC12C5620AD microcontroller using DFT algorithm
nonsythasizable8pointfft
- A Fast Fourier Transform(FFT) is an efficient algorithm for calculating the discrete Fourier transform of a set of data. A DFT basically decomposes a set of data in time domain into different frequency components. DFT is defined by the following equa
KeygenCircuitMakerV6.0Pro
- A Fast Fourier Transform (FFT) is an efficient algorithm to compute the Discrete Fourier Transform (DFT) and its inverse. There are many distinct FFT algorithms involving a wide range of mathematics, from simple complex-number arithmetic to group the
FFT
- this a sample FFT DFT algorithm test project. This project uses microsoft visual studio 2008 and writen on 2013. The main purpose of this project is finding easiest calculation algorothm for microcontrollers-this is a sample FFT DFT algorithm test pr
Sliding-DFT---CodeWarrior-implementation
- The sliding DFT is a spectral analysis method based on the classical FFT, implemented over a subset of the N center frequencies of the N-point DFT. The sliding DFT (SDFT) algorithm performs an N-point DFT on time samples within a sliding-window.
Codec
- DFT和FFT的matlab实现及算法差异的证明,如复杂度等。(精度、不同长度的序列等)。-DFT and FFT algorithm matlab realize the difference and proved as complex and so on. (Accuracy, sequences of different lengths, etc.).
fft
- 实现功能:基8实现64点FFT处理器(进行两次8点FFT计算,采用基8进行64点) 详细说明:硬件结构包括六部分,分别为输入模块、8点FFT模块、乘法模块、顺序调整模块、输出模块和总控制模块。 其中,输入模块的主要功能是将串行输入的64个数据进行分类,分成8批次,每次8个输入到8点FFT模块中进行计算。 8点FFT模块:FFT是DFT的快速算法,当点数较大时,可以较大的减少DFT的运算量。常用的FFT算法主要有两种,分别为按时间抽选的FFT算法(DIT-FFT)和按频率抽选的FFT算
FFT_C语言
- 采用C语言实现FFT算法,基于DSP2812平台,可直接移植使用。(Using C language FFT algorithm, based on the DSP2812 platform, can be directly transplanted.)