代码搜索:z-transform
找到约 166 项符合「z-transform」的源代码
代码结果 166
www.eeworm.com/read/488224/6498626
m program_6_5.m
% Program 6_5
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients to be computed
L = input('Type in the length of output vector = ');
% R
www.eeworm.com/read/154209/11983015
m czt.m
function g = czt(x, k, w, a)
%CZT Chirp z-transform.
% G = CZT(X, M, W, A) is the M-element z-transform of sequence X,
% where M, W and A are scalars which specify the contour in the z-plane
www.eeworm.com/read/254742/12121100
m program_6_6.m
% Program 6_6
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
www.eeworm.com/read/254742/12121107
m program_6_5.m
% Program 6_5
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients to be computed
L = input('Type in the length of output vector = ');
% R
www.eeworm.com/read/231449/14233606
m program_03_11.m
% Program 3_11
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
L = input('Type in the length of output vector = ');
www.eeworm.com/read/231449/14233619
m program_03_12.m
% Program 3_12
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
www.eeworm.com/read/215497/15059469
m program_6_6.m
% Program 6_6
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
www.eeworm.com/read/215497/15059475
m program_6_5.m
% Program 6_5
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients to be computed
L = input('Type in the length of output vector = ');
% R
www.eeworm.com/read/215497/15059634
m program_6_6.m
% Program 6_6
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
www.eeworm.com/read/215497/15059640
m program_6_5.m
% Program 6_5
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients to be computed
L = input('Type in the length of output vector = ');
% R