代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
www.eeworm.com/read/352501/10546475
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/278321/10547057
c fft.c
/*
** FFT and FHT routines
** Copyright 1988, 1993; Ron Mayer
** Copyright (c) 1999-2000 Takehiro Tominaga
**
** fht(fz,n);
** Does a hartley transform of "n" points in the array "fz".
**
www.eeworm.com/read/278321/10547193
h fft.h
/*
* Fast Fourier Transform include file
*
* Copyright (c) 2000 Mark Taylor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library Gener
www.eeworm.com/read/278321/10547238
nas fft.nas
; for new GOGO-no-coda (1999/09)
; Copyright (C) 1999 shigeo
; special thanks to Keiichi SAKAI, URURI
%include "nasm.h"
globaldef fht_3DN
globaldef fht
externdef costab_fft
externdef sintab_fft
www.eeworm.com/read/352321/10563869
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool=
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