代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/209495/15218424
m gngauss.m
function[gsrv1,gsrv2]=gngauss(m,sgma)
% m--mean, sgma--standard deviation
if nargin==0,
m=0;sgma=1;
elseif nargin==1,
sgma=m;m=0;
end;
u=rand;
z=sgma*(sqrt(2*log(1/(1-u)))); %a R
www.eeworm.com/read/209495/15218429
m gngauss.m
function[gsrv1,gsrv2]=gngauss(m,sgma)
% m--mean, sgma--standard deviation
if nargin==0,
m=0;sgma=1;
elseif nargin==1,
sgma=m;m=0;
end;
u=rand;
z=sgma*(sqrt(2*log(1/(1-u)))); %a R
www.eeworm.com/read/209261/15224603
lbl 7l6-907-553.lbl
;
; VAG-COM label file
;
; VW Touareg (7L)
;
; component: level control system -J197- (#34)
;
; ECU p/n: 7L6 907 533 B/F
;
; includes measuring blocks, coding and adaption
;
; by Sebastian
www.eeworm.com/read/206767/15290160
conf scheduling.conf
// # of Process
numprocess 3
// mean deivation
meandev 1100
// standard deviation
standdev 510
// process # I/O blocking
process 100
process 500
process 30
// duration of the sim
www.eeworm.com/read/476296/6765150
m vlms.m
%VLMS Volterra LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation
www.eeworm.com/read/476296/6765167
m lms3.m
%LMS3 Problem 1.1.1.2.1
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% a1 - coefficient of input AR process
% sigmax - standard dev
www.eeworm.com/read/476296/6765173
m rls3.m
%RLS3 Problem 1.1.1.2.3
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% a1 - coefficient of input AR process
% sigmax - standard dev
www.eeworm.com/read/476296/6765175
m vrls.m
%VRLS Volterra RLS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation
www.eeworm.com/read/476296/6765183
m nlrls2.m
%NLRLS2 Problem 1.1.1.2.5
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% a1 - coefficient of input AR process
% sigmax - standard d
www.eeworm.com/read/471460/6894093
m chp12ex3.m
PL = 0.2;
KI = 7;
numc = [0.1 0.7 1 0];
denc = [1 7.08 10.56 20.8 KI];
t = 0:.02:12;
c=-PL*step(numc, denc, t);
plot(t, c), grid
xlabel('t, sec'), ylabel('pu')
title('Frequency deviation