代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/210155/15205865

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/210153/15205915

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/209621/15216381

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/13871/284219

m multinomrnd.m

function [y,p_avg,p_std]=multinomrnd(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinomrnd(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample s
www.eeworm.com/read/334933/3360401

m p10_6.m

% Program P10_6 % Illustration of Interpolation Process % clf; L = input('Up-sampling factor = '); % Generate the input sequence n = 0:49; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); % Generate the int
www.eeworm.com/read/334933/3360547

m p10_6.m

% Program P10_6 % Illustration of Interpolation Process % clf; L = input('Up-sampling factor = '); % Generate the input sequence n = 0:49; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); % Generate the int
www.eeworm.com/read/305566/3772674

bg velan.bg

#! /bin/ksh # Velocity analyses for the cmp gathers set -x SCRATCH=/scratch/jkc/Nmodata # Determine velocity sampling. nv=100 dv=50.0 fv=4000.0 v0=5000.0 integer cdpmin=1500 cdpmax=3000 dcdp=500 fol
www.eeworm.com/read/305566/3772675

velan

#! /bin/ksh # Velocity analyses for the cmp gathers set -x SCRATCH=/scratch/jkc/Nmodata # Determine velocity sampling. nv=100 dv=50.0 fv=4000.0 v0=5000.0 integer cdpmin=1500 cdpmax=3000 dcdp=500 fol
www.eeworm.com/read/303435/3813118

unif2

#! /bin/sh # shell for uniformly sampling velocity from a layered model set -v # building velocity model for ray tracing nz=51 dz=50 fz=.0 labelz="Depth (m)" nx=81 dx=50 fx=0.0 labelx="Distance (m)
www.eeworm.com/read/303435/3813125

1 unif2.1

#! /bin/sh # shell for uniformly sampling velocity from a layered model set -v # building velocity model for ray tracing nz=51 dz=50 fz=.0 labelz="Depth (m)" nx=81 dx=50 fx=0.0 labelx="Distance (m)