代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/152112/12139137
m lagran.m
function [C,L]=lagran(X,Y)
%Input - X is a vector that contains a list of abscissas
% - Y is a vector that contains a list of ordinates
%Output - C is a matrix that contains the coefficents of
www.eeworm.com/read/339929/12194691
m the 2 dof milling analysis.m
clear
% parameters
N=2; % number of teeth
Kt=6e8; % tangential cutting force coefficient(N/m^2)
Kn=2e8; % normal cutting force coefficient(N/m^2)
w0x=922*2*pi; %angular natural fr
www.eeworm.com/read/336975/12404083
m geta.m
function A = GetA(X)
% according to the given state equation to get the matirx A
g=3.9860305e14;%coefficient of G-force
J2=1.0823e-3;%coefficient of the core of earth
Re=6378137;%radius of earth
www.eeworm.com/read/229184/14350074
c lift.c
/*
* -*- Mode ANSI C -*-
* $Id: lift.c,v 1.7 1996/11/20 02:38:51 fernande Exp $
* $Source: /sgi.acct/sweldens/cvs/liftpack/Lifting/lift.c,v $
* Author: Gabriel Fernandez
*
* This module fin
www.eeworm.com/read/228509/14381142
m cp0704_lse_pulse_combination.m
%
% FUNCTION 7.12 : "cp0704_LSE_pulse_combination"
%
% This function implements the LSE
% selection algorithm described in Section 7.2 for the
% determination of a combination of the first 15 Gau
www.eeworm.com/read/226035/14502644
h flute.h
/***************************************************/
/*! \class Flute
\brief STK flute physical model class.
This class implements a simple flute
physical model, as discussed by Karjalai
www.eeworm.com/read/223154/14651930
m kappa.m
function [kap,se,H,zscore,p0,SA]=kappa(d,c,kk);
% kap Cohen's kappa coefficient
%
% [kap,sd,H,z,OA,SA] = kappa(d1,d2);
% [kap,sd,H,z,OA,SA] = kappa(H);
%
% d1 data of scorer 1
% d2 data
www.eeworm.com/read/222288/14697961
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the c
www.eeworm.com/read/222288/14698016
m lagran.m
function [C,L]=lagran(X,Y)
%Input - X is a vector that contains a list of abscissas
% - Y is a vector that contains a list of ordinates
%Output - C is a matrix that contains the coeffic
www.eeworm.com/read/221410/14741764
m aalms1.m
function[w,y,e,J,w1]=aalms1(x,dn,mu,M)
%function[w,y,e,J,w1]=aalms1(x,dn,mu,M);
%this function provides also the changes of filter coefficients
%versus iterations;
%all quantities are real-value