ymaeda_opentools独自のファイル形式

時系列データ

(Special file formats for ymaeda_opentools — Time series data)



ymaeda_opentoolsにおいて「時系列データ」とは 一定の時間刻みで与えられる実数値のデータ系列 \(\{f(t_0+k\Delta t)\in\myvector{R}; t_0\in\myvector{R}, \Delta t\in\myvector{R}, k=0,1,2,\cdots,N-1\}\) のことである。 ここで\(N\)はデータサンプル数を表す。 この定義において「時刻」の役割を果たす量(\(t_0+k\Delta t\))は 実際には一定間隔で刻まれた実数値であれば何でも良いので、 例えば空間1次元方向に一定刻みでサンプリングされたデータなども この形式で表現できる。 ymaeda_opentoolsでは時系列データを表現するファイル形式として 以下の5つを定義している。
In ymaeda_opentools, a “time series data” is defined as a data series of real numbers given at a constant time inverval, which can be represented as \(\{f(t_0+k\Delta t)\in\myvector{R}; t_0\in\myvector{R}, \Delta t\in\myvector{R}, k=0,1,2,\cdots,N-1\}\), where \(N\) is the number of data samples. Here the role of “time” (\(t_0+k\Delta t\)) can be played by any other evenly-sampled real numbers, meaning that a series of data sampled at a constant interval along a 1-D spatial coordinate, for example, can also be represented by this data class. The following five file formats are defined in ymaeda_opentools to represent the time series data.

ファイル形式(拡張子)
File format (extension)
説明
Description
ファイルサイズ
File size
扱いやすさ
Easiness to treat
seq1 ヘッダと各サンプルの値のみを書いたテキストファイル。
A text file composed of the headers and the value of each sample.

Medium
中間的
Intermediate
seq2 ヘッダ、各サンプルの時刻および値を書いたテキストファイル。
A text file composed of the headers as well as the time and value of each sample.

Large
容易
Easy
bseq ヘッダと各サンプルの値のみを書いたバイナリファイル。
A binary file composed of the headers and the value of each sample.

Small
面倒
Hard
aseq1 ヘッダと各サンプルの値のみを書いたテキストファイル (ヘッダとして絶対日時の情報を保持)。
A text file composed of the headers and the value of each sample, where the headers consist of information of absolute date and time.

Medium
中間的
Intermediate
aseq2 ヘッダ、各サンプルの時刻および値を書いたテキストファイル (ヘッダとして絶対日時の情報を保持)。
A text file composed of the headers as well as the time and value of each sample, where the headers consist of information of absolute date and time.

Large
容易
Easy