代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
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
out fft.out
www.eeworm.com/read/275774/10796819
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/275774/10796822
cmd fft.cmd
MEMORY
{
PAGE 0 :
EX1_PM :ORIGIN=0h,LENGTH=0FEFFh
B0_PM :ORIGIN=0FF00h,LENGTH=0100h
PAGE 1 :
REGS :ORIGIN=0h,LENGTH=60h
BLK_B2 :ORIGIN=60h,LENGTH=20h
BLK_B0 :ORIGIN=200h,LENGTH=100h
BLK_B1
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