Commit Graph

14 Commits

Author SHA1 Message Date
Simon Ruderich da68467fd2 visualizer: use multiple plots for history 2024-05-11 18:10:07 +02:00
Simon Ruderich a87f060458 visualizer: limit history plot to 300 packets
The drawing gets slow with too many points.
2024-05-11 18:09:52 +02:00
Simon Ruderich a633838a7f visualizer: assign id to identify packets
The id is displayed in the graph, the packet information and in the
trace (on mouse over).
2024-05-11 16:39:52 +02:00
Simon Ruderich 7a8c2374c6 visualizer: skip redraws when they take too long 2024-05-11 14:36:44 +02:00
Simon Ruderich 0df63a998d visualizer: treat -1e38 as NaN
I considered updating jsonlogger.c to represent NaN as "null" in the
JSON. However, this makes the hand-written JSON generator much more
complicated.
2024-05-11 12:00:16 +02:00
Simon Ruderich 09cccd3ced visualizer: don't use fixed scales
We might get (unexpected) input which is outside of the usual range.
2024-05-11 10:08:32 +02:00
Simon Ruderich 0b6f43219a Add HTML/JS visualizer with plots and graphs 2024-05-11 10:07:44 +02:00
Simon Ruderich 79fc1c4f59 utils: fix numpy deprecation warnings 2024-04-20 01:14:17 +02:00
Thomas Kolb 66c88bf889 Improvements to debug scripts 2024-03-30 22:04:26 +01:00
Thomas Kolb b5bae84994 utils: new and improved plotting scripts 2023-05-17 22:27:40 +02:00
Thomas Kolb a124c04021 plot_spectrum: ensure that the t and f array sizes match 2022-02-13 19:54:07 +01:00
Thomas Kolb 89f04b3ad0 plot_constellation: added guard lines 2022-02-13 19:53:17 +01:00
Thomas Kolb a6fed80149 Added script for plotting the spectrum of signal dumps 2022-01-29 22:03:51 +01:00
Thomas Kolb 62ff2938ac Some python debug plot scripts 2021-10-17 19:46:30 +02:00