problem_viewer#

Starts an interactive interface to visualize the a signal.

main() None#

Visualizes a system model.

Visualizes a system model by showing the different steps of creating a signal. Creates a clean signal in the first step. This happens by integrating the system model deriv function.

Note

The deriv function is already noised if a DerivNoiser is provided.

Then, the noisers is applied to the clean signal, before in the last step,

the signal gets sparsfied.