代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/143425/6930488

m arconf.m

function [Aerr, werr]=arconf(A, C, w, th) %ARCONF Confidence intervals for AR coefficients. % % For an AR(p) model that has been fitted with ARFIT, % [Aerr,werr]=ARCONF(A,C,w,th) computes the margin
www.eeworm.com/read/221940/6956012

cs term.cs

namespace Opus6 { using System; [Version("$Id: Term.cs,v 1.4 2001/10/28 19:50:09 brpreiss Exp $"), Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng.")] public class Term : Com
www.eeworm.com/read/469325/6973241

m comparehists.m

% % s = compareHists(h1,h2) % returns a histogram similarity in the range 0..1 % % Compares 2 normalised histograms using the Bhattacharyya coefficient. % Assumes that sum(h1) == sum(h2) ==
www.eeworm.com/read/469326/6973250

m comparehists.m

% % s = compareHists(h1,h2) % returns a histogram similarity in the range 0..1 % % Compares 2 normalised histograms using the Bhattacharyya coefficient. % Assumes that sum(h1) == sum(h2) ==
www.eeworm.com/read/467759/7000701

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/467604/7005854

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/222631/7092943

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/236873/7119108

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/165343/7143899

m polydvim.m

function [q,r] = polydiv(a,b,m) % function [q,r] = polydiv(a,b) % divide a(x)/b(x), and return quotient and remainder in q and r % % The polynomials are represented with the HIGHEST coefficient first
www.eeworm.com/read/165343/7143944

m polydiv.m

function [q,r] = polydiv(a,b) % function [q,r] = polydiv(a,b) % divide a(x)/b(x), and return quotient and remainder in q and r % % The polynomials are represented with the HIGHEST coefficient first %