代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/131469/5928544

c ds.c

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

s43 实验8_思考_adc12_1.s43

#include "msp430x44x.h" ;****************************************************************************** ; MSP-Test44x Demo - ADC12 Sample A0, AVcc ; ; Description; A simple single sample is m
www.eeworm.com/read/490166/6459863

m loweq.m

function x1=loweq(x,ts,f0) % x1=loweq(x,ts,f0) %LOWEQ Return the lowpass equivalent of the signal x. % f0 is the center frequency % ts is the sampling interval t=[0:ts:ts*(l
www.eeworm.com/read/488463/6487326

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/488351/6493596

c 440_adc12_02.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Single Conversion on Single Channel // // This example shows how to perform a sing
www.eeworm.com/read/487743/6508131

s43 fet440_adc12_00.s43

#include "msp430x44x.h" ;****************************************************************************** ; MSP-FET430P440 Demo - ADC12 Sample A0, AVcc ; ; Description; A simple single sample i
www.eeworm.com/read/486202/6538115

m 5-12.m

%例程5-12 利用特征向量法估计功率谱 % e.g.5-12.m for example5-12; % to test function peig; clf; clear all; % Generate the signal plus white noise and show N=1024; % number of sampling dat
www.eeworm.com/read/486048/6542511

m ecg_filter.m

ecg=load('ps2ex_ecg2.txt')'; sampling=300; ww=-pi:1/sampling:pi; w2=35/(sampling/2); [bi,ai]=butter(2,w2,'low'); z=freqz(bi,ai,ww); subplot(5,1,1) plot(ww,abs(z)) fecg=filter(bi,ai,ecg) [
www.eeworm.com/read/486048/6542513

m ecg_filter1.m

ecg=load('ecg.txt')'; sampling=300; ww=-pi:1/sampling:pi; w2=35/(sampling/2); [bi,ai]=butter(2,w2,'low'); z=freqz(bi,ai,ww); subplot(5,1,1) plot(ww,abs(z)) fecg=filter(bi,ai,ecg) [bn,an]=
www.eeworm.com/read/485392/6561017

m 5-12.m

%例程5-12 利用特征向量法估计功率谱 % e.g.5-12.m for example5-12; % to test function peig; clf; clear all; % Generate the signal plus white noise and show N=1024; % number of sampling dat