[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
tfchk
(/tools/hpmatlab/toolbox/signal/tfchk.m)
Function Synopsis
[numc,denc] = tfchk(num,den)
Help text
TFCHK Check for proper transfer function.
[NUMc,DENc] = TFCHK(NUM,DEN) returns equivalent transfer function
numerator and denominator where LENGTH(NUMc) = LENGTH(DENc) if
the transfer function NUM,DEN are proper. Prints an error message
if not.
Cross-Reference Information
This function calls
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- function /tools/hpmatlab/toolbox/matlab/lang/function.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- tf2zp /tools/hpmatlab/toolbox/signal/tf2zp.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON