Class OuterEarModel.ModifiedTerhardt<T extends AudioSpectrum>
- java.lang.Object
-
- com.tagtraum.audiokern.psychoacoustics.OuterEarModel.ModifiedTerhardt<T>
-
- All Implemented Interfaces:
MapFunction<T>
- Enclosing class:
- OuterEarModel
public static class OuterEarModel.ModifiedTerhardt<T extends AudioSpectrum> extends Object implements MapFunction<T>
Modified Terhardt outer ear model. This implementation acts like the'modified_terhardt'
option in Elias Pampalk's MA Toolbox, i.e. less emphasis around 4Hz and more emphasis on low frequencies.
-
-
Constructor Summary
Constructors Constructor Description ModifiedTerhardt()
-
-
-
Method Detail
-
map
public T map(T spectrum)
- Specified by:
map
in interfaceMapFunction<T extends AudioSpectrum>
-
-