seq1 | 1つ目の時系列データ。 The 1st time series data. |
seq2 | 2つ目の時系列データ。
サンプル間隔(メンバdt)はseq1と等しくなければならず(seq1.dt=seq2.dt)、
先頭時刻はseq1の末尾時刻にサンプル間隔の整数倍を加えた値でなければならない
((seq2.t0-seq1.tmax)/seq2.dtが整数)。 The 2nd time series data. The sampling interval (expressed by member dt) must be equal to that of argument seq1 (i.e., seq1.dt = seq2.dt), and the time difference between the beginning time of seq2 and the end time of seq1 must be an integer multiple of the sampling interval (i.e., (seq2.t0 - seq1.tmax)/seq2.dt must be an integer). |
時刻 Time |
seq1のデータの値 Data value of seq1 |
seq2のデータの値 Data value of seq2 |
戻り値として設定するデータの値 Data value to be set for the return value |
0.0 | 1.0 | 1.0 | |
0.1 | 0.9 | 0.9 | |
0.2 | 0.7 | 0.7 | |
0.3 | 0.4 | 0.4 | |
0.4 | 0.0 | 0.0 | |
0.5 | -0.5 | -0.5 | |
0.6 | -1.1 | -1.1 | |
0.7 | -1.8 | -1.8 | |
0.8 | -2.2 | ||
0.9 | -2.6 | ||
1.0 | -3.0 | -3.0 | |
1.1 | -3.1 | -3.1 | |
1.2 | -2.8 | -2.8 | |
1.3 | -3.3 | -3.3 | |
1.4 | -2.6 | -2.6 | |
1.5 | -3.5 | -3.5 | |
1.6 | -2.4 | -2.4 | |
1.7 | -3.7 | -3.7 | |
1.8 | -2.2 | -2.2 | |
1.9 | -3.9 | -3.9 |
時刻 Time |
seq1のデータの値 Data value of seq1 |
seq2のデータの値 Data value of seq2 |
戻り値として設定するデータの値 Data value to be set for the return value |
0.0 | 1.0 | 1.0 | |
0.1 | 0.9 | 0.9 | |
0.2 | 0.7 | 0.7 | |
0.3 | 0.4 | 0.4 | |
0.4 | 0.0 | 0.0 | |
0.5 | -0.5 | -0.5 | |
0.6 | -1.1 | -1.1 | |
0.7 | -1.8 | -1.8 | |
0.8 | -2.3 | -2.3 | |
0.9 | -2.7 | -2.7 | |
1.0 | -3.0 | -3.0 | -3.0 |
1.1 | -3.1 | -3.1 | -3.1 |
1.2 | -2.8 | -2.8 | |
1.3 | -3.3 | -3.3 | |
1.4 | -2.6 | -2.6 | |
1.5 | -3.5 | -3.5 | |
1.6 | -2.4 | -2.4 | |
1.7 | -3.7 | -3.7 | |
1.8 | -2.2 | -2.2 | |
1.9 | -3.9 | -3.9 |
時刻 Time |
seq1のデータの値 Data value of seq1 |
seq2のデータの値 Data value of seq2 |
0.0 | 1.0 | |
0.1 | 0.9 | |
0.2 | 0.7 | |
0.3 | 0.4 | |
0.4 | 0.0 | |
0.5 | -0.5 | |
0.6 | -1.1 | |
0.7 | -1.8 | |
0.8 | -2.6 | |
0.9 | -3.5 | |
1.0 | -4.5 | -3.0 |
1.1 | -5.6 | -3.1 |
1.2 | -2.8 | |
1.3 | -3.3 | |
1.4 | -2.6 | |
1.5 | -3.5 | |
1.6 | -2.4 | |
1.7 | -3.7 | |
1.8 | -2.2 | |
1.9 | -3.9 |