org.das2.math.filter.AbstractFilter

Java Speech Toolkit code modified to use QDataSets.


filter

filter( ) → QDataSet

Returns:

org.das2.qds.QDataSet

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setCoefficients

setCoefficients( double[] b, double[] a ) → void

Set the filter coefficients stored in Matlab style. If a[0] not equal 1, the filter coefficients are normalized by a[0].

Parameters

b - a double[]
a - a double[]

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


toString

toString( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc] [view source]