public class MovingAverageByExtension extends Object implements Filter
Constructor and Description |
---|
MovingAverageByExtension(double[] filter)
Construct a moving average filter with prepending and appending.
|
Modifier and Type | Method and Description |
---|---|
double[] |
transform(double[] x)
Transforms the input signal into the output signal.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.