CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fft 基2

搜索资源列表

  1. DSPFFT

    1下载:
  2. 介绍了基2时域抽取法FFT的原理和算法,并在MATLAB仿真软件的辅助下、在数字信号处理 DSP上实现。 -Describes the radix-2 time-domain extraction principle and FFT algorithms, and the aid of MATLAB simulation software, in digital signal processing DSP to achieve.
  3. 所属分类:DSP program

    • 发布日期:2017-03-26
    • 文件大小:216543
    • 提供者:xuhao
  1. fft

    0下载:
  2. 快速Fourier变换的代码,基2算法,且和原始定义的Fourier变换算法进行了对比。-Fast Fourier Transform code, the base 2 algorithm, and the original definition of the Fourier transform algorithm were compared.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:1591
    • 提供者:lihousen
  1. FFT

    0下载:
  2. 快速傅里叶变换,依靠基2蝶形因子的思想,符合数字信号的处理需求-FFT
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1361
    • 提供者:zrs
  1. 8-DFT-FFT

    0下载:
  2. 8点序列的基2-DIT-FFT算法程序设计-8 base sequence of 2-DIT-FFT algorithm programming
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:21878
    • 提供者:肖利
  1. myditfft

    0下载:
  2. function y=myditfft(x) 《数字信号处理教程——MATLAB释义与实现》 用MATLAB语言编写的基2 DIT FFT子程序-function y = myditfft (x) " digital signal processing tutorial- MATLAB Interpretation and Implementation" MATLAB language with the base 2 DIT FFT Subroutine
  3. 所属分类:DSP program

    • 发布日期:2017-03-26
    • 文件大小:835
    • 提供者:庄乖
  1. fft_my

    0下载:
  2. 本程序对输入序列din实现DIT——FFT基2算法,点数取大于等于din长度的2的幂次-The program realization of the input sequence din DIT- FFT radix-2 algorithm, din length greater than or equal points to take a power of 2
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:736
    • 提供者:罗速
  1. FFT

    0下载:
  2. 时间抽选基-2 FFT及IFFT算法C语言实现-Selected time base-2 FFT and IFFT algorithms C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:988
    • 提供者:冯晗
  1. ji2-fft

    0下载:
  2. 通过基2 实现fft变换 可自定义输入变量 带有详细注释-Achieved through the radix-2 fft transform the input variables can be customized with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5229
    • 提供者:nealjay
  1. FFTFFToptimize

    0下载:
  2. 有关DSP C6400 系列的FFT算法程序优化,有基2和基4法两种方法的C语言编程,还有对应的线性汇编程序。-The DSP C6400 series of FFT algorithm optimization, a base 2 and base 4 and French methods of the C programming language, as well as the corresponding linear assembler.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:10183
    • 提供者:陈群
  1. fft

    0下载:
  2. 傅里叶变换,快速算法FFT,第一个子函数为逆序,第二个为基2时分FFT!-Fourier transform, fast algorithm FFT, the first sub-function for the reverse, the second as the base 2 hours FFT!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:655
    • 提供者:godfan
  1. FFT

    0下载:
  2. FFT的四种算法。 FFT_ABCD.Cpp - 源程序 FFT_ABCD.H - 头文件 FFT0A_T.Cpp - 源程序,检验基-2FFT算法的第1种形式 FFt0B_T.Cpp - 源程序,检验基-2 FFT算法的第2种形式 FFT0C_T.Cpp - 源程序,检验基-2 FFT算法的第3种形式 FFT0D_T.Cpp - 源程序,检验基-2 FFT算法的第4种形式 -four FFT arithmetic FFT_ABCD.Cpp -source pr
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:7465
    • 提供者:川少叶
  1. myFFT2

    0下载:
  2. 快速傅里叶变换FFT基2频域的c++代码实现-FFT algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:315539
    • 提供者:WeiYongcheng
  1. FFT

    1下载:
  2. 在TI公司的TMS320C6416 DSP上做FFT变换的实现与探索。功能主要包括如下5个方面: 1. 16点基2 FFT 2. 将基2FFT结果写入SD_RAM,并读取出来 3. 对FFT的结果进行IFFT 4. 原采样点扩展为32点,做32点基2 FFT 5. 对原16点序列做基4 FFT -TI' s TMS320C6416 DSP to do the FFT transform and explore. Features include the follo
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1056413
    • 提供者:lijun
  1. FFT

    0下载:
  2. 基2按时间抽取倒位序算法,我自己编写注释的,你可以看看。-Radix-2 decimation-in-time inversion sequence algorithm
  3. 所属分类:DSP program

    • 发布日期:2017-11-28
    • 文件大小:1585
    • 提供者:王金超
  1. FFT

    0下载:
  2. 基2时选FFT,此处取N=8,输入8位时域的值将输出傅立叶变换后的值-Yl 2:00 selected FFT, here take N = 8, the value of the input 8-bit time domain the output value after the Fourier transform
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:12013
    • 提供者:耿浩翔
  1. fft

    0下载:
  2. 时域基2快速傅里叶变换算法,在nios ii处理器中实现的一种 fft功能算法,可用于频谱分析。-Time domain radix-2 FFT algorithm, implemented in the nios ii processor features an fft algorithm can be used for spectral analysis.
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:1574
    • 提供者:张光
  1. FFT

    0下载:
  2. 按时间抽取的基-2快速傅里叶变换(FFT)C语言程序-Time taken by-2 Fast Fourier Transform (FFT) C language program
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1421
    • 提供者:柳芷若
  1. fft

    0下载:
  2. C语言实现几种不同FFT的方法:其中包括时间抽取的基2 DFT,频率抽取的基2 DFT,分裂基算法、CZT方法等。-C language implementation of several different FFT approach: including the time taken by the base 2 DFT, frequency extraction base 2 DFT, split based algorithm, CZT methods.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:8924
    • 提供者:zhuqianxia
  1. 8-point-pipeline-fft-by-verilog.pdf

    0下载:
  2. 简单的8位基2 流水 fft verilog-Simple 8 base 2 pipelined fft verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:219918
    • 提供者:张涛
  1. fft

    0下载:
  2. fft 算法实现了基2的快速傅里叶变换,踢狗包括时间和频率的两种实现方式-fft 2-base including
  3. 所属分类:Goverment application

    • 发布日期:2017-05-14
    • 文件大小:3136700
    • 提供者:王子奕
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com