代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/441886/7663245

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %
www.eeworm.com/read/441429/7670481

m sweeplot.m

%SWEEPLOT Plots the input impedance (resistance/reactance) % and reflection coefficient as functions of frequency % % Uses current.mat as an input to load the impedance data % Run this scrip
www.eeworm.com/read/440842/7680274

m plt_tvp.m

function plt_tvp(results,vnames) % PURPOSE: Plots output using tvp regression results structures %--------------------------------------------------- % USAGE: plt_tvp(results,vnames) % Where: resu
www.eeworm.com/read/439850/7700702

m chap9_5i.m

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

m chap9_5i.m

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

m argamse.m

function phi = argamse(gamma,a,L); % generates L samples of an ARMA spectral density function phi % from the ARMA coefficients. % % phi = argamse(gamma,a,L); % gamma -> the spectral densi
www.eeworm.com/read/439446/7708509

m p6_1.m

% Program P6_1 % Conversion of a rational transfer function % to its factored form num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [z,p,k] = tf2zp(num
www.eeworm.com/read/439446/7708543

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/439446/7708587

m p6_1.m

% Program P6_1 % Conversion of a rational transfer function % to its factored form num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [z,p,k] = tf2z
www.eeworm.com/read/439446/7708619

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq =