代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/465329/7053134
txt fft变换.txt
/*=====================================================
函数名称:FFT
函数功能:FFT变换,基2DIT
输入参数: x 复数点序列,
m FFT的级数
输出参数:无,原址操作
====================================================*/
void FFT(COMPLEX
www.eeworm.com/read/465459/7055203
txt fft.txt
/****************************************************
FFT()
参数:
TD为时域值
FD为频域值
power为2的幂数
返回值:
无
说明:
本函数实现快速傅立叶变换
***************************************************
www.eeworm.com/read/464829/7060486
c fft.c
#include "conio.h"
#include "math.h"
#include "stdio.h"
#define N 64
#define PI 3.1415926
#define w0 (0.125*PI)
#define Cmul(a,b,c) a.x=b.x*c.x-b.y*c.y;a.y=b.x*c.y+b.y*c.x;
#define
www.eeworm.com/read/465018/7064273
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="FFT"
ProjectDir="C:\ti\myprojects\5416dsk\fft\test\"
ProjectType=Executable
CPUFami
www.eeworm.com/read/465018/7064276
obj fft.obj
www.eeworm.com/read/465018/7064277
paf fft.paf
www.eeworm.com/read/465018/7064279
asm fft.asm
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/465018/7064285
out fft.out
www.eeworm.com/read/465018/7064299
mak fft.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/201012/7087465
mak fft.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames