|
| DSP.Filter.Analog.Prototype | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
| Description |
| Module for generating analog filter prototypes
|
|
| Synopsis |
|
|
|
| Documentation |
|
| butterworth |
| :: Int | N | | -> ([Double], [Double]) | (b,a) | | Generates Butterworth filter prototype |
|
|
| chebyshev1 |
| :: Double | epsilon | | -> Int | N | | -> ([Double], [Double]) | (b,a) | | Generates Chebyshev filter prototype |
|
|
| chebyshev2 |
| :: Double | epsilon | | -> Int | N | | -> ([Double], [Double]) | (b,a) | | Generates Inverse Chebyshev filter prototype |
|
|
| Produced by Haddock version 0.4 |