代码搜索:z-transform
找到约 166 项符合「z-transform」的源代码
代码结果 166
www.eeworm.com/read/364510/9904862
m ldiv.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Function (ldiv) : calculate inverse Z-transform by long division
% Author : Tamer mohamed samy abdelazim Mellik
% Contact
www.eeworm.com/read/154760/11928805
m izt.m
function ilt = izt(ty1,u,v,k,ty,tol)
% IZT Inverse z-transform in SYMBOLIC FORM.
%
% I = IZT('tf',NN,DD,TY,TOL) Inverse z-transform of H(z) = N(z)/D(z).
% If TY=0, NN,DD are the numerator and denomina
www.eeworm.com/read/108859/15573845
m izt.m
function ilt = izt(ty1,u,v,k,ty,tol)
% IZT Inverse z-transform in SYMBOLIC FORM.
%
% I = IZT('tf',NN,DD,TY,TOL) Inverse z-transform of H(z) = N(z)/D(z).
% If TY=0, NN,DD are the numerator and deno
www.eeworm.com/read/154760/11928865
m ztr.m
function [N,D] = ztr(x,tol)
% ZTR z-Transform
%
% [N,D] = ZTR(X,TOL) computes the z-Transform
% For x[n]=K(a^[n-n0])([n-n0]^p)cos([n-n0]*w+r), X has the form
% X = [K a p w r n0] . Th
www.eeworm.com/read/108859/15573855
m ztr.m
function [N,D] = ztr(x,tol)
% ZTR z-Transform
%
% [N,D] = ZTR(X,TOL) computes the z-Transform
% For x[n]=K(a^[n-n0])([n-n0]^p)cos([n-n0]*w+r), X has the form
% X = [K a p w r n0] . Th
www.eeworm.com/read/163777/10145915
m program_3_7.m
% Program 3_7
% Determination of the Factored Form
% of a Rational z-Transform
%
num = input('Type in the numerator coefficients = ');
den = input('Type in the denominator coefficients = ');
[z,
www.eeworm.com/read/357506/10208358
m program_6_1.m
% Program 6_1
% Determination of the Factored Form
% of a Rational z-Transform
%
num = input('Type in the numerator coefficients = ');
den = input('Type in the denominator coefficients = ');
K =
www.eeworm.com/read/416230/11037448
m program_6_1.m
% Program 6_1
% Determination of the Factored Form
% of a Rational z-Transform
%
num = input('Type in the numerator coefficients = ');
den = input('Type in the denominator coefficients = ');
K =
www.eeworm.com/read/488111/6496899
m program_3_7.m
% Program 3_7
% Determination of the Factored Form
% of a Rational z-Transform
%
num = input('Type in the numerator coefficients = ');
den = input('Type in the denominator coefficients = ');
[z,
www.eeworm.com/read/488224/6498622
m program_6_1.m
% Program 6_1
% Determination of the Factored Form
% of a Rational z-Transform
%
num = input('Type in the numerator coefficients = ');
den = input('Type in the denominator coefficients = ');
K =