代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
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
www.eeworm.com/read/469607/6971729
doc fft.doc
www.eeworm.com/read/467974/6997609
asm fft.asm
www.eeworm.com/read/468000/6997809
txt fft.txt
#include "stdio.h"
#include //调用源(头)文件
#define N 64
//------/*定义一个复数结构*/-----------------------------------------
struct compx
{float real;
float imag;
www.eeworm.com/read/467574/7005517
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\newdone\c6713Ae(3.1)\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C67XX
T
www.eeworm.com/read/467574/7005518