代码搜索:z-transform
找到约 166 项符合「z-transform」的源代码
代码结果 166
www.eeworm.com/read/215497/15059636
m program_6_4.m
% Program 6_4
% Partial-Fraction Expansion to Rational z-Transform
%
r = input('Type in the residues = ');
p = input('Type in the poles = ');
k = input('Type in the constants = ');
[num, den] =
www.eeworm.com/read/475765/6778139
m ex10_12.m
%EX10_12.M Compute the inverse z-transform by partial fraction
% expansion for Y(z)/z = 0.1z/(z^2-1.9z+0.9)
%
clear
num=[0.1 0] % Numerator 0.1z
den=[1.0 -1.9 0.9] % Denomi
www.eeworm.com/read/334931/12561278
m program_6_4.m
% Program 6_4
% Partial-Fraction Expansion to Rational z-Transform
%
r = input('Type in the residues = ');
p = input('Type in the poles = ');
k = input('Type in the constants = ');
[num, den] =
www.eeworm.com/read/334931/12561538
m program_6_4.m
% Program 6_4
% Partial-Fraction Expansion to Rational z-Transform
%
r = input('Type in the residues = ');
p = input('Type in the poles = ');
k = input('Type in the constants = ');
[num, den] =
www.eeworm.com/read/180485/9305386
m program_03_09.m
% Program 3_9
% Partial-Fraction Expansion of a Rational z-Transform
%
colordef black;
num = input('Type in numerator coefficients = ');
den = input('Type in denominator coefficients = ');
[r,
www.eeworm.com/read/167781/9952760
m program_03_09.m
% Program 3_9
% Partial-Fraction Expansion of a Rational z-Transform
%
colordef black;
num = input('Type in numerator coefficients = ');
den = input('Type in denominator coefficients = ');
[r,
www.eeworm.com/read/165851/10048991
m program_03_09.m
% Program 3_9
% Partial-Fraction Expansion of a Rational z-Transform
%
colordef black;
num = input('Type in numerator coefficients = ');
den = input('Type in denominator coefficients = ');
[r,
www.eeworm.com/read/163777/10145902
m program_3_9.m
% Program 3_9
% Partial-Fraction Expansion of a Rational z-Transform
%
num = input('Type in numerator coefficients = ');
den = input('Type in denominator coefficients = ');
[r,p,k] = residuez(num
www.eeworm.com/read/357506/10208356
m program_6_3.m
%Program 6_3
% Partial-Fraction Expansion of Rational z-Transform
%
num = input('Type in numerator coefficients = ');
den = input('Type in denominator coefficients = ');
[r,p,k] = residuez(num,de
www.eeworm.com/read/416230/11037443
m program_6_3.m
%Program 6_3
% Partial-Fraction Expansion of Rational z-Transform
%
num = input('Type in numerator coefficients = ');
den = input('Type in denominator coefficients = ');
[r,p,k] = residuez(num,de