dataStr | WINファイルから読み込んだ部分バイト列。
先頭がチャンネルブロックの先頭に対応し、
かつ少なくともそのチャンネルブロック全体を含んでいなければならない。
それ以降のバイト列が続いていても構わない。 A partial byte sequence read from a WIN file. This sequence must start from the beginning of a channel block, and must consist of at least the entire data of the channel block. The byte sequence may contain data after the channel block. |
time_channel_block | チャンネルブロックの時刻。 The time of the channel block. |
メンバ Member |
値 Value |
channelCode | dataStr[0]から始まるチャンネルブロックの
チャンネルコード。 The channel code of the channel block starting from dataStr[0]. |
sampleSize | dataStr[0]から始まるチャンネルブロックの
2番目以降のデータサンプルの1サンプルあたりのバイト数。 The number of bytes per each data sample (except for the first sample) of the channel block starting from dataStr[0]. |
samplingRate | dataStr[0]から始まるチャンネルブロックの
サンプリングレート(Hz)。
総サンプル数でもある(1秒分のデータなので)。 The sampling rate (Hz) of the channel block starting from dataStr[0]. This value is equal to the number of data samples in the channel block because the data is 1-s long. |
size | dataStr[0]から始まるチャンネルブロックの
サイズ(バイト数)。 The size (the number of bytes) of the channel block starting from dataStr[0]. |
initialValue | dataStr[0]から始まるチャンネルブロックの
先頭のデータサンプルの値(整数値)。 The value (integer) of the 1st data sample of the channel block starting from dataStr[0]. |
data_diff | dataStr[0]から始まるチャンネルブロックの
2番目以降のデータサンプルの値
(直前のサンプルとの差分、整数値)から成る配列。 An array composed of the values of 2nd and later data samples of the channel block starting from dataStr[0]. Each data sample is the increment from the previous data sample and is represented by an integer. |