public class SignalProc
extends java.lang.Object
修飾子とタイプ | メソッドと説明 |
---|---|
static DoubleArray |
changeRate(DoubleArray x,
int orgrate,
int newrate) |
static DoubleArray |
cutLastSmallSignal(DoubleArray x,
double thrs) |
static int |
detectOnset(DoubleArray x,
int n,
double thrs) |
public static DoubleArray changeRate(DoubleArray x, int orgrate, int newrate)
public static DoubleArray cutLastSmallSignal(DoubleArray x, double thrs)
public static int detectOnset(DoubleArray x, int n, double thrs)