public class DynamicTwoHalvesWindow extends DynamicWindow
Modifier and Type | Field and Description |
---|---|
protected double |
prescale |
windowType
Constructor and Description |
---|
DynamicTwoHalvesWindow(int windowType) |
DynamicTwoHalvesWindow(int windowType,
double prescale) |
Modifier and Type | Method and Description |
---|---|
void |
applyInlineLeftHalf(double[] data,
int off,
int len)
apply the left half of a window of the specified type to the data.
|
void |
applyInlineRightHalf(double[] data,
int off,
int len)
apply the right half of a window of the specified type to the data.
|
static void |
main(String[] args) |
applyInline, values
public DynamicTwoHalvesWindow(int windowType)
public DynamicTwoHalvesWindow(int windowType, double prescale)
public void applyInlineLeftHalf(double[] data, int off, int len)
data
- dataoff
- offlen
- lenpublic void applyInlineRightHalf(double[] data, int off, int len)
data
- dataoff
- offlen
- lenpublic static void main(String[] args)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.