data | 入力時系列データ。 The input time series data. |
long_window_length | 長時間窓の長さ(s)。
入力時系列データのサンプリング間隔の整数倍、
かつ入力時系列データの長さの整数分の1
(1)
でなければならない。 The length (s) of a long window. This value must be an integer multiple of the sampling interval and a divisor of the length of the input time series data. (1) |
short_window_length | 短時間窓の長さ(s)。
入力時系列データのサンプリング間隔の整数倍、
かつ長時間窓の長さの整数分の1
でなければならない。 The length (s) of a short window. This value must be an integer multiple of the sampling interval and a divisor of the length of a long window. |
verbose | 進行状況に関するメッセージ出力の選択。以下のいずれかとする。 Choice of messages of the progress to display, which must be one of the followings.
|
remove_mean | 長時間窓の波形から平均値を差し引くか否かの選択。 A choice of whether to remove the mean from the waveform in each long window or not. |