搜索资源列表
li_0101
- /*DCT和IDCT快速变换的C语言实现 仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运 算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开, 寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节 点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagr
jance
- FFT实现的C语言代码!有需要的可以看看,本人自己编写的-FFT C language code! Need can see, I own prepared
bysjjimmy
- OFDM系统的C语言程序,其中少了IFFT及FFT部分(外网了随便搜下很多的^_^)-OFDM System C Programming Language, a minority of the FFT and IFFT some (external networks arbitrarily seized under a lot of ^ _ ^)
hi_fft
- 标准C语言的高效的fft算法,比经典法块1个数量级以上的运算速度。
mixfft05
- c语言编写的混合基FFT变换适合有一定基础的学习者参考
FFT
- 这是FFt的程序,已经调试,用C语言编写。可以下载试试。
Fft
- fft并行算法实现,C语言开发,用mpi编程完成
fft
- FFT算法的C语言程序,经过调试的,是可以用的
256点FFT源代码
- 256点FFT IP核。包括16bit和8bit两种精度和C、VHDL、Verilog三种语言的多版本、多精度的IP核
512点FFT
- 512点FFT IP核。包括C、VHDL和Verilog三种语言版本,8bit与16bit两种精度。
FFTCprogramme
- 详细介绍了如何使用C语言编写数字信号处理中最常用的FFT程序-Described in detail how to use the C language, digital signal processing in the most commonly used FFT procedure
123
- 此程序基于c语言实现fft快速傅里叶变换-This procedure based on c language fft Fast Fourier Transform
fft
- 快速傅里叶变换算法 用于电网谐波计算 采用c语言编程-Fast Fourier transform algorithm for computing harmonic language programming using c
digital-signal-C-code
- 数字信号C语言程序集,FFT、快速卷积、IIR数字滤波、图像旋转、增强、边缘检测、人工神经网络算法-Digital signal C assembly language, FFT, fast convolution, IIR digital filtering, image rotation, enhancement, edge detection, artificial neural network algorithm
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, CZT methods.
fft
- 基于C语言的快速傅里叶变换FFT消息传递MPI编程,可以在并行计算机中编译与运行-Fast Fourier Transform (FFT) based on the C language MPI message passing programming parallel computers can be compiled and run
fft
- 运用C语言环境,实现基-2FFT运算,从而实现复杂的由时域分析转向频域分析的计算-Using C language environment and realize the base-2FFT operation, in order to achieve the complex time-domain analysis by calculating the frequency domain analysis of the steering
FFT
- TMS320C6678 FFT源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,FFT代码底层使用汇编编写,使用C语言调用,模块化功能,便于使用-TMS320C6678 FFT source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capabilities, FFT underlying assembler code written
FFT
- FFT算法在DSP软仿真中用C语言实现,波形图像都有,很有用-FFT algorithm in DSP soft simulation with C language, waveform images are, very useful
FFT-and-FFT-2D-ANSI-C
- 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t