代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/462153/7208392
m divergencer.m
function [divF] = divergenceR(F,coeff)
% compute the divergence of the gradient of f
% multiplied by a diffusion coefficient
% backward difference scheme
%
% Copyright 2006 Paolo Favaro (p.favaro
www.eeworm.com/read/461147/7232652
cpp term.cpp
#include "Term.h"
Term::Term(int exponent, double scalar)
/*
Post: The Term is initialized with the given coefficient and exponent,
or with default parameter values of 0.
*/
{
degree = exponen
www.eeworm.com/read/461077/7234868
asv getz.asv
function [Z,truervector,truevvector] = GetZ(X0,T,tf,Q)
% get the true measurment value
g=3.9860305e14;%coefficient of G-force
J2=1.0823e-3;%coefficient of the core of earth
Re=6378137;%radius of
www.eeworm.com/read/461077/7234875
m getz.m
function [Z,truervector,truevvector] = GetZ(X0,T,tf,Q)
% get the true measurment value
g=3.9860305e14;%coefficient of G-force
J2=1.0823e-3;%coefficient of the core of earth
Re=6378137;%radius of
www.eeworm.com/read/458010/7314251
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/452641/7436668
m empbayes_par.m
function gammaest = empBayes_par(Psi, Psiq, hLS)
% function gammaest = empBayes_par(Psi, Psiq, hLS)
%
% Function for estimating the coefficient variances gamma for a linear
% regression equation. Th
www.eeworm.com/read/452641/7436669
m empbayes_pen.m
function gammaest = empBayes_pen(hLS, lam, Lmat)
% function gammaest = empBayes_pen(hLS, lam, Lmat)
%
% Function for estimating the coefficient variances gamma for a linear
% regression equation. Th
www.eeworm.com/read/452284/7442652
m apfar2.m
function [phasdel,apvec] = apfar2(N,Np,wp)
% APFAR2
% MATLAB m-file for approximation of fractional delay
% MAIN PROGRAM FOR CONTINUOUS DELAY CONTROL OF ALLPASS FILTERS
% using Farrow structure wi
www.eeworm.com/read/450639/7479461
h durbin.h
/*****************************************************************************
*
* NAME
* durbin
*
* FUNCTION
*
* Durbin recursion to do autocorrelation analysis.
* Converts autocorrelation
www.eeworm.com/read/450639/7479488
h autohf.h
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOP