|
|
|
SOHViewer does not intend to read all data of each channel because it not only slow down the process of reading data but also breaking the plotting of data. Many works have been try to apply down sample to plot with different sample frequencies for different size of zooming but the performance were too bad to be accepted.
|
|
|
|
|
|
|
|
As the result, we decided to read 2 of every record frame of data. So the result that displayed on the figure isn't the actual sampling rate of the data. Anyway the intention of SOHViewer is to have a quick look at the channels. User can use PQL to have more detail of the data. |
|
|
\ No newline at end of file |
|
|
|
As the result, we decided to read 2 of every record frame of data. So the result that displayed on the figure isn't the actual sampling rate of the data. Anyway the intention of SOHViewer is to have a quick look at the channels. User can use PQL to have more detail of the data.
|
|
|
|
|
|
|
|
To avoid the weird looking of double data points go with each other because of the present of the end point of one record frame and the start point of the next one, we decide to remove the end point between record frames if there is no gap or overlap between them. |
|
|
\ No newline at end of file |