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 classDecibel.MagnitudesToDecibelMaps magnitudes to decibel (log10(magnitude)*20).static classDecibel.PowersToDecibelMaps magnitudes to decibel (log10(magnitude)*20).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static floatmagnitudeToDecibel(float magnitude)static floatpowerToDecibel(float power)
-