代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/171369/9759329

m chansui_corr_2x2.m

function chanSUI_corr_2x2(chanparams) % SUI channel simulation with 2X2 antenna configuration % chanparams.chantype -- SUI channel type % chanparams.cohtime -- expanding length(number of sampling p
www.eeworm.com/read/135930/13886170

lis vms.lis

VAX/VMS port of SOX, release 5, patchlevel 7 As an important side note, the DECsound tool only recognizes DDIF and Sun .au format sounds (Sun .au sounds *must* be uLaw, 8000Hz sampling rate to be rea
www.eeworm.com/read/235144/14083808

m simplemeritber.m

clear all; diary simplemeritber.text SNRpSym=linspace(1,10,10); % Initalize sampling times, oversampling rate, modulation. Fd = 1; Fs = 1; N = Fs/Fd; modulation = 'psk'; % Define alphabet (qu
www.eeworm.com/read/235144/14083879

m simplemerit.m

clear all; diary simplemerit.text I=[1 5:5:80]; % Initalize sampling times, oversampling rate, modulation. Fd = 1; Fs = 1; N = Fs/Fd; modulation = 'psk'; % Define alphabet (quaternary). Signa
www.eeworm.com/read/203319/15361944

m uwb_sv_eval_ct.m

% S-V channel model evaluation clear; no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses ts = 0.167; % sampling time (nsec) num_channels = 1 ;
www.eeworm.com/read/200886/15420691

m slicesample.m

function S = slicesample(N,burn,logdist, x, w, varargin) % SLICESAMPLE(N,burn,logdist, X, w, varargin) --- draw N samples from distribution % after discarding burn-in period using slice sampling. Sta
www.eeworm.com/read/108859/15573963

m convnum.m

function Y =convnum(x,y,dt,ty) % CONVNUM Numerical convolution. % % Z = CONVNUM(X,Y,DT,TY) numerically convolves vectors X and Y % DT = sampling interval (DEFAULT: DT = 1) % TY = Numerical Inte
www.eeworm.com/read/292248/8365595

m chk_parameters.m

function [sim, err]=chk_parameters(sim); %check parameters after setting: err=0; if ~sim.sampling_rate | ~sim.carrier_freq | ~sim.symbol_rate ... | ~sim.bandwidth, disp('[chk_parame
www.eeworm.com/read/389823/8497009

m testray.m

%%Jakes of a Rayleigh fading channel//| % jakes(fm,fs,M,N_0,index) | % fm Doppler frequency// % fs sampling frequency | % M number of samples % N_0 number of paths // | % index (between 1 & N_0)
www.eeworm.com/read/379667/9190009

m interpolation_by_dfs.m

function [xi,Xi] = interpolation_by_DFS(T,x,Ws,ti) %T : sampling interval (sample period) %x : discrete-time sequence %Ws: normalized stop frequency (1.0=pi[rad]) %ti: interpolation time range o