regarding time-frequency plots and spectrogram plots #1463
Closed
kshtjkumar
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @kshtjkumar Currently, we have no built-in methods to visualize spectra or spectrograms. What you can do is to get traces of the different recordings and use matplotlob functions for plotting! Of course, this will need to be done separately for each channel. It should be relatively straightforward to do it, but let us know if you need additional help! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if it is possible to make spectrograms and time-frequency plots using spikeinterface.
I am currently able to make the time-series plots using this command :
w = sw.plot_timeseries({"raw": recording_rhs, 'filt': recording_f, "common_referenced": recording_cmr}, clim = (-50, 50), time_range=[10, 10.1], order_channel_by_depth= True, backend='ipywidgets')
Any suggestions ?
Beta Was this translation helpful? Give feedback.
All reactions