public class FrameNoisePartWaveform extends Object implements FrameNoisePart
| Modifier and Type | Field and Description |
|---|---|
protected short[] |
waveform |
| Constructor and Description |
|---|
FrameNoisePartWaveform() |
FrameNoisePartWaveform(ByteBuffer bb,
int waveLen) |
FrameNoisePartWaveform(DataInputStream dis,
int waveLen) |
FrameNoisePartWaveform(double[] x) |
FrameNoisePartWaveform(float[] x) |
FrameNoisePartWaveform(FrameNoisePartWaveform existing) |
FrameNoisePartWaveform(short[] x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(FrameNoisePartWaveform other) |
int |
getLength() |
int |
getVectorSize() |
void |
setWaveform(double[] x) |
void |
setWaveform(float[] x) |
void |
setWaveform(short[] x) |
short[] |
waveform() |
double[] |
waveform2Doubles() |
float[] |
waveform2Floats() |
void |
write(DataOutput out) |
public FrameNoisePartWaveform()
public FrameNoisePartWaveform(FrameNoisePartWaveform existing)
public FrameNoisePartWaveform(DataInputStream dis, int waveLen)
public FrameNoisePartWaveform(ByteBuffer bb, int waveLen)
public FrameNoisePartWaveform(float[] x)
public FrameNoisePartWaveform(double[] x)
public FrameNoisePartWaveform(short[] x)
public void write(DataOutput out) throws IOException
write in interface FrameNoisePartIOExceptionpublic boolean equals(FrameNoisePartWaveform other)
public int getVectorSize()
getVectorSize in interface FrameNoisePartpublic int getLength()
getLength in interface FrameNoisePartpublic void setWaveform(float[] x)
public void setWaveform(double[] x)
public void setWaveform(short[] x)
public double[] waveform2Doubles()
public float[] waveform2Floats()
public short[] waveform()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.