public class MelFilter extends TriangularFilter
centreFrequency, filterAmplitude, highFrequency, highSlope, lowFrequency, lowSlope| Constructor and Description |
|---|
MelFilter(double startFreq,
double endFreq)
The Mel Filter default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getCentreFrequency, getFilterAmplitude, getHighFrequency, getLowFrequency, getResponseCurve, getWeightAt, process, setCentreFrequency, setFilterAmplitude, setHighFrequency, setLowFrequencypublic MelFilter(double startFreq, double endFreq)
startFreq - The start frequency of the filterendFreq - The end frequency of the filterpublic String toString()
toString in class TriangularFilterObject.toString()