public class EnergyContourRms extends Object
Modifier and Type | Field and Description |
---|---|
double[] |
contour |
EnergyFileHeader |
header |
Constructor and Description |
---|
EnergyContourRms() |
EnergyContourRms(String wavFile) |
EnergyContourRms(String wavFileIn,
double windowSizeInSecondsIn,
double skipSizeInSecondsIn) |
EnergyContourRms(String wavFile,
String energyFile) |
EnergyContourRms(String wavFileIn,
String energyFileOut,
double windowSizeInSecondsIn,
double skipSizeInSecondsIn) |
Modifier and Type | Method and Description |
---|---|
static EnergyContourRms |
ReadEnergyFile(String energyFile) |
static void |
WriteEnergyFile(EnergyContourRms en,
String energyFile) |
public EnergyFileHeader header
public double[] contour
public EnergyContourRms() throws IOException
IOException
public EnergyContourRms(String wavFile) throws IOException
IOException
public EnergyContourRms(String wavFile, String energyFile) throws IOException
IOException
public EnergyContourRms(String wavFileIn, double windowSizeInSecondsIn, double skipSizeInSecondsIn) throws IOException
IOException
public EnergyContourRms(String wavFileIn, String energyFileOut, double windowSizeInSecondsIn, double skipSizeInSecondsIn) throws IOException
IOException
public static void WriteEnergyFile(EnergyContourRms en, String energyFile) throws IOException
IOException
public static EnergyContourRms ReadEnergyFile(String energyFile) throws IOException
IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.