#include <typeinfo>
#include "DynamicType.hxx"
#include "Array.hxx"
#include "DataTypes.hxx"
#include "OSDefines.hxx"
#include "Err.hxx"
#include "ProcessingData.hxx"
#include "GlobalEnums.hxx"
#include "CLAM_Math.hxx"
Go to the source code of this file.
Namespaces |
namespace | CLAM |
Functions |
SpectralPeak | CLAM::Lin (SpectralPeak &inPeak, int scalingFactor) |
| Function for changing the scale of a peak to linear, conserving data consistency.
|
SpectralPeak | CLAM::Lin (SpectralPeak &inPeak) |
SpectralPeak | CLAM::DB (SpectralPeak &inPeak, int scalingFactor=20) |
| Function for changing the scale of a peak to log, conserving data consistency.
|