代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/152680/12093826

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/341201/12103687

m arconf.m

function [Aerr, werr]=arconf(A, C, w, th) %ARCONF Confidence intervals for AR coefficients. % % For an AR(p) model that has been fitted with ARFIT, % [Aerr,werr]=ARCONF(A,C,w,th) computes the margin
www.eeworm.com/read/254742/12121122

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/254742/12121264

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/254742/12121267

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/254742/12121270

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/151841/12171048

txt relnotes_55.txt

LPC version 55 has the following differences from version 54: * Preemphasis is restored to the original single-zero filter, 1-.9375**z-1. This removes the extra 6 dB boost added around versi
www.eeworm.com/read/151609/12187779

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/151561/12201073

m casfiltr.m

function y=casfiltr(b0,B,A,x); % CASCADE form realization of IIR and FIR filters % ------------------------------- % y=casfiltr(b0,A,B,x) % y=output sequence % b0=gain coefficient of CASCADE form
www.eeworm.com/read/150238/12302733

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