CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 基2-FFT

搜索资源列表

  1. splfft

    0下载:
  2. 快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善-Fast Fourier Transform algorithm separatist base algorithm, also known as base 2 / 4 algorithm, the one-dimensional sequence, so FFT algorithm sound
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2601
    • 提供者:刘威
  1. ditfft&dft

    0下载:
  2. 用MATLAB语言编写的基2 DIT FFT子程序& 用简单的速度很低的方法计算DFT-using MATLAB prepared by the two-DIT FFT routines
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1536
    • 提供者:egg
  1. FFTModify

    1下载:
  2. 用能量重心法,对基2分裂的FFT算法进行校正,在整周期采样的条件下,幅值,相位,频率等可以达到很高的精度 -energy center, two pairs of split-the FFT algorithm for correction, in the whole cycle of sampling conditions, the amplitude, phase, frequency, etc., may achieve high accuracy
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4239
    • 提供者:魏玉果
  1. FFT 源程序

    0下载:
  2. c 语言的基2快速傅里叶变换程序
  3. 所属分类:数学计算/工程计算

  1. fft

    0下载:
  2. 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-Design is taken in accordance with the time radix-2 fast Fourier transform the (base 2FFT-DIT). Enter the inversion sequence, the output of the natural order.
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:729
    • 提供者:钟福贵
  1. exp2_FFT_DIT

    0下载:
  2. 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-To design a time of extraction according to the base 2 Fast Fourier Transform (base 2FFT-DIT). Input inversion sequence, the output natural order.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:566
    • 提供者:zoukui
  1. fft

    0下载:
  2. 基2算法的FFT程序,源码使用了按时间抽取的方式-Radix-2 algorithm the FFT procedure, the use of a time source selection
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1083
    • 提供者:wu jinghui
  1. fft

    0下载:
  2. 基2分频与基于分裂基的fft的实现,特别是新型的倒序算法提高了程序的质量-Base 2-splitting based on the realization of fft-based, especially the new type of reverse algorithm to improve the quality of the procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1053
    • 提供者:kevin
  1. LLVFourierTransforms

    0下载:
  2. fft变换代码,采用基2的频率域变换代码.-fft transform code, the use of the base 2 of the frequency domain transform code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:5107
    • 提供者:zm
  1. 2Dsource

    0下载:
  2. 基2 fft 的c++实现,改自matlab。-fft
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:294481
    • 提供者:胡备
  1. r2fft

    0下载:
  2. 实现浮点基于时间抽取的基2-FFT算法。其中有三个子函数,分别实现旋转因子的生成、位倒序和FFT运算。-Radix-2 FFT Algorithm Implementation <float>
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:48259
    • 提供者:罗正平
  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. 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. 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. fft

    0下载:
  2. 基2FFT,最大点数65536,三个文件分别生成测试信号,旋转因子和FFT主程序。-radix-2 fft
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:626582
    • 提供者:lingyaxuan
  1. myfft

    1下载:
  2. 设计一个按时间抽取的输入倒位序输出顺序的基2—fft算法程序。要求输入输出接口为可视化-Time taken by designing an inversion input sequence output sequence of the base 2-fft algorithm. Input and output interfaces requires the visualization
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:617
    • 提供者:qinxuan
  1. New_FFT_DIF

    0下载:
  2. 该程序实现序列的快速傅里叶变换,并且它是属于基-2 FFT中的按频率抽选的FFT运算程序-The Fast Fourier Transform program sequence, and it belongs to the group-2 FFT decimation in frequency FFT operation program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1581
    • 提供者:jun dong
  1. fft

    0下载:
  2. 基于2点蝶形运算的fft算法,采用c语言编写实现。(fft algorithm,Using c language to achieve.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:shichenxidong
  1. recursive_fft_matlab

    0下载:
  2. 基2的fft版本,采用递归计算,根据算法中fft部分写作,采用matlab平台(a recursive version of radix - 2 fft in matlab language)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:katesu
  1. FFT变换的matlab实现

    2下载:
  2. 此代码为基2时间抽取的快速傅里叶变换,可实现将信号从时域转换到频域。
  3. 所属分类:matlab例程

    • 发布日期:2019-08-16
    • 文件大小:8667
    • 提供者:xiao_shi
« 1 23 4 »
搜珍网 www.dssz.com