sequence/interpolate.h マニュアル

(The documentation of sequence/interpolate.h)

Last Update: 2021/12/7


sequence/interpolate.hでは 時系列データの補間を行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to interpolate a time series data are defined in sequence/interpolate.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
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.