Uses of Class
adams.data.multifilter.AbstractMultiSpectrumFilter
-
Packages that use AbstractMultiSpectrumFilter Package Description adams.data.multifilter adams.flow.transformer -
-
Uses of AbstractMultiSpectrumFilter in adams.data.multifilter
Subclasses of AbstractMultiSpectrumFilter in adams.data.multifilter Modifier and Type Class Description classAbstractBinaryFormatsBasedMultiSpectrumFilterAncestor for formats-based filters that require exactly two spectra.classAbstractFormatsBasedMultiSpectrumFilterAncestor for filters that require the user to specify the formats of the spectra to use for the filtering process.classAddAdds the amplitudes of first spectrum to the amplitudes of the second.classAtan2Computes the atan2, with the first format representing 'y' and the second format 'x'.classAverageAverages spectra into a single one.classDivideDivides the amplitudes of first spectrum with the amplitudes of the second.classFilteredMultiSpectrumFilterThe pre-filters select the spectra from the incoming multi-spectrum and re-package them into a new multi-spectrum.classFusionFuses the sub-spectra specified by the format option, by placing them side-by-side using the format option as the order.classMeanAverages spectra into a single one.classMedianAverages spectra into a single one using the median.classMultiplyMultiplies the amplitudes of two spectra with each other.classPickByIndexExtracts the specified sub-spectrum.classPickByReportValueExtracts the first sub-spectrum that matches the condition for the field.classSubtractSubtracts the amplitudes of first spectrum with the amplitudes of the second.Fields in adams.data.multifilter declared as AbstractMultiSpectrumFilter Modifier and Type Field Description protected AbstractMultiSpectrumFilterFilteredMultiSpectrumFilter. m_BaseFilterthe base filter.protected AbstractMultiSpectrumFilter[]FilteredMultiSpectrumFilter. m_PreFiltersthe "pre" filters.Methods in adams.data.multifilter that return AbstractMultiSpectrumFilter Modifier and Type Method Description static AbstractMultiSpectrumFilterAbstractMultiSpectrumFilter. forCommandLine(String cmdline)Instantiates the filter from the given commandline (i.e., classname and optional options).static AbstractMultiSpectrumFilterAbstractMultiSpectrumFilter. forName(String classname, String[] options)Instantiates the filter with the given options.AbstractMultiSpectrumFilterFilteredMultiSpectrumFilter. getBaseFilter()Returns the base filter.AbstractMultiSpectrumFilter[]FilteredMultiSpectrumFilter. getPreFilters()Returns the pre-filters.AbstractMultiSpectrumFilterAbstractMultiSpectrumFilter. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractMultiSpectrumFilterAbstractMultiSpectrumFilter. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.multifilter with parameters of type AbstractMultiSpectrumFilter Modifier and Type Method Description voidFilteredMultiSpectrumFilter. setBaseFilter(AbstractMultiSpectrumFilter value)Sets the base filter.voidFilteredMultiSpectrumFilter. setPreFilters(AbstractMultiSpectrumFilter[] value)Sets the pre-filters. -
Uses of AbstractMultiSpectrumFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractMultiSpectrumFilter Modifier and Type Field Description protected AbstractMultiSpectrumFilterMultiSpectrumFilter. m_Filterthe filter to apply.protected AbstractMultiSpectrumFilterMultiSpectrumOutlierDetector. m_Filterthe filter to apply for extracting the spectrum to apply the outlier detector to.Methods in adams.flow.transformer that return AbstractMultiSpectrumFilter Modifier and Type Method Description AbstractMultiSpectrumFilterMultiSpectrumFilter. getFilter()Returns the filter in use.AbstractMultiSpectrumFilterMultiSpectrumOutlierDetector. getFilter()Returns the filter in use.Methods in adams.flow.transformer with parameters of type AbstractMultiSpectrumFilter Modifier and Type Method Description voidMultiSpectrumFilter. setFilter(AbstractMultiSpectrumFilter value)Sets the filter to use.voidMultiSpectrumOutlierDetector. setFilter(AbstractMultiSpectrumFilter value)Sets the filter to use.
-