public class HntmSpeechFrame extends BaseSinusoidalSpeechFrame
Modifier and Type | Field and Description |
---|---|
float |
deltaAnalysisTimeInSeconds |
float |
f0InHz |
FrameHarmonicPart |
h |
float |
maximumFrequencyOfVoicingInHz |
FrameNoisePart |
n |
float |
tAnalysisInSeconds |
Constructor and Description |
---|
HntmSpeechFrame() |
HntmSpeechFrame(ByteBuffer bb,
int noiseModel) |
HntmSpeechFrame(DataInputStream dis,
int noiseModel) |
HntmSpeechFrame(float f0InHzIn) |
HntmSpeechFrame(HntmSpeechFrame existing) |
public FrameHarmonicPart h
public FrameNoisePart n
public float f0InHz
public float maximumFrequencyOfVoicingInHz
public float tAnalysisInSeconds
public float deltaAnalysisTimeInSeconds
public HntmSpeechFrame()
public HntmSpeechFrame(float f0InHzIn)
public HntmSpeechFrame(HntmSpeechFrame existing)
public HntmSpeechFrame(DataInputStream dis, int noiseModel) throws IOException, EOFException
IOException
EOFException
public HntmSpeechFrame(ByteBuffer bb, int noiseModel) throws IOException, EOFException
IOException
EOFException
public void write(DataOutput out) throws IOException
IOException
public boolean equals(HntmSpeechFrame other)
public int getLength()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.