代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
www.eeworm.com/read/270348/11041464
cpp fft.cpp
#include
#include
#include
#define pi 3.1415926
#define N 4
struct Complex
{
double real;
double image;
};
struct Complex comadd(struct Complex a,st
www.eeworm.com/read/470347/6918905
ldf fft.ldf
/****************************************************************************
** $TITLE: FFT.LDF$
** FFT.LDF
** ---------
** Sets up the memory map for the FFT demo.
**
www.eeworm.com/read/470347/6918907
c fft.c
/****************************************************************************
** $TITLE: FFT.C$
** FFT.C
** ---------
** Brings data in from the codec, and runs it through
www.eeworm.com/read/470347/6918910
dxe fft.dxe
www.eeworm.com/read/470347/6918912
doj fft.doj
www.eeworm.com/read/470347/6918915
mak fft.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/253815/6959440
c fft.c
//TMS320LF2407上实现快速傅里叶变换(FFT)
//FFT的程序代码
//(1)主程序
#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void
www.eeworm.com/read/253815/6959443
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407\fft\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Cu