Here we will create a simple Spectrogram visualizer. First let's setup the skin. Let's specify its description. The way Spectrogram handler works is it shows us how FFT band's values change in time.
_,_,PSD_CL_init = signal.spectrogram(data[ind_min_approximate[1]:ind_min_approximate[2]], fs,mode='psd',nperseg= window,noverlap = overlap,window = 'hann',nfft=nfft ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results