public class DynamicWindow extends Object implements InlineDataProcessor
Modifier and Type | Field and Description |
---|---|
protected int |
windowType |
Constructor and Description |
---|
DynamicWindow(int windowType)
An inline data processor applying a window of the requested type to the data.
|
Modifier and Type | Method and Description |
---|---|
void |
applyInline(double[] data,
int off,
int len)
apply a window of the specified type, with length len, to the data.
|
double[] |
values(int len) |
public DynamicWindow(int windowType)
windowType
- window typepublic double[] values(int len)
public void applyInline(double[] data, int off, int len)
applyInline
in interface InlineDataProcessor
data
- dataoff
- offlen
- lenCopyright © 2000–2016 DFKI GmbH. All rights reserved.