代码搜索:Decimation

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

代码结果 613
www.eeworm.com/read/147931/12510119

c text.c

#include /* special function register 1210 */ #include /* standard I/O .h-file */ #include /* RTX-51 tiny functions & defines
www.eeworm.com/read/113086/15470536

txt readme.txt

DAS1210 HC 7/31/2002 ======= IDE: Raisonance Board: MSC1210-DAQ-EVM Usage: Calculate Standard Deviation, ENOB using Lib floating point Allow user to set Decimation, ADMUX, ADCON0, ODAC
www.eeworm.com/read/290200/8497247

m kasami.m

% Kasami codes %option indicates sequence format function[codes] = kasami(option) blarge = 1; m=8; % m has to be even N = 2^m -1; code3 = zeros(1, N); %2 codes for xor with circular shi
www.eeworm.com/read/287520/8684253

c fft.c

/* fft.c -- in-place decimation-in-time FFT */ #include void shuffle(), dftmerge(); void fft(N, X) complex *X; int N; { shuffle(N, X); dftmerge(N, X); }
www.eeworm.com/read/385764/8790519

m kasami.m

% Kasami codes %option indicates sequence format function[codes] = kasami(option) blarge = 1; m=8; % m has to be even N = 2^m -1; code3 = zeros(1, N); %2 codes for xor with circular shi
www.eeworm.com/read/385764/8790596

asv kasami.asv

% Kasami codes %option indicates sequence format function[codes] = kasami(option) blarge = 1;4 m=8; % m has to be even N = 2^m -1; code3 = zeros(1, N); %2 codes for xor with circular sh
www.eeworm.com/read/176500/9495786

m interpolation.m

function interpolation %program performs multi-stages interpolation on data in a user-specified data file clear all; r = [2 1 1]; % decimation factor array for different stages l =
www.eeworm.com/read/168454/9912462

m interpolation.m

function interpolation %program performs multi-stages interpolation on data in a user-specified data file clear all; r = [2 1 1]; % decimation factor array for different stages l =
www.eeworm.com/read/278816/10504303

c fft.c

/* fft.c -- in-place decimation-in-time FFT */ #include void shuffle(), dftmerge(); void fft(N, X) complex *X; int N; { shuffle(N, X); dftmerge(N, X); }
www.eeworm.com/read/159946/10584978

c fft.c

/* fft.c -- in-place decimation-in-time FFT */ #include void shuffle(), dftmerge(); void fft(N, X) complex *X; int N; { shuffle(N, X); dftmerge(N, X); }