代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/488115/6496915

m program_6_2.m

% Program 6_2 % Parallel Realizations of an IIR Transfer Function % num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den
www.eeworm.com/read/488224/6498631

m alpas.m

%Allpass reveberator % y = alpas(x,R,a) % % Parameters: % x is the input audio signal % R is the delay in allpass structure % a specifies the allpass filter coefficient % % Return value:
www.eeworm.com/read/488224/6498689

m program_8_5.m

% Program 8_5 % Realization of Gray-Markel Cascaded Lattice Structure % % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector
www.eeworm.com/read/488224/6498690

m program_8_6.m

% Program 8_6 % Transfer Function of Gray-Markel Cascaded % Lattice Structure from the Lattice and % Feedforward Parameters % k1 is the lattice parameter vector % alpha is the vector of feedforwa
www.eeworm.com/read/488224/6498692

m program_8_3.m

% Program 8_3 % Parallel Realizations of an IIR Transfer Function % num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den
www.eeworm.com/read/483253/6601796

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/480250/6668582

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/477625/6729445

m chap9_3f.m

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

m chap9_6i.m

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

m uduflt.m

function w=uduflt(w,x,u,ek,gamma,N) % udu algorithm - a numerically stable form of % the recursive least squares algorithm % % inputs: % x() input vector