Scilab 6.0.1
      
      - Scilab Help
- Signal Processing
- Filters
- analpf
- buttmag
- casc
- cheb1mag
- cheb2mag
- convol
- ell1mag
- eqfir
- eqiir
- faurre
- ffilt
- filt_sinc
- filter
- find_freq
- frmag
- fsfirlin
- group
- hilbert
- iir
- iirgroup
- iirlp
- kalm
- lev
- levin
- lindquist
- remez
- remezb
- srfaur
- srkf
- sskf
- syredi
- system
- trans
- wfir
- wfir_gui
- wiener
- wigner
- window
- yulewalk
- zpbutt
- zpch1
- zpch2
- zpell
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
zpell
lowpass elliptic filter
Syntax
[zeros,poles,gain]=zpell(epsilon,A,omegac,omegar)
Arguments
- epsilon
- real : ripple of filter in pass band ( - 0<epsilon<1)
- A
- real : attenuation of filter in stop band ( - A>1)
- omegac
- real : pass band cut-off angular frequency in radians per second 
- omegar
- real : stop band cut-off angular frequency in radians per second 
- zeros
- resulting zeros of filter 
- poles
- resulting poles of filter 
- gain
- resulting gain of filter 
Description
Poles and zeros of prototype lowpass elliptic filter.
            gain is the gain of the filter
| Report an issue | ||
| << zpch2 | Filters | How to >> |