搜索资源列表
ArisImageRoutines_source
- A good resource for 2D FFT and DCT
2
- 快速傅里叶变换FFT的基于vc的实现,一个作业-FFT Fast Fourier Transform vc-based implementation, a job
fft
- 用C语言实现FFT算法,是基二的,并且用matlab测试过了是正确的。-FFT algorithm using C language, is the base 2, and tested the use of matlab is correct.
RADIX_64
- radix 64 point fft using vhdl design in fpga
FFTRadix235
- a radix-2,3 and 5 FFT, hopefully this is new and helpful :)
radix2
- fft The radix-2 algorithms are the simplest FFT algorithms. The decimation-in-time (DIT) radix-2 FFT recursively partitions a DFT into two half-length DFTs of the even-indexed and odd-indexed time samples. The outputs of these shorter FFTs ar
fft1
- 本函数是以2为基的简单快速傅立叶变换算法,计算准确,其中编写的思想是参考蝶形算法应用在时分的fft中。-fft in matlab
fft_fir_filter
- FFT-based FIR Filter is a unit to perform the finite impulse responce filter based on the Fast Fourier Transform (FFT). It performs the convolution of the unlimited signal sequence with the synthesized impulse responce of the length of Ni=N/2 samples
Radix-2
- here it gives the 8 point radix 2 fft algorithm
FFT-Using-FPGAs-(2)
- FPGA IMPLEMENTATION OF FPGA
Design-and-Implementation-of-FPGA
- 设 计与 实 现了 一种 以 F P GA 为核 心 的实 时 频 谱分 析 系 统。 系 统 包含 实时 频 谱 监 测 和 实 时 频 谱仪 2 种 频 谱分 析 模式 。 实 时频 谱 监 测 模 式采 用 F F T 算法 设 计实 现 , 用 于 对信 号 的 实时 监 测 实 时 频 谱 仪 模 式 采 用 D F T 算法 设计 实 现, 用于 信 号的 细致 分 析。 实验 证 明 , 系 统 充 分 利 用 了 F P GA 芯 片 的 资 源, 具 有
2
- 加深对离散信号的DTFT和DFT的及其相互关系的理解。;在理论基础上,加深对快速傅立叶变换的理解,熟悉FFT算法及其程序的编写;熟悉应用FFT对典型信号进行频谱分析的方法。-To deepen DTFT the discrete signal and DFT and its understanding of the relationship. On the basis of theory, deepen the understanding of fast Fourier transform,
PCMcodedecode_matlab
- 产生一正态分布序列 经过pcm编码、PCM解码、计算量化信噪比、设置信道误码率 -Generating a normal sequence after pcm encoding, PCM decoding, computing quantization noise ratio, set the channel error rate x = randn (1,1000) generating a normal sequence xf = fft (x, 256) 1024 da
FFT_base2
- 基2的FFT,包括时域抽取和频域抽取,用雷德算法实现了倒位序-based-2 FFT