[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
besselap
(/tools/hpmatlab/toolbox/signal/besselap.m)
Function Synopsis
[z,p,k] = besselap(n)
Help text
BESSELAP Bessel analog lowpass filter prototype.
[Z,P,K] = BESSELAP(N) returns the zeros, poles, and gain
for an N-th order normalized prototype Bessel analog
lowpass filter. The cutoff or 3dB frequency is equal to 1
for N = 1 and decreases as N increases.
See also BESSELF, BUTTAP, CHEB1AP, and CHEB2AP.
Cross-Reference Information
This function calls
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- filter /tools/hpmatlab/toolbox/matlab/datafun/filter.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sqrt /tools/hpmatlab/toolbox/matlab/elfun/sqrt.m
This function is called by
- besself /tools/hpmatlab/toolbox/signal/besself.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON