This adds a GUI.
stream_and_plot.jl and temporal_gain_and_phase_mism.jl provide two examples on how to use the GUI functionality.
LibSigGUI only depends on Makie. You'll have to load either WGLMakie or GLMakie yourself.
I do it this way:
Do we want to include a default backend?
This also restructures LibSigflow in such a way that the size of the data comes along with the channel. This makes it easier to create buffers etc. at the beginning and not when the first data arrives.
@staticfloat
This adds a GUI.
stream_and_plot.jl
andtemporal_gain_and_phase_mism.jl
provide two examples on how to use the GUI functionality.LibSigGUI
only depends onMakie
. You'll have to load eitherWGLMakie
orGLMakie
yourself. I do it this way:Do we want to include a default backend? This also restructures
LibSigflow
in such a way that the size of the data comes along with the channel. This makes it easier to create buffers etc. at the beginning and not when the first data arrives. @staticfloat