代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/235612/14060922
m readtvd.m
function [zmd,azmi,incl,utmx,utmy,utmzone]=readtvd(filename)
% [zmd,azmi,incl,utmx,utmy]=readtvd(filename)
%
% Read a well bore deviation file survey. The file is
% defined as consisting of any numbe
www.eeworm.com/read/431626/8664603
m ip_06_06.m
% MATLAB script for Illustrative Problem 6, Chapter 6.
echo on
N=52;
noise_var=0.25;
sigma=sqrt(noise_var); % standard deviation of the noise
for i=1:N, % generate data sequence
if
www.eeworm.com/read/181381/9256983
itr test.itr
Iter.No. Error.Func. Av.Error(%) Av.Deviation(%)
-------------------------------------------------------
0 1.937736e-01 75.28% 21.87%
10 3.739443e-03 7.83% 3.04%
20 3.127005e-
www.eeworm.com/read/181381/9256996
itr trng.itr
Iter.No. Error.Func. Av.Error(%) Av.Deviation(%)
-------------------------------------------------------
0 3.560121e-01 191.24% 29.65%
10 1.381265e-02 42.95% 5.84%
20 6.269997e
www.eeworm.com/read/375212/9369078
m rescale.m
function rx = rescale(x,mx,stdx)
%RESCALE Rescales matrix
% Rescales a matrix (x) using the means (mx) and standard
% deviation (stdx) vectors specified. I/O format is:
% rx = rescale(x,mx,s
www.eeworm.com/read/176232/9511193
m lmsreceiver.m
%product received vector
function [p]=lmsreceiver(snr_in_dB,u)
Lc=31; %Lc is frame size
snr=10^(snr_in_dB/10);
sgma=1; % noise standard deviation is fixed
Eb=2
www.eeworm.com/read/424063/10504074
m ip_06_06.m
% MATLAB script for Illustrative Problem 6, Chapter 6.
echo on
N=52;
noise_var=0.25;
sigma=sqrt(noise_var); % standard deviation of the noise
for i=1:N, % generate data sequence
if
www.eeworm.com/read/423536/10553248
m ip_06_06.m
% MATLAB script for Illustrative Problem 6, Chapter 6.
echo on
N=52;
noise_var=0.25;
sigma=sqrt(noise_var); % standard deviation of the noise
for i=1:N, % generate data sequence
if
www.eeworm.com/read/467324/7009847
m ip_06_06.m
% MATLAB script for Illustrative Problem 6, Chapter 6.
echo on
N=52;
noise_var=0.25;
sigma=sqrt(noise_var); % standard deviation of the noise
for i=1:N, % generate data sequence
if
www.eeworm.com/read/463748/7175934
m ip_06_06.m
% MATLAB script for Illustrative Problem 6, Chapter 6.
echo on
N=52;
noise_var=0.25;
sigma=sqrt(noise_var); % standard deviation of the noise
for i=1:N, % generate data sequence
if