代码搜索:Decimation

找到约 613 项符合「Decimation」的源代码

代码结果 613
www.eeworm.com/read/218763/14907433

h convdec.h

//***************************************************************************** // ConvDec.h Prototypes of convolution-decimation froutines //**************************************
www.eeworm.com/read/216347/15018673

c ad_interrupt.c

/*------------------------------------------------------------------------------ AD_Interrupt.C: MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V) Inputs pairs AIN0-AI
www.eeworm.com/read/206291/15297018

c dftmerge.c

/* dftmerge.c - DFT merging for radix 2 decimation-in-time FFT */ #include void dftmerge(N, XF) complex *XF; int N; { double pi = 4. * atan(1.0); int k, i, p, q, M; c
www.eeworm.com/read/249021/12526675

h apus_sensor.h

#ifndef APUS_H #define APUS_H /********************************************************************* Filename: APUS.h Revised: $Date: 2006-07-03 16:50:57 -0700 (Mon, 03 Jul
www.eeworm.com/read/237957/13917976

h convdec.h

//***************************************************************************** // ConvDec.h Prototypes of convolution-decimation froutines //**************************************
www.eeworm.com/read/134087/14008817

c dftmerge.c

/* dftmerge.c - DFT merging for radix 2 decimation-in-time FFT */ #include void dftmerge(N, XF) complex *XF; int N; { double pi = 4. * atan(1.0); int k, i, p, q, M; c
www.eeworm.com/read/134087/14008870

c dftmerge1.c

/* dftmerge.c - DFT merging for radix 2 decimation-in-time FFT */ #include void dftmerge(N, XF) complex *XF; int N; { double pi = 4. * atan(1.0); int k, i, p, q, M; c
www.eeworm.com/read/203170/15364526

c dft_merging.c

/* dftmerge.c - DFT merging for radix 2 decimation-in-time FFT */ #include void dftmerge(N, XF) complex *XF; int N; { double pi = 4. * atan(1.0); int k, i, p, q, M; c
www.eeworm.com/read/112799/15476507

c dftmerge.c

/* dftmerge.c - DFT merging for radix 2 decimation-in-time FFT */ #include void dftmerge(N, XF) complex *XF; int N; { double pi = 4. * atan(1.0); int k, i, p, q, M; c
www.eeworm.com/read/169512/9853743

c floating-point complex radix-2 decimation-in-time fft.c

/* fft_float.c - Floating-point complex radix-2 decimation-in-time FFT Perform in place FFT the output overwrite the input array */ #include "fcomplex.h" /* floating-point complex.