代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/425875/10312654

m checkdescendants.m

function result = checkdescendants(j,X,threshold,result) % initial set result=0 % if the result=1, means that a coefficient has at least 1 significant descendant. global N [m,n]=size(N); for i=(4*j-
www.eeworm.com/read/160929/10469402

m p6_3.m

% Program P6_3 % Gray-Markel Cascaded Lattice Structure % k is the lattice parameter vector % alpha is the vector of feedforward multipliers format long % Read in the transfer function coefficients nu
www.eeworm.com/read/160929/10469408

m p6_2.m

% Program P6_2 % Parallel Form Realizations of an IIR Transfer num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den); [r2,p
www.eeworm.com/read/160929/10469753

m p6_3.m

% Program P6_3 % Gray-Markel Cascaded Lattice Structure % k is the lattice parameter vector % alpha is the vector of feedforward multipliers format long % Read in the transfer function coefficien
www.eeworm.com/read/160929/10469757

m p6_2.m

% Program P6_2 % Parallel Form Realizations of an IIR Transfer num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den);
www.eeworm.com/read/160929/10470145

m p6_3.m

% Program P6_3 % Gray-Markel Cascaded Lattice Structure % k is the lattice parameter vector % alpha is the vector of feedforward multipliers format long % Read in the transfer function coefficients nu
www.eeworm.com/read/160929/10470151

m p6_2.m

% Program P6_2 % Parallel Form Realizations of an IIR Transfer num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den); [r2,p
www.eeworm.com/read/352895/10495166

h zc030x_matrix.h

#ifndef h_Zc030x_Gamma_h #define h_Zc030x_Gamma_h /* This files declares gamma creation */ /* Driver file - Zc030x - Driver file */ /* This file is under GPL */ /* Copyrig
www.eeworm.com/read/160223/10555288

m casfiltr.m

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

m rocfactor.m

% According to ROC, factorize the input function into two part % function [LB,LA,RB,RA] = ROCFactor(R, P, K, dividP) % Parameters: % R: Column vectors containing the residues % P: Colu