代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/221410/14741806

m aaleakylms.m

function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M) %function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M) %all signals are real valued;x=input to filter; %y=output from the filter;dn=desired signal; %mu=
www.eeworm.com/read/118533/14864713

h term.h

//#ifndef term //#define term #include"assert.h" class Term{ public: Term(int c,int p); Term(const Term &); Term & operator=(const Term &right); Term operator*(const Term &right); Term o
www.eeworm.com/read/118192/14882855

c 3-1.c

#include "stdio.h" #define MAX_TERMS 100 /* size of terms array */ typedef struct { float coef; int expon; } polynomial; polynomial terms[ MAX_TERMS]; int avail = 0; int COMPARE(int
www.eeworm.com/read/117882/14898486

properties functions_fr.properties

# The function names in French abs=ABS absref=REFABS acos=ACOS acosh=ACOSH address=ADRESSE and=ET areas=ZONES argument=ARGUMENT asc=ASC asin=ASIN asinh=ASINH atan=ATAN atan2=ATAN2 atan
www.eeworm.com/read/217949/14942722

m vswr.m

function res=VSWR(gamma) % Usage: res=VSWR(gamma) % % Purpose: computes VSWR for give reflection coefficient gamma if nargin
www.eeworm.com/read/116264/14981885

cpp polyvaluetwodim.cpp

//PolyValueTwoDim.cpp 二维实(复)多项式求值示例 #include //输入输出流头文件 #include //多项式及连分式头文件 using namespace std; //名字空间 //求多项式p(x,y)在多点处的函数值 void main(void) { cout
www.eeworm.com/read/217035/14982223

cpp connecti.cpp

#include "neural.hpp" #include #include void Connection::adjust(void) { //If samad Coefficient == 0 this is "classic" backprop //If samad Coefficient == 1 this
www.eeworm.com/read/115447/15013874

c 3-1.c

#include "stdio.h" #define MAX_TERMS 100 /* size of terms array */ typedef struct { float coef; int expon; } polynomial; polynomial terms[ MAX_TERMS]; int avail = 0; int COMPARE(int
www.eeworm.com/read/114395/15054970

m feode2l.m

function [k]=feode2l(acoef,bcoef,ccoef,eleng) %------------------------------------------------------------------- % Purpose: % element matrix for (a u'' + b u' + c u) % using linear el
www.eeworm.com/read/215497/15059551

m program_8_1.m

% Program 8_1 % Factorization of a Rational FIR Transfer Function % format long num = input('Filter coefficient vector = '); Numfactors = factorize(num); disp('Factors'),disp(Numfactors)