Open sudara opened 3 days ago
Num samples and channel number are already implemented, I can add min/max for the next release as well.
However I'm confused on how to deal with this two cases :
The input is scalar, but the view is a spectrogram or a PSD : should the min/max reflect what's on the plot (so min/max of the PSD/Specgram scale), on the input data (min/max) of the input signal ?
The input is complex : should the min/max reflect what's on the plot (so mag or phase depending on the view), or an arbitrary choice between the two ?
In the meantime you can hover the plots with your mouse and see the corresponding coordinates on the bottom right
Might be nice to see the bounds and the number of samples in the container!