搜索资源列表
ziliao
- 信号序列的DFT本身就是信号频谱的采样集,所以DFT可直接用于分析信号的频谱。快速傅立叶变换是一种有 效、实用的信号DFT算法。文章通过对DIT-FFT算法的详细分析,提出了一种计算机软件仿真信号频谱分析方案,并给出了 关键算法的C 语言程序。-Signal sequence of the DFT spectrum of the sample itself is a set of signals, so the DFT can be directly used to analyze th
digital-signal-processing-with-C
- 一本从C语言的角度讲述数字信号处理编程的书籍,对于数字信号处理中诸如DFT,FFT变换等非常重要的部分都有详细介绍,并附有C代码。-A perspective from the C language programming about books digital signal processing for digital signal processing such as DFT, FFT transform has a very important part of the details, a
DSP-Applications-using-C-a-TMS320C6x-DSK-(Chassai
- C. S. BURRUS and T. W. PARKS: DFT/FFT AND CONVOLUTION ALGORITHMS: THEORY AND IMPLEMENTATION JOHN R. TREICHLER, C. RICHARD JOHNSON, JR., and MICHAEL G. LARIMORE: THEORY AND DESIGN OF ADAPTIVE FILTERS T. W. PARKS and C. S. BURRUS: DIGITAL FILTE
FFT-based-on-C
- 快速傅里叶变换FFT的C语言实现语句及程序-FFT based on C
fft(matlab)
- 用C语言编写的程序,可以实现傅里叶变换的功能-failed to translate
FFT-to-C
- FFT 变换,C源代码。FFT C source code (Simple radix-2)-FFT transform, C source code. FFT C source code (Simple radix-2).
c_FFT
- 文件为C语言编写的FFT算法,在DSPC6000硬件平台上运行过-File for the C language FFT algorithm, running over the hardware platform on DSPC6000
Polar_Encoder
- 极化码编码C++函数,输入为uin,输出为uout,类比FFT过程(The function of polar encoder by C++)