NsecondBlock | 秒ブロックの個数。
関数orderWinData
に第2引数として渡して値を設定したものを渡すこと。
関数win_countSecondBlock
の戻り値をそのまま渡してはならない。 The number of second blocks. This value must be determined from the 2nd argument of function orderWinData, NOT from the return value of function win_countSecondBlock. |
winData | 関数orderWinData
を用いて作成した、時刻順に並び秒ブロックに欠損・重複が無いWINデータ
(秒ブロックのデータを並べた配列)を与える。
各配列要素は1つの秒ブロックのデータを表す構造体であり、
そのメンバchannelBlockにはチャンネルブロックのデータを並べた配列が格納されている。
この関数内では各チャンネルブロックのサンプリングレートが
同じチャンネルの最初の時刻のデータにおけるサンプリングレートと
一致するか否かのチェックが行われ、
一致しない場合はそのチャンネルブロックのデータが
ダミーデータで置換される。 A WIN data (an array composed of the data of second blocks) created by function orderWinData, which is sorted in time order without defects nor duplication of second blocks. Each array component represents the data for each second block, which is a structure. The member channelBlock of this structure is an array composed of the data of channel blocks. Within this function, the sampling rate of each channel block is checked if it is equal to the sampling rate of the same channel in the first time period; if the sampling rates are not equal, the data in this channel block is replaced by a dummy data. |
channelTable | チャンネルテーブルのデータ。
関数sortWinData
に第3引数として渡したものと同じデータを用いること。 A channel table data equivalent to what was used for the 3rd argument of function sortWinData. |