搜索资源列表
fft-ifft-conv
- fft和ifft以及卷积算法,c语言开发
fft
- 基于快速傅立叶变换的c语言程序,作者已经调试成功,可以在MATLAB下用-fft
FFT
- dsp C语言编程,算法研究机快速编码 解决语音编码的速度采样问题-dsp C语言编程算法研究机快速编码解决语音编码的速度采样问题
FFT
- 介绍了快速傅立叶变换(FFT)的原理以及相关实验,另配有相应的C语言程序-Introduced the Fast Fourier Transform (FFT) the principles and related experiments, reprovision corresponding C-language program
FFT
- dsp芯片的fft变换的c源代码,需要加载里面的头文件,编译后下载到芯片就可以实验了-use in dsp
fft
- 用C语言实现FFT算法,是基二的,并且用matlab测试过了是正确的。-FFT algorithm using C language, is the base 2, and tested the use of matlab is correct.
FFT
- fft快速傅里叶变化,c语言程序,蝶形算法-fft Fast Fourier transform, c language program, butterfly algorithm
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
DCT
- 该程序代码中包含了DCT,FFT等算法的C程序实现方法,希望对大家有所帮助-The code contains the DCT, FFT algorithms in C programming design methods, we hope to help
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
FIRIIR
- 本文档里含有诸多c++文件,其功能实现有FIR滤波,IIR滤波,,还有正弦曲线,还实现了128点FFT,DFT-This document contains a lot of c++ file, its function to achieve a FIR filter, IIR filtering, as well as the sine curve, but also to achieve a 128-point FFT, DFT
DFTPFFT
- 数字信号系统设计DFT-FFT,C程序,-Digital signal system design DFT-FFT, C program,
fft(matlab)
- 用C语言编写的程序,可以实现傅里叶变换的功能-failed to translate
FFT-in-C-language
- FFT算法的C语言实现,分别包括了FFT算法和IFFT算法,可以在输入的时候选择何种算法-FFT algorithm in C language
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
SPPP3.0PUserPGuide
- SP++3.0手册,C++库的信号处理库,包括信号产生,FFT,滤波器设计,频谱分析,小波变换-SP++ 3.0 Manual, C++ library signal processing including signal generation, FFT, filter design, spectrum analysis, wavelet transform
FFT
- FFT的标准C语言实验程序,主程序和cmd程序-FFT standard C language test program, the main program and cmd program
SPRU565B
- Welcome to the TMS320C64x digital signal processor (DSP) Library, or DSPLIB for short. The DSPLIB is a collection of high-level optimized DSP func- tions for the TMS320C64x device. This source code library includes C-callable functions (A
fft
- fft快速傅里叶变换测波形,并且,F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件。(FFT fast Fourier transform test waveform)