public final class CommunicationAnalysis extends Object
Modifier and Type | Method and Description |
---|---|
static double |
fromDecibels(double decibels)
Convert the supplied decibel value to linear scale.
|
static double |
toDecibels(double linearUnits)
Convert the supplied linear value to decibels.
|
public static double toDecibels(double linearUnits)
linearUnits
- The linear units to convert to decibels.public static double fromDecibels(double decibels)
decibels
- The decibel value to convert to linear scale.