public class PitchStatistics extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_STATISTICS |
double |
intercept |
boolean |
isGlobal |
boolean |
isSource |
double |
mean |
double |
range |
double |
slope |
double |
standardDeviation |
static int |
STATISTICS_IN_HERTZ |
static int |
STATISTICS_IN_LOGHERTZ |
int |
type |
Constructor and Description |
---|
PitchStatistics() |
PitchStatistics(int typeIn,
boolean isSourceIn,
boolean isGlobalIn) |
PitchStatistics(int typeIn,
boolean isSourceIn,
boolean isGlobalIn,
double[] f0s) |
PitchStatistics(int typeIn,
double[] f0s) |
PitchStatistics(PitchStatistics existing) |
public static int STATISTICS_IN_HERTZ
public static int STATISTICS_IN_LOGHERTZ
public static int DEFAULT_STATISTICS
public int type
public boolean isSource
public boolean isGlobal
public double mean
public double standardDeviation
public double range
public double intercept
public double slope
public PitchStatistics(PitchStatistics existing)
public PitchStatistics()
public PitchStatistics(int typeIn, boolean isSourceIn, boolean isGlobalIn)
public PitchStatistics(int typeIn, double[] f0s)
public PitchStatistics(int typeIn, boolean isSourceIn, boolean isGlobalIn, double[] f0s)
public void init()
public void read(MaryRandomAccessFile ler)
public void write(MaryRandomAccessFile ler)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.