Class Decibel
- java.lang.Object
-
- com.tagtraum.audiokern.psychoacoustics.Decibel
-
public final class Decibel extends Object
Decibel.- Author:
- Hendrik Schreiber
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Decibel.MagnitudesToDecibel
Maps magnitudes to decibel (log10(magnitude)*20
).static class
Decibel.PowersToDecibel
Maps magnitudes to decibel (log10(magnitude)*20
).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static float
magnitudeToDecibel(float magnitude)
static float
powerToDecibel(float power)
-