ChebyshevI class

Create a ChebyshevI filter.

Example:

  ChebyshevI chebyshev = new ChebyshevI();
  chebyshev.bandPass(2,250,50,5);

Constructors

ChebyshevI()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyScale(double scale) → void
inherited
bandPass(int order, double sampleRate, double centerFrequency, double widthFrequency, double rippleDb, [int directFormType = DirectFormAbstract.direct_form_II]) → void
Bandpass filter with custom topology
bandStop(int order, double sampleRate, double centerFrequency, double widthFrequency, double rippleDb, [int directFormType = DirectFormAbstract.direct_form_II]) → void
Bandstop filter with custom topology
filter(double _in) double
inherited
getBiquad(int index) → Biquad
inherited
getNumBiquads() int
inherited
highPass(int order, double sampleRate, double cutoffFrequency, double rippleDb, [int directFormType = DirectFormAbstract.direct_form_II]) → void
ChebyshevI Lowpass filter and custom filter topology
lowPass(int order, double sampleRate, double cutoffFrequency, double rippleDb, [int directFormType = DirectFormAbstract.direct_form_II]) → void
ChebyshevI Lowpass filter with custom topology
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
inherited
response(double normalizedFrequency) → Complex
inherited
setLayout(LayoutBase proto, int filterTypes) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited