代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
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 *
**********************************
www.eeworm.com/read/461810/7219128
out fft.out
www.eeworm.com/read/461810/7219143
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/461700/7222330
sch fft.sch
www.eeworm.com/read/461567/7224573
c fft.c
www.eeworm.com/read/461292/7230041
asm fft.asm
;---------------------------------------------------------------------
;Fast Fourier Transform(FFT) source code by Pradeeapn--arulpragasam@yahoo.com
;This code calculates both left & right 16 bit au