搜索资源列表
fftfpga
- 采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。整个设计采用流水线工作方式,保证了系统的速度,避免了瓶劲的出现;整个系统采用FPGA实现,实验表明,该系统既有DSP器件实现的灵活性又有专用FFT芯片实现的高速数据吞吐能力,可以广泛地应用于数字信号处理的各个领域。-time selected by using the in-situ-4 algorithm and coordinate
FFT
- 基4的FFT算法程序,它是要通过将长度为N的数据序列转化成大小为4的DFT来实现高速化。从理论上讲,它比执行时间缩短为基2的FFT的3/4。该程序性能优越,可用性很强。下载即可用!-4 FFT algorithm based procedures, it is to be adopted will be a length of N data sequence into a size of 4 to achieve high-speed
1024FFT
- 一个基-2对时间抽取的1024点的快速傅立叶C语言算法,位倒序输入--2 For a time-based samples of 1024 points Fast Fourier C language algorithm, bit reverse input
DIT_base0n2_FFT
- 时间抽取(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.
fft_radix2
- 用FFT 计算离散傅里叶变化,时间抽取(DIT)基2算法。-Calculated using FFT Discrete Fourier changes, the time taken (DIT) radix-2 algorithm.
a6(2)
- 定义毕业生类,继承了大学生类和研究生类的成员,另外新增毕业学校、毕业时间、就业单位属性;学生类中增加一属性:学生获奖情况(提示:获奖情况可能有多个,最好使用聚合类) 基本要求:定义毕业生类的构造函数和析构函数,通过构造函数初始化各基类和聚合类成员; 高级要求:定义重载构造函数,能通过键盘输入数据,调用不同的构造函数进行-Graduates of the definition of class, inherited type of
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
FFT
- 基于dsp的fft算法,是基2按时间抽取快速fft,对于想熟悉fft算法的朋友很有帮助-Based on the dsp of the fft algorithm, is extracted by time radix-2 fast fft, for want of a friend familiar with the fft algorithm helpful
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
r2fft
- 实现浮点基于时间抽取的基2-FFT算法。其中有三个子函数,分别实现旋转因子的生成、位倒序和FFT运算。-Radix-2 FFT Algorithm Implementation <float>
FFT
- 时间抽选基-2 FFT及IFFT算法C语言实现-Selected time base-2 FFT and IFFT algorithms C language
MCMPFFT
- C语言编程,基2的时间抽取的FFT快速算法-C language programming, the time taken radix-2 FFT fast algorithm
FFT
- 基2按时间抽取倒位序算法,我自己编写注释的,你可以看看。-Radix-2 decimation-in-time inversion sequence algorithm
FFT
- 按时间抽取的基-2快速傅里叶变换(FFT)C语言程序-Time taken by-2 Fast Fourier Transform (FFT) C language program
22
- 设计一个按时间抽取的输入倒位序输出顺序的基2—fft算法程序。-Time taken by designing an inversion input sequence output sequence of the base 2-fft algorithm.
fft_ifft
- 任意偶数点数的fft,ifft快速计算.分别使用基2时间和基2频率的FFT算法,使用标号控制是否为IFFT。-Any even number of points fft, ifft quick calculations. Were using the base 2 times the frequency and the base 2 FFT algorithm, using the label control whether IFFT.
fft
- C语言实现几种不同FFT的方法:其中包括时间抽取的基2 DFT,频率抽取的基2 DFT,分裂基算法、CZT方法等。-C language implementation of several different FFT approach: including the time taken by the base 2 DFT, frequency extraction base 2 DFT, split based algorithm, C
fft
- 基于DSP2812的FFT自编源程序 位倒序 基2-时间抽取 蝶形算法-The source DSP2812 FFT-based self
FFT
- 这个代码利用时间抽取算法,编写基2点的快速傅立叶变换(FFT)程序。-This code takes advantage of the time extraction algorithm, written in base 2:00 Fast Fourier Transform (FFT) program.
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.