代码搜索:z-transform

找到约 166 项符合「z-transform」的源代码

代码结果 166
www.eeworm.com/read/458661/7291953

m dtft.m

% dtft.m - DTFT of a signal x at a frequency vector w % % Usage: X = dtft(x, w); % % x = length-L vector of time samples, x = [x(0),x(1),...,x(L-1)] % w = length-N vector of frequencies in rads/s
www.eeworm.com/read/315751/13536912

m dtft.m

% dtft.m - DTFT of a signal x at a frequency vector w % % Usage: X = dtft(x, w); % % x = length-L vector of time samples, x = [x(0),x(1),...,x(L-1)] % w = length-N vector of frequencies in rads/s
www.eeworm.com/read/303512/13813977

m dtft.m

% dtft.m - DTFT of a signal x at a frequency vector w % % Usage: X = dtft(x, w); % % x = length-L vector of time samples, x = [x(0),x(1),...,x(L-1)] % w = length-N vector of frequencies in rads/s
www.eeworm.com/read/385314/8809618

m zeros_wav.m

function [z] = zeros_wav(w); %ZEROS_WAV: computes the zeros of the Z-transform of a wavelet. % % [z] = zeros(w); % % IN w: a wavelet; % % OUT z: complex zeros % % Example: % w = [2
www.eeworm.com/read/371706/9540972

m zeros_wav.m

function [z] = zeros_wav(w); %ZEROS_WAV: computes the zeros of the Z-transform of a wavelet. % % [z] = zeros(w); % % IN w: a wavelet; % % OUT z: complex zeros % % Example: % w = [2
www.eeworm.com/read/300891/13883397

m zeros_wav.m

function [z] = zeros_wav(w); %ZEROS_WAV: computes the zeros of the Z-transform of a wavelet. % % [z] = zeros(w); % % IN w: a wavelet; % % OUT z: complex zeros % % Example: % w = [2
www.eeworm.com/read/233013/14173829

m zeros_wav.m

function [z] = zeros_wav(w); %ZEROS_WAV: computes the zeros of the Z-transform of a wavelet. % % [z] = zeros(w); % % IN w: a wavelet; % % OUT z: complex zeros % % Example: % w = [2
www.eeworm.com/read/222424/14691949

m zeros_wav.m

function [z] = zeros_wav(w); %ZEROS_WAV: computes the zeros of the Z-transform of a wavelet. % % [z] = zeros(w); % % IN w: a wavelet; % % OUT z: complex zeros % % Example: % w = [2
www.eeworm.com/read/403017/2316504

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/403017/2316507

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