dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
DSP.Filter.Analog.Response
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

Module for generating analog filter responses

Formulas are from Oppenheim and Schafer, Appendix B

Synopsis
butterworth_H :: Int -> Double -> Double -> Double
chebyshev1_H :: Int -> Double -> Double -> Double -> Double
chebyshev2_H :: Int -> Double -> Double -> Double -> Double
Documentation
butterworth_H
:: IntN
-> Doublew_c
-> Doublew
-> Double|H_c(w)|^2
Butterworth filter response function
chebyshev1_H
:: IntN
-> Doubleepsilon
-> Doublew_c
-> Doublew
-> Double|H_c(w)|^2
Chebyshev filter response function
chebyshev2_H
:: IntN
-> Doubleepsilon
-> Doublew_c
-> Doublew
-> Double|H_c(w)|^2

Inverse Chebyshev filter response function

Note that w_c is a property of the stopband for this filter

Produced by Haddock version 0.8