搜索资源列表

  1. 2-DIT-FFT

    0下载:
  2. 一个DIT-FFT源程序生成器的源程序。采用delphi编写。-a DIT - FFT source generator of the source. Prepared using delphi.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:351512
    • 提供者:李楠
  1. 128点DIT FFT

    0下载:
  2. 128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1059
    • 提供者:王京
  1. 128点DIT FFT

    0下载:
  2. 128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王京
  1. FFT-c

    0下载:
  2. 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function :/* Sample data on the dataR []
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:郑超
  1. DIT-FFT

    0下载:
  2. 本人编写的按时间抽取的快速傅立叶变换算法,非常实用的算法程序。-prepared by the time taken by the Fast Fourier Transform algorithm, the algorithm is very practical procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:方芳
  1. 2-DIT-FFT

    0下载:
  2. 一个DIT-FFT源程序生成器的源程序。采用delphi编写。-a DIT- FFT source generator of the source. Prepared using delphi.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:351232
    • 提供者:李楠
  1. 2FFT

    0下载:
  2. DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。-DIT- FFT subroutine FFT length of 2m, m is a positive integer. FFT output on the importation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:jia
  1. DIT-FFTsuanfazichengxu

    0下载:
  2. DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。-DIT- FFT subroutine FFT length of 2m, m is a positive integer. FFT output on the importation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:jia
  1. FFT--C

    0下载:
  2. FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析-Research and Implementation of FFT algorithm (C language), one inversion algorithm sequence analysis, 2 real butterfly computation algorithm is derived, 3 DIT F
  3. 所属分类:通讯编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:sxd
  1. DIT

    0下载:
  2. 按时间抽选(DIT)的基-2 FFT算法-Selected by time (DIT) base-2 FFT algorithm
  3. 所属分类:DSP编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:ZY
  1. fft

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。-FFT algorithm is the basic principle of DFT successive long sequence is broken down into
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李文
  1. FFt-c

    0下载:
  2. 这是关于基2FFT-DIT的程序 第一个压缩文件是matlab程序,并附有原理和流程图及总结 第二个是关于c的程序-This is based on the procedures 2FFT-DIT first compressed file is a matlab program, together with flow chart and summary of the principles and the second on t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:70656
    • 提供者:李南
  1. FFT

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:419840
    • 提供者:卡其米奇
  1. DIT_SFFT

    0下载:
  2. 自己编写的基于时域抽取的分裂基FFT算法的实现的程序代码-provide the DIT-FFT
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:huangzongzhi
  1. fft

    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 of natural order。
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:17408
    • 提供者:cuiqida
  1. DIT

    0下载:
  2. 基于DIT任意基的FFT的程序 MATLAB实现 蝶形图-DIT-FFT MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:xu qiaoyi
  1. fft

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:cc
  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
  3. 所属分类:DSP编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:庄乖
  1. FFT

    0下载:
  2. TI DSP2812 FFT测试程序,希望对大家有用,已经过验证!-TI DSP2812 FFT test program, we hope to be useful, has been verified!
  3. 所属分类:DSP编程

    • 发布日期:2024-05-10
    • 文件大小:67584
    • 提供者:nel2010
  1. DIT-FFT

    0下载:
  2. DIT-FFT算法 数字信号处理课自己基于C编的-DIT-FFT Algorithm by C
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:46080
    • 提供者:seaboy
« 12 3 4 5 6 »

源码中国 www.ymcn.org