Uses of Class
adams.data.wavefilter.AbstractWaveFilter
-
Packages that use AbstractWaveFilter Package Description adams.data.wavefilter adams.flow.transformer -
-
Uses of AbstractWaveFilter in adams.data.wavefilter
Subclasses of AbstractWaveFilter in adams.data.wavefilter Modifier and Type Class Description classCutCuts out the specified section from the Wave object.
Only works if 'subChunk2Id' is 'data' not 'LIST'.classMultiFilterclassPassThroughDummy, does nothing.classResampleAdjusts the data to use the target sample rate.classTrimTrims the Wave object left and/or right, using either sample number of time in seconds.
Only works if 'subChunk2Id' is 'data' not 'LIST'.Fields in adams.data.wavefilter declared as AbstractWaveFilter Modifier and Type Field Description protected AbstractWaveFilter[]MultiFilter. m_Filtersthe filters.Methods in adams.data.wavefilter that return AbstractWaveFilter Modifier and Type Method Description AbstractWaveFilter[]MultiFilter. getFilters()Returns the filters in use.Methods in adams.data.wavefilter with parameters of type AbstractWaveFilter Modifier and Type Method Description voidMultiFilter. setFilters(AbstractWaveFilter[] value)Sets the filters to use. -
Uses of AbstractWaveFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractWaveFilter Modifier and Type Field Description protected AbstractWaveFilterWaveFilter. m_Filterhow to trim.Methods in adams.flow.transformer that return AbstractWaveFilter Modifier and Type Method Description AbstractWaveFilterWaveFilter. getFilter()Returns the filter in use.Methods in adams.flow.transformer with parameters of type AbstractWaveFilter Modifier and Type Method Description voidWaveFilter. setFilter(AbstractWaveFilter value)Sets the filter to use.
-