CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - dft algorithm

搜索资源列表

  1. Dsp_c.rar

    0下载:
  2. dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:58.04kb
    • 提供者:jack
  1. DFT.rar

    0下载:
  2. 在dsp2704平台上。利用DFT算法计算220V电压有效值。,In dsp2704 platform. DFT algorithm using RMS voltage 220V.
  3. 所属分类:DSP program

    • 发布日期:2017-03-25
    • 文件大小:26.3kb
    • 提供者:赵志堂
  1. Fourier filter

    2下载:
  2. 程序包中包括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
  3. 所属分类:DSP编程

    • 发布日期:2013-01-30
    • 文件大小:3.97kb
    • 提供者:Wen
  1. DSP_Basic_development_program

    0下载:
  2. 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
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1.11mb
    • 提供者:于海
  1. F2812-FFT

    0下载:
  2. 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 的算法减少运算速度
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:395.39kb
    • 提供者:平意义
  1. arm_fft

    0下载:
  2. 基于ARM汇编优化过的FFT算法,采用AAN FFT算法,性能最高的FFT算法-ARM assembler optimized based on FFT algorithm, using AAN FFT algorithm
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:70.43kb
    • 提供者:huangxm
  1. Numerical_2059424102007

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8.02kb
    • 提供者:majd
  1. DFT-spectrum-analysis-FFT-algorithm

    0下载:
  2. 1.掌握DFT频谱分析的原理与编程方法。 2.理解FFT算法的编程思想。-1 to master the principles DFT spectrum analysis and programming. 2 FFT algorithm to understand the programming ideas.
  3. 所属分类:DSP program

    • 发布日期:2017-03-24
    • 文件大小:4.08kb
    • 提供者:张树成
  1. radix2

    0下载:
  2. 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
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:623byte
    • 提供者:binish
  1. Rader17.v

    0下载:
  2. DFT Implementation with Rader Algorithm. 17 points DFT verilog implementation design.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1.98kb
    • 提供者:zi
  1. Lab0503-FFT

    0下载:
  2. 用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)
  3. 所属分类:DSP program

    • 发布日期:2017-04-24
    • 文件大小:79.97kb
    • 提供者:
  1. DFTCODE

    0下载:
  2. 在DSP中实现dft算法,已经测试过,完全可以正确实现DFT功能-Dft algorithm in the DSP, has been tested, can DFT function correctly
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:602byte
    • 提供者:魔尘
  1. speech-recognition

    0下载:
  2. 语音识别程序,STC12C5620AD单片机,利用DFT算法-Voice recognition program, STC12C5620AD microcontroller using DFT algorithm
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:52.09kb
    • 提供者:步弦
  1. nonsythasizable8pointfft

    0下载:
  2. 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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:12.44kb
    • 提供者:krishna
  1. KeygenCircuitMakerV6.0Pro

    0下载:
  2. 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
  3. 所属分类:uCOS

    • 发布日期:2017-11-07
    • 文件大小:2.06kb
    • 提供者:Quoc Viet Ta
  1. FFT

    0下载:
  2. 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
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-14
    • 文件大小:2.28mb
    • 提供者:aykut
  1. Sliding-DFT---CodeWarrior-implementation

    1下载:
  2. 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.
  3. 所属分类:DSP program

    • 发布日期:2017-02-02
    • 文件大小:1kb
    • 提供者:Elena Dobre
  1. Codec

    0下载:
  2. DFT和FFT的matlab实现及算法差异的证明,如复杂度等。(精度、不同长度的序列等)。-DFT and FFT algorithm matlab realize the difference and proved as complex and so on. (Accuracy, sequences of different lengths, etc.).
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:王铎
  1. fft

    4下载:
  2. 实现功能:基8实现64点FFT处理器(进行两次8点FFT计算,采用基8进行64点) 详细说明:硬件结构包括六部分,分别为输入模块、8点FFT模块、乘法模块、顺序调整模块、输出模块和总控制模块。 其中,输入模块的主要功能是将串行输入的64个数据进行分类,分成8批次,每次8个输入到8点FFT模块中进行计算。 8点FFT模块:FFT是DFT的快速算法,当点数较大时,可以较大的减少DFT的运算量。常用的FFT算法主要有两种,分别为按时间抽选的FFT算法(DIT-FFT)和按频率抽选的FFT算
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:32.3kb
    • 提供者:李圣华
  1. FFT_C语言

    0下载:
  2. 采用C语言实现FFT算法,基于DSP2812平台,可直接移植使用。(Using C language FFT algorithm, based on the DSP2812 platform, can be directly transplanted.)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-25
    • 文件大小:6kb
    • 提供者:annayang1986
« 12 »
搜珍网 www.dssz.com