搜索资源列表

  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. 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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1098
    • 提供者:jia
  1. DIT

    0下载:
  2. 按时间抽选(DIT)的基-2 FFT算法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:984
    • 提供者:ZY
  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. dit-dif-fft

    0下载:
  2. 快速傅立叶算法,按时间和按频率抽取的基2算法-Fast Fourier algorithm, time and frequency taken by the base 2 Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1099776
    • 提供者:赵勇
  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. ditfft&dft

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:egg
  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. myfft_DIT_DIF

    0下载:
  2. 采用DIT和DIF两种蝶形算法实现的FFT变换,其中myfft1是DIT算法,myfft2是DIF算法,已经过测试,可以方便使用。-DIT and DIF using two algorithms of FFT butterfly transformation, which myfft1 is DIT algorithm, myfft2 is the DIF algorithm, has been tested, it will be
  3. 所属分类:matlab例程

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

    0下载:
  2. 时间抽取(DIT)基2FFT算法: 输入:先输入数组长度(8,16,32...),再输入数组内容. 输出:FFT变换结果.-Time taken (DIT) based 2FFT algorithm: Input: enter the array length (8,16,32 ...), and then type the array elements. Output: FFT transform results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:陈扬坤
  1. fft_radix2

    0下载:
  2. 用FFT 计算离散傅里叶变化,时间抽取(DIT)基2算法。-Calculated using FFT Discrete Fourier changes, the time taken (DIT) radix-2 algorithm.
  3. 所属分类:数学计算/工程计算

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

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:ZY
  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. DIT

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

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

    0下载:
  2. 快速傅里叶变换verilog代码。时域抽取(the code of fft in verilog. DIT algorithm)
  3. 所属分类:VHDL编程

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

源码中国 www.ymcn.org