代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/305390/13772310
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/302326/13837656
m cfdlms.m
%CFDLMS Constrained Frequency-Domain LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% N - iterations
% Sx - standard deviation of input
% B -
www.eeworm.com/read/302326/13837665
m olsblms.m
%OLSBLMS Open-Loop Subband LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% N - iterations
% Sx - standard deviation of input
% B - coefficien
www.eeworm.com/read/147682/5728092
m asptrls.m
% [w,y,e,R]=asptrls(x,w,d,R,a)
%
% Performs filtering and coefficient update using the
% Recursive Least Squares (RLS) Adaptive algorithm.
%
% Input Parameters [Size]::
% x : vector
www.eeworm.com/read/141300/5771504
h diodefs.h
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
Modified by Dietmar Warning 2003 and Paolo Nenzi 2003
**********/
#ifndef DIO
#
www.eeworm.com/read/117387/6103763
java powerfunction2d.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/456224/6278708
m coeff.m
% This file calculates the Bezier coefficient Matrix
% based on the order of the curve - oc
% it returns a (oc + 1) * (oc + 1) matrix
function returnvalue = coeff(oc)
% initialize the vector
f
www.eeworm.com/read/456224/6278842
m coeff.m
% This file calculates the Bezier coefficient Matrix
% based on the order of the curve - oc
% it returns a (oc + 1) * (oc + 1) matrix
function returnvalue = coeff(oc)
% initialize the vector
f
www.eeworm.com/read/456224/6278887
m coeff.m
% This file calculates the Bezier coefficient Matrix
% based on the order of the curve - oc
% it returns a (oc + 1) * (oc + 1) matrix
function returnvalue = coeff(oc)
% initialize the vector
f
www.eeworm.com/read/309192/6342037
m olsblms.m
%OLSBLMS Open-Loop Subband LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% N - iterations
% Sx - standard deviation of input
% B - coefficien