Plot poissongroup input

Description of problem

Hi all,
I have 5 inputs, generated by ‘PoissonGroup’ , with a specific rate for each input which are fed into my network consecutively during 5 seconds (each input for 800 second and 20 for interval time).
Is there any way to plot these
I’d like to see how they change in a plot and what are the difference between my inputs?

For PoissonGroup, you can record/plot things in the same way as for any other spiking group, i.e. with a SpikeMonitor or a PopulationRateMonitor. For PoissonInput, you’d have to use the approach that I detailed in the gitter chat.

1 Like