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

cheb1ord

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


Function Synopsis

[order,wn] = cheb1ord(wp,ws,rp,rs,opt)

Help text

CHEB1ORD Chebyshev type I filter order selection.
	[N, Wn] = CHEB1ORD(Wp, Ws, Rp, Rs) returns the order N of the
	lowest order digital Chebyshev type I filter that loses no
	more than Rp dB in the passband and has at least Rs dB of
	attenuation in the stopband.  The passband runs from 0 to
	Wp and the stopband extends from Ws to 1.0, the Nyquist
	frequency.  CHEB1ORD also returns Wn, the Chebyshev
	natural frequency to use with CHEBY1 to achieve the 
	specifications.
	[N, Wn] = CHEB1ORD(Wp, Ws, Rp, Rs, 's') does the computation
	for an analog filter.
	See also CHEBY1, BUTTORD, ELLIPORD, and CHEB2ORD.

Cross-Reference Information

This function calls
This function is called by

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