Displaying 1 result from an estimated 1 matches for "byte7".
Did you mean:
byte
2011 Apr 27
3
Speed up plotting to MSWindows graphics window
...t values from the
plotted graph using a custom Qt interface that is used as a front end to
R.exe (all this works).
The plot is drawn by R directly to the windows graphic device.
The data is imported from a .csv file (typically around 100MB) to a matrix.
(timestamp, message ID, byte0, byte1, ..., byte7)
I then separate this matrix into several by message ID (dimensions are
in the order of 8cols, 10^6 rows)
The panning is done by redrawing the plots, shifted by a small amount.
So as to view a window of data from a second to a minute long that can
travel the length of the logged data.
My probl...