Ndash | 使用する\(N’\)の値。
時系列データ(引数waveform)の時刻サンプル数以下の正の値でなければならない。 The value of \(N’\), which must be positive and less than the number of time samples of the time series data given by argument waveform. |
sigma | \(\sigma(N’)\)の値。
時系列データ(引数waveform)から計算するのではなく、関数の外で予め計算して与える。
その理由はMaeda et al. (2020)において
時系列データを奇数番目と偶数番目の時刻サンプルに分割し、
The value of \(\sigma(N’)\). This value is not calculated from the time series data of argument waveform but calculated outside this function because in Maeda et al. (2020), the time series data is divided into odd- and even-numbered samples, and \(\sigma(N’)\) calculated from the odd-numbered data is used for the time series data of even-numbered samples (and via versa); the given \(\sigma(N’)\) value is not exactly equal to \(\sigma(N’)\) calculated from argument waveform using Eq. (\ref{eq.sigma}). |
waveform | 絶対値振幅の時系列データ。
Maeda et al. (2020)のアルゴリズムに厳密に準拠する場合は
奇数番目または偶数番目の時刻サンプルを取り出した時系列データを与える。 A time series data of absolute amplitudes. To exactly follow the algorithm of Maeda et al. (2020), give a time series data composed of only odd- or even-numbered samples. |
order | 引数waveformで与える時系列データの絶対値振幅を昇順に並べるための配列要素番号リスト。
waveform.value[order[n]]が昇順になるように与える。 A list of array component indices that realizes waveform.value[order[n]] to be the ascending order. |