搜索资源列表
2-dit-fft
- 一个dit-fft源程序生成器的源程序。采用delphi编写。-a dit - fft source generator of the source. Prepared using delphi.
128点dit fft
- 128点dit fft,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-dit fft 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
128点dit fft
- 128点dit fft,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-dit fft 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
fft-c
- 傅立叶变换的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 []
dit-fft
- 本人编写的按时间抽取的快速傅立叶变换算法,非常实用的算法程序。-prepared by the time taken by the Fast Fourier Transform algorithm, the algorithm is very practical procedures.
2-dit-fft
- 一个dit-fft源程序生成器的源程序。采用delphi编写。-a dit- fft source generator of the source. Prepared using delphi.
2fft
- 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
dit-fftsuanfazichengxu
- 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
fft--C
- 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
dit
- 按时间抽选(dit)的基-2 fft算法-Selected by time (dit) base-2 fft algorithm
fft
- 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
fft-c
- 这是关于基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
fft
- 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
dit_Sfft
- 自己编写的基于时域抽取的分裂基fft算法的实现的程序代码-provide the dit-fft
fft
- 设计一个按照时间抽取的基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。
dit
- 基于dit任意基的fft的程序 MATLAB实现 蝶形图-dit-fft MATLAB
fft
- 本程序对输入序列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
myditfft
- 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
fft
- TI DSP2812 fft测试程序,希望对大家有用,已经过验证!-TI DSP2812 fft test program, we hope to be useful, has been verified!
dit-fft
- dit-fft算法 数字信号处理课自己基于C编的-dit-fft Algorithm by C