Uses of Class
as.clynx.audio.statistic.AbstractMeanCalc

Packages that use AbstractMeanCalc
as.clynx.audio.statistic   
 

Uses of AbstractMeanCalc in as.clynx.audio.statistic
 

Subclasses of AbstractMeanCalc in as.clynx.audio.statistic
 class ArithmeticMean
          The class ArithmeticMean.java calculates the arithmetic mean.
 class RootMeanSquare
          The class RootMeanSquare.java calculates the root mean square.
 

Constructors in as.clynx.audio.statistic with parameters of type AbstractMeanCalc
StdAnalyser(AbstractMeanCalc mean_calculator, javax.sound.sampled.AudioFormat format)
          Constructor