[Master Index] [Index for /tools/hpmatlab/toolbox/signal]

besself

(/tools/hpmatlab/toolbox/signal/besself.m)


Function Synopsis

[num, den, z, p] = besself(n, Wn, ftype, anaflag)

Help text

BESSELF  Bessel analog filter design.
	[B,A] = BESSELF(N,Wn) designs an N'th order lowpass analog
	Bessel filter and returns the filter coefficients in length
	N+1 vectors B and A.  The cut-off frequency Wn must be
	greater than 0.

	If Wn is a two-element vector, Wn = [W1 W2], BESSELF returns an 
	order 2N bandpass filter with passband  W1 < W < W2.
	[B,A] = BESSELF(N,Wn,'high') designs a highpass filter.
	[B,A] = BESSELF(N,Wn,'stop') is a bandstop filter if Wn = [W1 W2].
	
	When used with three left-hand arguments, as in
	[Z,P,K] = BESSELF(...), the zeros and poles are returned in
	length N column vectors Z and P, and the gain in scalar K. 

	When used with four left-hand arguments, as in
	[A,B,C,D] = BESSELF(...), state-space matrices are returned.

	See also BESSELAP, BUTTER, CHEBY1, CHEBY2, FREQZ and FILTER.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON