代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/350586/10730416
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\dsp\t7\fft\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="
www.eeworm.com/read/421395/10737979
c fft.c
#include
#define SWAP(a,b) {tempr=(a); (a) = (b); (b) = tempr;}
/******************************************************************************
* If 'isign' = 1, replaces 'data'
www.eeworm.com/read/421395/10737987
h fft.h
#ifndef FFT_H
#define FFT_H
void fft(float data[], int nn, int isign);
float complex_mag(float re, float im);
#endif
www.eeworm.com/read/276404/10741630
c fft.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define LCDCOM XBYTE [0xa000] // 命令/状态寄存器地址
#define LCDDATA XBYTE [0xa001] // 数据寄存地址
#defi
www.eeworm.com/read/420850/10771001
gel fft.gel
menuitem "FFT: 傅立叶变换控制"
dialog StartFFT(nParam1"Start FFT(1-Yes 0-No):")
{
m_uVideoStatus=nParam1;
}
www.eeworm.com/read/350068/10774716
doc fft.doc
www.eeworm.com/read/275774/10796802
obj fft.obj
www.eeworm.com/read/275774/10796808
lst fft.lst
d:\tic2xx\c2000\cgtools\bin\dspa.exe FFT.asm FFT.obj -ls -v2xx
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00 Sat Jun 24 15:53:05 2006
Copyright (c) 1987-1999 Texas Instruments Incorporated
www.eeworm.com/read/275774/10796810
asm fft.asm
.title "fft.asm"
.copy "init.h"
.copy "vector.h"
I .EQU 98
J .EQU 99
L .EQU 101
M .EQU 102
B .EQU 103
TTTB .EQU 104
R1 .EQU 105
R2 .EQU 106
I1 .EQU 107
I2 .EQU 108
I128 .EQ
www.eeworm.com/read/275774/10796813