代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/282480/9091122
csf fft.csf
COMPILER_SETTINGS
{
IO_PLACEMENT_OPTIMIZATION = ON;
ENABLE_DRC_SETTINGS = OFF;
PHYSICAL_SYNTHESIS_REGISTER_RETIMING = OFF;
PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION = OFF;
PHYSICAL_SYNTHESIS_
www.eeworm.com/read/282480/9091163
hif fft.hif
Version 3.0 Build 199 06/26/2003 SJ Full Version
32
OFF
# entity
lpm_mula
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_sensitive
# source_file
lpm_mula.v
1162121720
7
# storage
db|
www.eeworm.com/read/282480/9091182
icc fft.icc
www.eeworm.com/read/282480/9091294
quartus fft.quartus
COMPILER_SETTINGS_LIST
{
COMPILER_SETTINGS = fft;
}
SIMULATOR_SETTINGS_LIST
{
SIMULATOR_SETTINGS = fft;
}
SOFTWARE_SETTINGS_LIST
{
SOFTWARE_SETTINGS = Debug;
SOFTWARE_SETTINGS = Release
www.eeworm.com/read/282428/9095054
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/282423/9095497
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/282423/9095513
asm fft.asm
.global start
input .equ 200h
DataInR .equ 2000h
DataInI .equ 2100h
SINTab .equ 2200h
.sect ""
n .equ 118
m .equ 119
WKAd .equ 120
www.eeworm.com/read/282423/9095514