|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.audio.statistic.AbstractAnalyser
as.clynx.audio.statistic.StdAnalyser
public class StdAnalyser
The class StdAnalyser.java calculates the upper/lower boundary using the mean and the std of the sample values.
Constructor Summary | |
---|---|
StdAnalyser(AbstractMeanCalc mean_calculator,
javax.sound.sampled.AudioFormat format)
Constructor |
Method Summary |
---|
Methods inherited from class as.clynx.audio.statistic.AbstractAnalyser |
---|
analyse, canLoad, getMaximum, getMaxSampleValue, getMinimum, getMinSampleValue, save, toString, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StdAnalyser(AbstractMeanCalc mean_calculator, javax.sound.sampled.AudioFormat format)
mean_calculator
- format
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |