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

搜索资源列表

  1. ff

    0下载:
  2. 基2按时间抽取的FFT算法编程实验 matlab-Radix-2 extracted by time FFT algorithm for programming experiment
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:14247
    • 提供者:jun
  1. myfft

    0下载:
  2. 自己编写的基为2的fft程序,输入为时间序列,输出为DFT序列-matlab code that can perform FFT based on radix-2 algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:544
    • 提供者:lipaialice
  1. fft

    0下载:
  2. 用C语言实现FFT算法,是基二的,并且用matlab测试过了是正确的。-FFT algorithm using C language, is the base 2, and tested the use of matlab is correct.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1995
    • 提供者:li
  1. myfft

    0下载:
  2. 基于matlab的编程实现基2时间抽取的FFT源算法,程序简单实用。-2 time programming based algorithm for extraction of the FFT source
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:757
    • 提供者:宁静
  1. Mixfft

    0下载:
  2. 混合基FFT,直接编译链接就可以了。 基2、3、5、6、7、8等-Mix-base FFT
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:5648
    • 提供者:mayun
  1. q

    0下载:
  2. 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间-Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1058695
    • 提供者:ly
  1. DSSS

    0下载:
  2. (1) 产生数值为±1的用户随机数据;给出Matlab下对应的模块; (2) 产生并给出64×64的Walsh矩阵,作为用户接入的扩频码; (3) 利用上述一个用户的扩频码和用户数据演示扩频过程;给出Simulink工作框图; (4) 利用FFT,计算并画出基带数据和扩频信号的频谱(在一个图中给出); -(1) value of ± 1 generated random data users given under the corresponding Matlab module
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:9635
    • 提供者:芊屹
  1. myfft

    0下载:
  2. 1024点时间基2抽取算法FFT。输出txt形式的自定义输入文件及FFT计算后输出的幅频特性-1024 time extraction algorithm based 2 FFT. Txt format output custom input file and output FFT calculated amplitude-frequency characteristics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:211918
    • 提供者:杨桂森
  1. Cplusplusprogramming_of_FFT_and_IFFT

    0下载:
  2. 本文我在北航读研时主修《现代偏微分方程》时花费一个多月时间写的期末报告,里面系统阐述了快速傅里叶变换的算法原理及其在数字信号处理等工程技术中的应用。介绍了一维DFT的基2 FFT 算法频域抽取和时域抽取FFT的短发原理和编程步骤。最后在附录中给出了一维DFT的基2 FFT 算法(包括频域抽取的FFT和IFFT算法、时域抽取的FFT和IFFT算法),一维任意非基2 FFT算法,二维DFT的基2 FFT 算法以及二维DFT的任意非基2 FFT 算法的详细的Visual C++程序。-The pape
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:459241
    • 提供者:刘小
  1. 1024FFVHDL

    0下载:
  2. 1024点基2时分FFT快速傅立叶变换(vhdl) -1024-point radix-2 FFT Fast Fourier transform peak (vhdl)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:617044
    • 提供者:leo
  1. DSPshow

    0下载:
  2. 基2浮点FFT 实现,用了一个复数类,对理解FFT非常有帮助-2 floating-point FFT-based implementation, with a complex class, very helpful in understanding the FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3808465
    • 提供者:凌志鹏
  1. my_fft

    0下载:
  2. fft的matlab编程实现,能够进行2的整数次幂的点数的fft运算,采用基2算法-fft in matlab programming, can be integral power of 2 points in the fft computation algorithm using radix-2
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:665
    • 提供者:LiaoKai
  1. 123

    0下载:
  2. 用C或者matlab编写基2 FFT快速算法,输入点数是2的幂次方,序列视作既包含实部也包含虚部。要求一个函数计可以做正变换,也可以做反变换。编写输入序列,先进行正反向变换,得到离散频谱,再将离散频谱加载到输入端进行验证,从输出端获取序列,和原来的序列进行比较,看看是否相等。序列可随意设为2的幂次项!-Written by C or matlab base 2 FFT fast algorithm, the input power of 2 points is the sequence incl
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:17797
    • 提供者:3Q
  1. modulation-based-on-FPGA

    0下载:
  2. 本文是基于国标DTM-B的发端系统的调制的FPGA实现,包括非基2点的FFT的实现-This article is based on the national standard DTM-B of the originator of the system to achieve the modulation of the FPGA, including non-point radix-2 FFT implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1841977
    • 提供者:庄敏敏
  1. butter

    0下载:
  2. 基-2的FFT的蝶形算法,verilog HDL 的源代码--2 Of the FFT butterfly-based algorithms, verilog HDL source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3936
    • 提供者:Mio
  1. BASED-MSP430FFT

    0下载:
  2. 基于MSP430的FFT算法 FFT利用基-2算法实现 包括倒序和蝶形循环两部分-MSP430-based FFT algorithm FFT algorithm using base-2 and the butterfly cycle, including two reverse
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2096
    • 提供者:凡尘
  1. Radix2_FFT

    0下载:
  2. Radix-2(基2)操作的FFT程序,适用于任意点数的FFT运算-Radix-2 (base 2) operation of the FFT program, for any point of the FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:刘柳
  1. DIT-2-FFT

    0下载:
  2. 基于F2812DSP的时域基2FFT变换。采用实数计算方法,8点的FFT大概是0.9ms-DIT-2 FFT
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:892
    • 提供者:LC
  1. DIT_FFT

    0下载:
  2. 数字信号处理,快速傅里叶变换,基2-DIT-FFT.很好用!-Digital signal processing, fast Fourier transform, the base 2-DIT-FFT. Good use!
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:1669
    • 提供者:climb
  1. sim1024fft

    0下载:
  2. 基-2的1024点FFT算法,并与理论FFT结果比较,改程序是正确的.-1024-point radix-2 FFT algorithm, and compared with the theoretical results of the FFT, to change the program is correct.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1028
    • 提供者:路程程
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com