代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/462674/7198333
c fft.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: FFT.c
www.eeworm.com/read/462674/7198334
map fft.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
www.eeworm.com/read/462674/7198335
obj fft.obj
www.eeworm.com/read/462674/7198336
out fft.out
www.eeworm.com/read/462674/7198337
cmd fft.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/462013/7212992
txt fft.txt
Public Sub fft(pr() As Single, pi() As Single, N As Long, k As Long, fr() As Single, fi() As Single, ll As Long, ill As Long)
Dim it As Long, i As Long, j As Long
Dim m As Long, iis As Long, nv As
www.eeworm.com/read/461810/7219116
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/461810/7219119
obj fft.obj
www.eeworm.com/read/461810/7219120
paf fft.paf
www.eeworm.com/read/461810/7219122
asm fft.asm
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************