JamesBremner / complot

High performance plotting of spectrum data from COM port
1 stars 0 forks source link

Frame handling #4

Closed JamesBremner closed 8 months ago

JamesBremner commented 8 months ago

Currently, the data arrives from the device simulator as one double per frame.

This issue is for discussing how best to handle larger and more complex frames.

Motivation in https://github.com/JamesBremner/windex/issues/9

Question: Please describe your frames.

JamesBremner commented 8 months ago

To summarize last night's discussion:

Frame handling is not required. There are no frames, just raw data on the wire. ( Mark my words: this design choice is going to cause some hideous problems once you get out into the real world ) . I will therefore close this issue.

More immediately, real time plotting is not required. You want a static scatter plot ( https://jamesbremner.github.io/windex/classwex_1_1plot_1_1plot.html#a29de12b781bbd07f5f4dd848bda8c95c ) with a fast refresh rate from incoming COM data