代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/248077/4471026

m p9_8.m

% P9_8.M Compare the FFT for various values of N % % Separate two signals at .3 Hz and .32 Hz using % ginput to select peaks T=1 % T=1 sec k=0:T:(512-1)*T; % Sampling at T=1 second % fmin=
www.eeworm.com/read/167185/5464129

params 600lpfilt.params

# @(#)600lpfilt.params 1.1 11/18/96 float samp_freq = 8000: "Sampling frequency:"; int filt_length = 65: "filter length - odd:"; int nbands = 2: "Number of bands:"; float band_edge1 = 0; float band_ed
www.eeworm.com/read/167185/5464146

params 3000hpfilt.params

# @(#)3000hpfilt.params 1.1 11/18/96 float samp_freq = 8000: "Sampling frequency:"; int filt_length = 65: "filter length - odd:"; int nbands = 2: "Number of bands:"; float band_edge1 = 0; float band_e
www.eeworm.com/read/167185/5464160

params 1750bpfilt.params

# @(#)1750bpfilt.params 1.1 11/18/96 float samp_freq = 8000: "Sampling frequency:"; int filt_length = 65: "filter length - odd:"; int nbands = 3: "Number of bands:"; float band_edge1 = 0; float band_e
www.eeworm.com/read/167185/5464384

pwmse_filt

#@(#)Pwmse_filt 1.3 7/16/93 ERL float samp_freq ?= 8000: "Sampling frequency:"; int filt_length ?= 201: "filter length - odd:"; int nbands ?= 3: "Number of bands:"; float band_edge1 ?= 0; float band_e
www.eeworm.com/read/334933/3360403

m p10_4.m

% Program P10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence clf; freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/334933/3360476

m p10_4.m

% Program P10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence clf; freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Eval
www.eeworm.com/read/334933/3360524

m p5_1.m

% Program P5_1 % Illustration of the Sampling Process % in the Time-Domain clf; t = 0:0.0005:1; f = 13; xa = cos(2*pi*f*t); subplot(2,1,1) plot(t,xa);grid xlabel('Time, msec');ylabel('Amplit
www.eeworm.com/read/334933/3360549

m p10_4.m

% Program P10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence clf; freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/303435/3812908

unif2

#! /bin/sh # shell for uniformly sampling velocity from a layered model set -v nz=251 dz=10 fz=.0 labelz="Depth (m)" nx=161 dx=25 fx=0000.0 labelx="Distance (m)" ninf=5 npmax=201 unif2 da