Man Scilab

zpch2
Scilab Function

zpch2 - Chebyshev analog filter

Calling Sequence

[zeros,poles,gain]=zpch2(n,A,omegar)

Parameters

Description

Poles and zeros of a type 2 Chebyshev analog filter gain is the gain of the filter


H(s)=gain*poly(zeros,'s')/poly(poles,'s')
   
    

Author

F.D.

Back