Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fft 32
Search - fft 32 - List
32位arm9微处理器S3C2440的i2c测试源代码
Update : 2008-10-13 Size : 197.7kb Publisher : sonny

32位arm9微处理器S3C2440的led测试源代码
Update : 2008-10-13 Size : 39.29kb Publisher : sonny

32位arm9微处理器S3C2440的led数码管测试源代码
Update : 2008-10-13 Size : 61.05kb Publisher : sonny

32位arm9微处理器S3C2440的rtc测试源代码
Update : 2008-10-13 Size : 199.1kb Publisher : sonny

32位arm9微处理器S3C2440的uart测试源代码
Update : 2008-10-13 Size : 196.66kb Publisher : sonny

32位arm9微处理器S3C2440在ADS下的配置文件
Update : 2008-10-13 Size : 905byte Publisher : sonny

ears-0.32, linux下有用的语音信号处理工具包,包括音频文件的读取,fft的计算和critical bands的计算
Update : 2008-10-13 Size : 183.83kb Publisher : liu yu

fft源代码,#include \"f2407_c.h\" #include \"math.h\" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
Update : 2008-10-13 Size : 5.31kb Publisher : huangsisi

32点离散傅里叶变换DFT的DSP实现,C语言编码,很好的可移植性和稳定性;对FFT的应用也有一定作用
Update : 2012-04-14 Size : 26.3kb Publisher : homebbs2085@163.com

ears-0.32, linux下有用的语音信号处理工具包,包括音频文件的读取,fft的计算和critical bands的计算-ears-0.32, linux under the useful speech signal processing toolkit, including the audio files to read, fft calculation and the calculation of critical bands
Update : 2025-02-17 Size : 184kb Publisher : liu yu

DL : 0
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N]; -fft source code,# include f2407_c.h# include math.h# define N 32// FFT transform points extern void fft (void) extern void resave (void) interrupt void phantom (void) void sysinit (void) extern int input [2* N]
Update : 2025-02-17 Size : 5kb Publisher :

FFT 32k use VHDL MATLAB
Update : 2025-02-17 Size : 962kb Publisher :

用c实现FFT算法,通过修改该程序可实现32点,64点,128点的FFT运算-With c realize FFT algorithm, by modifying the program to achieve 32 points, 64 points, 128 points FFT computation
Update : 2025-02-17 Size : 14kb Publisher : xiuxiu

DL : 0
// 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi[]: l=0时,存放N点采样数据的虚部 // l=1时, 存放傅立叶变换的N个虚部 // // 出口参数: // fr[]: l=0, 返回傅立叶变换的实部 // l=1, 返回逆傅立叶变换的实部 // fi[]: l=0, 返回傅立叶变换的虚部 // l=1, 返回逆傅立叶变换的虚部 // pr[]: il = 1,i = 0 时,返回傅立叶变换的模 // il = 1,i = 1 时,返回逆傅立叶变换的模 // pi[]: il = 1,i = 0 时,返回傅立叶变换的辐角 // il = 1,i = 1 时,返回逆傅立叶变换的辐角-err
Update : 2025-02-17 Size : 1kb Publisher : bluefeifei

DL : 0
ti 的FFT 算法库,里面有PDF的理论基础,和算法库,很齐全,很有参考价值.-This FFT library contains generic FFT module (32-bit implementation) for real/complex FFT
Update : 2025-02-17 Size : 762kb Publisher : vincent

DL : 0
64-point radix-2 fft module
Update : 2025-02-17 Size : 1kb Publisher : Hem

DL : 0
FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Update : 2025-02-17 Size : 2kb Publisher : liuxiaoxiao

this code evaluate FFT for 32 point
Update : 2025-02-17 Size : 115kb Publisher : ali

DL : 0
c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
Update : 2025-02-17 Size : 15kb Publisher : ws

vhdl code for FFT 32 point
Update : 2025-02-17 Size : 1.16mb Publisher : amin
« 12 3 4 5 6 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.