代码搜索:z-transform
找到约 166 项符合「z-transform」的源代码
代码结果 166
www.eeworm.com/read/403017/2316508
m program_6_2.m
% Program 6_2
% Determination of the Rational z-Transform
% from its Poles and Zeros
%
format long
zr = input('Type in the zeros as a row vector = ');
pr = input('Type in the poles as a row vec
www.eeworm.com/read/334931/12561290
m program_6_2.m
% Program 6_2
% Determination of the Rational z-Transform
% from its Poles and Zeros
%
format long
zr = input('Type in the zeros as a row vector = ');
pr = input('Type in the poles as a row vec
www.eeworm.com/read/334931/12561550
m program_6_2.m
% Program 6_2
% Determination of the Rational z-Transform
% from its Poles and Zeros
%
format long
zr = input('Type in the zeros as a row vector = ');
pr = input('Type in the poles as a row vec
www.eeworm.com/read/403017/2316501
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/310212/13654625
m residuez.m
function [ r, p, k ] = residuez( b, a, t )
%RESIDUEZ Z-transform partial-fraction expansion.
% [R,P,K] = RESIDUEZ(B,A) finds the residues, poles and direct terms
% of the partial-fraction expa
www.eeworm.com/read/154209/11983068
m residuez.m
function [ r, p, k ] = residuez( b, a, t )
%RESIDUEZ Z-transform partial-fraction expansion.
% [R,P,K] = RESIDUEZ(B,A) finds the residues, poles and direct terms
% of the partial-fraction expa
www.eeworm.com/read/371704/2779096
m s_wavelet2roots.m
function zroots=s_wavelet2roots(wavelet)
% Compute the zeros of the z-transform of a wavelet; for a minimum-phase
% wavelet the absolute value of the roots must be > 1.
% Written by: E. R.: June 1
www.eeworm.com/read/310212/13654606
m freqz.m
function [hh,ff] = freqz(b,a,n,dum,Fs)
%FREQZ Z-transform digital filter frequency response.
% When N is an integer, [H,W] = FREQZ(B,A,N) returns the N-point frequency
% vector W in radians and
www.eeworm.com/read/154209/11983008
m freqz.m
function [hh,ff] = freqz(b,a,n,dum,Fs)
%FREQZ Z-transform digital filter frequency response.
% When N is an integer, [H,W] = FREQZ(B,A,N) returns the N-point frequency
% vector W in radians and
www.eeworm.com/read/163777/10145897
m program_3_8.m
% Program 3_8
% Determination of the Rational z-Transform
% from its Poles and Zeros
%
format long
zr =3D input('Type in the zeros as a row vector =3D ');
pr =3D input('Type in the poles as a