[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
impz
(/tools/hpmatlab/toolbox/signal/impz.m)
Function Synopsis
[h,t]=impz(b,a,N,Fs)
Help text
IMPZ Impulse response of digital filter
[H,T] = IMPZ(B,A) computes the impulse response of the filter B/A
choosing the number of samples for you, and returns the response in
column vector H and a vector of times (or sample intervals) in T
(T = [0 1 2 ...]').
[H,T] = IMPZ(B,A,N) computes N samples of the impulse response.
If N is a vector of integers, the impulse response is computed
only at those integer values (0 is the origin).
[H,T] = IMPZ(B,A,N,Fs) computes N samples and scales T so that
samples are spaced 1/Fs units apart. Fs is 1 by default.
[H,T] = IMPZ(B,A,[],Fs) chooses the number of samples for you and scales
T so that samples are spaced 1/Fs units apart.
IMPZ with no output arguments plots the impulse response using
STEM(T,H) in the current figure window.
See also IMPULSE in the Controls Toolbox for continuous systems.
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- angle /tools/hpmatlab/toolbox/matlab/elfun/angle.m
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- filter /tools/hpmatlab/toolbox/matlab/datafun/filter.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- log10 /tools/hpmatlab/toolbox/matlab/elfun/log10.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- mltplcty /tools/hpmatlab/toolbox/signal/mltplcty.m
- nargchk /tools/hpmatlab/toolbox/matlab/lang/nargchk.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- round /tools/hpmatlab/toolbox/matlab/elfun/round.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- stem /tools/hpmatlab/toolbox/matlab/plotxy/stem.m
- while /tools/hpmatlab/toolbox/matlab/lang/while.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON