Class: Toybox.Math.Filter
- Inherits:
-
Toybox.Lang.Object
Overview
See Also:
Note:
An exception will be thrown if the base Filter class version of this method is called.
Direct Known Subclasses
Math.FirFilter, Math.IirFilter
Instance Method Summary collapse
-
apply(data as Lang.Array<Lang.Numeric>) as Lang.Array<Lang.Float>
Apply the Filter to an Array of samples.
-
initialize(dictionary as Lang.Dictionary)
Constructor.
Instance Method Details
apply(data as Lang.Array<Lang.Numeric>) as Lang.Array<Lang.Float>
Apply the Filter to an Array of samples.
Note:
An Exception will be thrown if the base Filter class version of this method is called.
initialize(dictionary as Lang.Dictionary)
Constructor