Scilab Function

zpch2 - Chebyshev analog filter

Sequence d'appel

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

Parametres

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')
   

Auteur