代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/360770/10079167
m residual.m
function r = residual (A,b,x)
%----------------------------------------------------------------
% Usage: r = residual (A,b,x)
%
% Description: Compute the infinity norm of the residual error
www.eeworm.com/read/360770/10079236
m polynom.m
function y = polynom (a,x)
%----------------------------------------------------------------
% Usage: y = polynom (a,x)
%
% Description: Evaluate a polynomial using Horner's rule.
%
% Inpu
www.eeworm.com/read/360606/10085194
m vswr.m
function res=VSWR(gamma)
% Usage: res=VSWR(gamma)
%
% Purpose: computes VSWR for give reflection coefficient gamma
if nargin
www.eeworm.com/read/359900/10116920
m wavework.m
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
% [VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
% coefficients
www.eeworm.com/read/164272/10120248
m coef2b.m
function [b]=coef2b(coefs,thsize);
%
% [b]=coef2b(coefs,thsize);
%
% Converts a coefficient string into a bias
% vector
%
% b = returned bias vector
% coefs = coefficient string
% thsize = nu
www.eeworm.com/read/163777/10145770
m program_6_3.m
% Program 6_3
% Cascaded Lattice Realization of an
% Allpass Transfer Function
%
format long
den =3D input('Denominator coefficient vector =3D ');
k =3D poly2rc(den);
knew =3D fliplr(k);
disp(
www.eeworm.com/read/163777/10145772
m program_6_1.m
% Program 6_1
% Factorization of a Rational Transfer Function
%
format long
num = input('Numerator coefficient vector = ');
den = input('Denominator coefficient vector = ');
[z,p,k] = tf2zp(nu
www.eeworm.com/read/163777/10145965
m program_9_7.m
% Program 9_7
% Granular Limit Cycles in First-Order IIR Filter
%
clf;
alpha = input('Type in the filter coefficient = ');
yi = input('Type in the initial condition = ');
x = input('Type in the
www.eeworm.com/read/163777/10145970
m program_9_3.m
% Program 9_3
% Coefficient Quantization Effects on the
% Frequency Response of a Direct Form FIR Filter
%
fpts =3D [0 0.5 0.55 1]; mag =3D [1 1 0 0];
b =3D remez(39,fpts,mag);
[h,w] =3D freqz(b