代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
www.eeworm.com/read/201012/7087482
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="fft"
ProjectDir="D:\xsdesk\GINGKGO\project\lectute0610\prj\fft\bios\"
ProjectType=Ex
www.eeworm.com/read/201012/7087484
dat fft.dat
1651 1 0 0 0
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0x
www.eeworm.com/read/201012/7087487
paf fft.paf
www.eeworm.com/read/201012/7087491
asm fft.asm
;/* ============================================================================*/
;/* Copyright (C) 2004 YINXING TECHNOLOGY CO., LTD */
;/* A
www.eeworm.com/read/201012/7087492
wks fft.wks
www.eeworm.com/read/201012/7087493
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\CCS_EXAMPLE\fft\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
T
www.eeworm.com/read/201012/7087494
dat fft.dat
1651 1 0 0 0
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0x
www.eeworm.com/read/296134/7103002
c fft_a.c
/*
fft_a.c - Radix 2 decimation in time FFT
Using C55x C intrinsics to perform in place FFT,
the output overwrite the input array
*/
#include "icomplex.h"
#include
www.eeworm.com/read/296134/7103024
asm fft.asm
;
; fft.asm - Radix-2 complex FFT (for N=2^EXP points)
; Using table lookup method
;
; Prototype: void fft(complex *, int, complex *, int);
;
;
www.eeworm.com/read/249164/7118401
cpp fft.cpp
#include "math.h"
//#include "stdio.h"
#include "fft.h"
//#include "qam64.h"
void ChangeOrder (Int16 *changeDataIn, Int16 length, Int16 pow_4)
{
Int16 i, j, k;
Int16 temp1, temp2;
Int16