代码搜索:z-transform
找到约 166 项符合「z-transform」的源代码
代码结果 166
www.eeworm.com/read/416230/11037450
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/416230/11037457
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/199774/7823315
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/199774/7823344
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/317053/13511167
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/317053/13511175
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/310212/13654609
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/488111/6496894
m program_3_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/488111/6496900
m program_3_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/488224/6498623
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 = ');