class |
AbstractBinaryFormatsBasedMultiSpectrumFilter |
Ancestor for formats-based filters that require exactly two spectra.
|
class |
Add |
Adds the amplitudes of first spectrum to the amplitudes of the second.
|
class |
Atan2 |
Computes the atan2, with the first format representing 'y' and the second format 'x'.
|
class |
Average |
Averages spectra into a single one.
|
class |
Divide |
Divides the amplitudes of first spectrum with the amplitudes of the second.
|
class |
Fusion |
Fuses the sub-spectra specified by the format option, by placing them side-by-side using the format option as the order.
|
class |
Mean |
Averages spectra into a single one.
|
class |
Median |
Averages spectra into a single one using the median.
|
class |
Multiply |
Multiplies the amplitudes of two spectra with each other.
|
class |
Subtract |
Subtracts the amplitudes of first spectrum with the amplitudes of the second.
|