関数名 Function name |
対象とする型 variable type |
機能・用途 Purpose |
sequence_get_interpolate_value | struct sequence | 時系列データの特定の1つの時刻における補間値を計算する。 Calculate the interpolated value of a time series data at a given time. |
sequence_change_sampling_interval | struct sequence | 線形補間を用いて時系列データのサンプリング間隔を変更する。 Change the sampling interval of a time series data using a linear interpolation. |
sequence_interpolate_keepSpectrum | struct sequence | スペクトルを変えずに時系列データのサンプリング間隔を細かくする。 Change the sampling interval of a time series data finer keeping the spectrum unchanged. |