代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/178344/9407138
m chap9_3f.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/178172/9416721
changes
Bugfix in Intel586NT\idigitveccsubto.c submitted
by Grant Atoyan re. missing DWORD PTR. cludwig (October 4, 2002)
Changes Integer-2.0 --> Integer-2.1
T.P: Modified Makefiles for libLiDIA.a
new d
www.eeworm.com/read/177012/9474918
html powerfunction2d.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/176712/9487325
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/176500/9495682
m uduflt.m
function w=uduflt(w,x,u,ek,gamma,N)
% udu algorithm - a numerically stable form of
% the recursive least squares algorithm
%
% inputs:
% x() input vector
www.eeworm.com/read/372550/9503857
m lpcar2rr.m
function rr=lpcar2rr(ar,p)
%LPCAR2RR Convert autoregressive coefficients to autocorrelation coefficients RR=(AR,P)
% The routine calculated the autocorrelation coefficients of the signal
% that res
www.eeworm.com/read/371917/9530939
m chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/371680/9542415
m size.m
function [m,n] = size(x)
% Size of adtayl object.
% It comprises the lengths of the dimensions *excluding* the Taylor
% coefficient dimension.
siz = size(x.tc);
if nargout
www.eeworm.com/read/371680/9542419
m tcs.m
function atcs=tcs(a)
% TCS(A) for an ADTAYL object extracts the Taylor coefficient (TC) array a.tc
% If m and n are both >1 it is returned in its raw form as an m by n by p
% Matlab array. But if eith
www.eeworm.com/read/365348/9867128
m normals.m
function [ATA,ATb] = normals(ATA,ATb,A,omc,var)
%NORMALS Accumulates the contribution of one observation equation and
% adds it to the coefficient matrix ATA and the right side ATb.
%