代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/186987/8886020

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/186987/8886027

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/427233/8959632

m as.m

% AS.m %This program solves Quadratic Programming by using Active Set algorithm. %n=input('Enter the dimension number of the variable: n= ') %ME=input('Enter the number of the equality constrain
www.eeworm.com/read/283910/8979883

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/182566/9199908

java fashionability.java

package Osbert; import java.io.*; public class Fashionability { protected String firstName; // first name of artist protected String lastName; // last name of artist protected double
www.eeworm.com/read/377814/9261827

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/180485/9305457

m program_06_5.m

% Program 6_5 % Transfer Function of Gray-Markel Cascaded % Lattice Structure from the Lattice and % Feedforward Parameters % k is the lattice parameter vector % alpha is the vector of feedforwar
www.eeworm.com/read/180485/9305482

m program_06_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/180485/9305537

m program_06_4.m

% Program 6_4 % Gray-Markel Cascaded Lattice Structure % Development % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector % a
www.eeworm.com/read/179061/9375389

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