代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/420024/10822905
c fft.c
/*
* fft.c
*
* Unix Version 2.4 by Steve Sampson, Public Domain, September 1988
*
* This program produces a Frequency Domain display from the Time Domain
* data input; using the Fast Fouri
www.eeworm.com/read/420024/10822915
fft2
Well, according to the amount of E-mail I received, and as I cannot
answer to all of them, I am posting the 2D FFT program I have written in C.
How to use it : first, it can be used only on matr
www.eeworm.com/read/419987/10824453
txt fft.txt
www.eeworm.com/read/275050/10837653
c fft.c
#include
#include
#include
#define PI 3.14159265358979323846
struct COMPLEX
{
float re;
float im;
} cplx , * Hfield , * S , * R , * w;
www.eeworm.com/read/349099/10852735
c fft.c
#include "main_leak.h"
#include "math.h"
//以输入序列的偶数点和奇数点作为实虚部,然后根据共轭对称求得原序列的变换
//m为对n取以2为底的对数值(2的m次方为n)
FFT(float FFTDATA[],float FFTIMAGE[],int m,int n)
{
float *leftdata_p;
float *ibuffer
www.eeworm.com/read/348823/10865503
map fft.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/348823/10865515
asm fft.asm
*************************************
*Radix-2,DIT,Real-input FFT Program *
* fft.asm *
*************************************
.mmregs
.global reset,start,sav_sin,sav_
www.eeworm.com/read/348823/10865526
paf fft.paf
www.eeworm.com/read/348823/10865532
obj fft.obj
www.eeworm.com/read/348823/10865536
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="fft"
ProjectDir="D:\Program Files\ti\myprojects\fft0\"
ProjectType=Executable
CPUFa