代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/268231/11148900

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)]; z
www.eeworm.com/read/268231/11149099

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)]; z
www.eeworm.com/read/411934/11220807

m 10-1.m

clear all; % 清所有的变量 clf; % 清屏 N=1224; % 设置数据点数 f1=200; % 设置信号1频率 f2=700; % 设置信号2频率 f3=1100; % 设置信号3频率 dt=1/1024; % 设置采样时间 sample=
www.eeworm.com/read/147096/12583693

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/147096/12584123

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/146454/12647373

m c5_4_1.m

clear all; clf; N=1224; f1=200; f2=700; f3=1100; dt=1/1024; sample=1/dt; randn('state',sum(100*clock)); dis=2*rand(1,
www.eeworm.com/read/300562/13905551

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)]; z
www.eeworm.com/read/300562/13905879

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)]; z
www.eeworm.com/read/237874/13923565

c fet430_adc12_04.c

//****************************************************************************** // MSP-FET430P430 Demo - ADC12, Extend Sampling period with SHT Bits // // This example shows how to extend the sa
www.eeworm.com/read/300086/13936531

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