関数名 Function name |
機能・用途 Purpose |
sequence_correlation_numerator_fdomain | 2つの時系列データの相互相関関数の分子を計算する。
計算は周波数領域で行う。 Compute the numerator of the cross correlation function between two time series data. The computation is performed in the frequency domain. |
sequence_correlation_C1_fdomain | 2つの時系列データの相互相関関数を計算する。
相互相関関数の定義として\(C_1(f,g;\tau)\)を用いる。
計算は周波数領域で行う。 Compute the cross correlation function between two time series data using the definition of \(C_1(f,g;\tau)\). The computation is performed in the frequency domain. |
sequence_correlation_C2 | 2つの時系列データの相互相関関数を計算する。
相互相関関数の定義として\(C_2(f,g;\tau)\)を用いる。 Compute the cross correlation function between two time series data using the definition of \(C_2(f,g;\tau)\). |
sequence_correlation_noshift | 2つの時系列データの相互相関関数の
ラグタイム\(\tau=0\)での値\(C_1(f,g;0)\)を計算する。 Compute the value of the cross correlation function, \(C_1(f,g;0)\), between two time series data for zero time lag (\(\tau=0\)). |
sequence_correlation_noshift_limittime | 2つの時系列データの相互相関関数の
ラグタイム\(\tau=0\)での値\(C_1(f,g;0)\)を計算する。
使用する時系列データの時刻範囲を限定して計算を行う。 Compute the value of the cross correlation function, \(C_1(f,g;0)\), between two time series data for zero time lag (\(\tau=0\)), limiting the time windows of the time series data to use. |