代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/352321/10563872
paf fft.paf
www.eeworm.com/read/352321/10563882
wks fft.wks
www.eeworm.com/read/352321/10563886
c fft.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: FFT.c
www.eeworm.com/read/352321/10563890
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/160151/10563905
cof fft.cof
www.eeworm.com/read/160151/10563934
mak fft.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bda
www.eeworm.com/read/160151/10563938
hex fft.hex
:040000000C944F000D
:14005400000000000000803F000000C00000003F000000409A
:14006800DB0FC940FFFFFF7F00000000008000000000000095
:14007C0000005E7BA84311EDDE414C5304441DE52D43B1C4C1
:1400900026410000803
www.eeworm.com/read/160151/10563951
c fft.c
/*data是输入和输出(复数),nn是FFT的点数 isign指示FFT变换方向1为正变换,
-1为反变换,程序出自《Numerical Recipes in C》 */
#include
#define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr
void four1(float data[], unsigned long