代码搜索:deviation

找到约 1,443 项符合「deviation」的源代码

代码结果 1,443
www.eeworm.com/read/309192/6342012

m lrls1.m

%LRLS1 Problem 1.1.1.1.2.4 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient v
www.eeworm.com/read/309192/6342021

m rls2.m

%RLS2 Problem 1.1.1.1.2.3 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient ve
www.eeworm.com/read/309192/6342022

m tlms1.m

%TLMS1 Problem 1.1.1.1.2.2 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient v
www.eeworm.com/read/309192/6342036

m rls1.m

%RLS1 Problem 1.1.1.1.1.2 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient ve
www.eeworm.com/read/309192/6342041

m rls4.m

%RLS4 Problem 1.1.2.2 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % lambdaW, sigmaW - param
www.eeworm.com/read/484548/6579595

m convolvegaussianline.m

function convolvedMatrix=convolveGaussianLine(matrix, filterSize, radius) % The standard deviation is the parameter that defines the Gaussian in % fspecial. Exp(-x^2/2/s^2). % The the n_by_n matr
www.eeworm.com/read/478412/6717177

m raydevparplate.m

function d = RayDevParPlate(n, np, eye, t) % RayDevParPlate - Calculates lateral deviation of a ray passing through a plane parallel plate. % % Usage : d = RayDevParPlate(MediumRefractiveIndex, Pla
www.eeworm.com/read/477304/6741452

m hybridthresh.m

function xhat = HybridThresh(y) % HybridThresh -- Adaptive Threshold Selection Using Principle of SURE % Usage % xhat = HybridThresh(y) % Inputs % y Noisy Data with Std. Deviation = 1
www.eeworm.com/read/155109/11898381

m draw2.m

% % Syntax: draw(X,Phi,hCart,hBall) % % Inputs: X is a scalar specifying the cart's position in [m]. % Phi is a scalar specifying the ball's angular deviation in [rad]. % % Resu
www.eeworm.com/read/150214/12304811

ex-ham7a

#!/bin/sh # Example of decoding a (7,4) Hamming code using exhaustive enumeration and # probability propagation, with an Additive White Gaussian Noise channel with # noise standard deviation of 0.5,