dsp-0.2.2: Haskell Digital Signal Processing

Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Safe HaskellSafe-Inferred

DSP.Filter.Analog.Response

Description

Module for generating analog filter responses

Formulas are from Oppenheim and Schafer, Appendix B

Synopsis

Documentation

butterworth_HSource

Arguments

:: Int

N

-> Double

w_c

-> Double

w

-> Double

|H_c(w)|^2

Butterworth filter response function

chebyshev1_HSource

Arguments

:: Int

N

-> Double

epsilon

-> Double

w_c

-> Double

w

-> Double

|H_c(w)|^2

Chebyshev filter response function

chebyshev2_HSource

Arguments

:: Int

N

-> Double

epsilon

-> Double

w_c

-> Double

w

-> Double

|H_c(w)|^2

Inverse Chebyshev filter response function

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