代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/304252/13797161

c untitled.c

//__CONFIG(0x3FFB); # define DQ RA4 //定义18B20数据端口 # define SETDQ TRISA4 //定义18B20D口方向寄存器 # define FALSE 0 # define TRUE 1 # include # define
www.eeworm.com/read/303558/13812681

m ip_07_12.m

% MATLAB script for Illustrative Problem 12, Chapter 7. clear echo on alpha=0.4; T=1/4800; t=[-3*T:1.001*T/100:3*T]; x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2)); pause % Press an
www.eeworm.com/read/151225/5685206

c fet140_adc12.c

//****************************************************************************** // MSP-FET430P140 Demo - Simple Single That Samples ADC12 Channel A0 // // Description; A simple single sample is
www.eeworm.com/read/142200/5765812

c fet140_adc12.c

//****************************************************************************** // MSP-FET430P140 Demo - Simple Single That Samples ADC12 Channel A0 // // Description; A simple single sample is
www.eeworm.com/read/131469/5928562

c lspcheck.c

/* ---------------------------------------------------------------- Speech Signal Processing Toolkit (SPTK): version 3.0 SPTK Working Group Department of Computer Science Nagoya Inst
www.eeworm.com/read/130105/5964624

txt opencvcfg.txt

***********Sampling params************ WindowWidth 12 WindowHeight 12 DeltaX 2 DeltaY 2 DCTcoeffX 3 DCTcoeffY 3 ***************HMM params************* SuperStates 5 States 3 6 6 6 3 NumMixt
www.eeworm.com/read/132325/6315028

c fet140_adc12_00.c

//****************************************************************************** // MSP-FET430P140 Demo - ADC12 Sample A0, AVcc // // Description; A simple single sample is made on A0 with refern
www.eeworm.com/read/257423/6356475

m c7ex10.m

a = [0 1; -6 -5]; % Define a matrix b = [1 1; 1 1]; % Define b matrix Ts = 0.1; % Define sampling period [F,G] = c2d(a,b,Ts); % Compute F matrix and G matrix F
www.eeworm.com/read/489517/6472418

h fft.h

/* Constant Definitions */ #define FFT_BLOCK_LENGTH 32 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 5 /* = Number of "Butterfly" Stages in FFT processing */ #define
www.eeworm.com/read/489517/6472424

h fft.h

/* Constant Definitions */ #define FFT_BLOCK_LENGTH 32 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 5 /* = Number of "Butterfly" Stages in FFT processing */ #define