代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/228652/14371573

m subsref.m

function Pi = subsref(P,S) % SUBSREF -- subscripting of matrix polynomial objects % % This function is not meant to be called by the user, except from % subroutines residing in the @mpoly direc
www.eeworm.com/read/228652/14371579

m subsasgn.m

function Pi = subsasgn(P,S,B) % SUBSASGN -- assignment to subscripted matrix polynomial % % This function is not meant to be called by the user. It is called by % Matlab when a subscripted matr
www.eeworm.com/read/127036/14387583

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %
www.eeworm.com/read/227522/14421594

m adim.m

function [IR, CC, D] = adim(U, UC, IR, CC, arg5); % ADIM adaptive information matrix. Estimates the inverse % correlation matrix in an adaptive way. % % [IR, CC] = adim(U, UC [, IR0 [, CC0]]);
www.eeworm.com/read/227046/14442699

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/226292/14482379

cs hyperbolaregress.cs

using System; namespace InfieldForecast.ForecastModels { /// /// HyperbolaRegress 的摘要说明。 /// public class HyperbolaRegress : RegressFormulaStrategy { double[] rec
www.eeworm.com/read/226035/14502700

cpp polezero.cpp

/***************************************************/ /*! \class PoleZero \brief STK one-pole, one-zero filter class. This protected Filter subclass implements a one-pole, one-zero digita
www.eeworm.com/read/225665/14526483

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/124842/14534410

m coef2b.m

function [b]=coef2b(coefs,thsize); % % [b]=coef2b(coefs,thsize); % % Converts a coefficient string into a bias % vector % % b = returned bias vector % coefs = coefficient string % thsize = nu
www.eeworm.com/read/225111/14555562

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr