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

freqs

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


Function Synopsis

[h,ww] = freqs(b,a,w)

Help text

FREQS	Laplace-transform (s-domain) frequency response.  
	H = FREQS(B,A,W) returns the complex frequency response vector H 
	of the filter B/A:
	                     nb-1      nb-2
		 B(s)   b(1)s  +  b(2)s   + ... +  b(nb)
	  H(s) = ---- = --------------------------------
	                     na-1      na-2
		 A(s)   a(1)s  +  a(2)s   + ... +  a(na)

	given the numerator and denominator coefficients in vectors B and A. 
	The frequency response is evaluated at the points specified in 
	vector W.  The magnitude and phase can be graphed by calling
	FREQS(B,A,W) with no output arguments.

	[H,W] = FREQS(B,A) automatically picks a set of 200 frequencies W on 
	which the frequency response is computed.  FREQS(B,A,N) picks N 
	frequencies. 

	See also LOGSPACE, POLYVAL, INVFREQS, and FREQZ.

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