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 class
Cut
Cuts out the specified section from the Wave object.
Only works if 'subChunk2Id' is 'data' not 'LIST'.class
MultiFilter
class
PassThrough
Dummy, does nothing.class
Resample
Adjusts the data to use the target sample rate.class
Trim
Trims 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_Filters
the 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 void
MultiFilter. 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 AbstractWaveFilter
WaveFilter. m_Filter
how to trim.Methods in adams.flow.transformer that return AbstractWaveFilter Modifier and Type Method Description AbstractWaveFilter
WaveFilter. getFilter()
Returns the filter in use.Methods in adams.flow.transformer with parameters of type AbstractWaveFilter Modifier and Type Method Description void
WaveFilter. setFilter(AbstractWaveFilter value)
Sets the filter to use.
-