X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fsignal_processing%2Fhelp%2Fen_US%2Fzpbutt.xml;h=e36640d1f85716792a0cbe51639bf8b12042c81a;hp=fc763c29e31cb09ea977e778c52b06889d3b8297;hb=e673e88ca8acaded01eb388fe28a038077ae3ca0;hpb=ef530a5b1a9fe323dda50c94d5f8b2f0a11d718c diff --git a/scilab/modules/signal_processing/help/en_US/zpbutt.xml b/scilab/modules/signal_processing/help/en_US/zpbutt.xml index fc763c2..e36640d 100644 --- a/scilab/modules/signal_processing/help/en_US/zpbutt.xml +++ b/scilab/modules/signal_processing/help/en_US/zpbutt.xml @@ -1,48 +1,57 @@ - - zpbutt - Butterworth analog filter - - - Calling Sequence - [pols,gain]=zpbutt(n,omegac) - - - Arguments - - - n - - integer (filter order) - - - - omegac - - real (cut-off frequency in Hertz) - - - - pols - - resulting poles of filter - - - - gain - - resulting gain of filter - - - - - - Description - - computes the poles of a Butterworth analog - filter of order n and cutoff frequency omegac - transfer function H(s) is calculated by H(s)=gain/real(poly(pols,'s')) - - + + zpbutt + Butterworth analog filter + + + Calling Sequence + [pols,gain]=zpbutt(n,omegac) + + + Arguments + + + n + + integer (filter order) + + + + omegac + + real (cut-off frequency in Hertz) + + + + pols + + resulting poles of filter + + + + gain + + resulting gain of filter + + + + + + Description + + computes the poles of a Butterworth analog + filter of order n and cutoff frequency omegac + transfer function H(s) is calculated by H(s)=gain/real(poly(pols,'s')) + + + + Examples + + +