igorcantele / Internship

0 stars 0 forks source link

Signal propagation plot #10

Open Helveg opened 3 years ago

Helveg commented 3 years ago

The plot I'm looking for looks more like this:

image

Due to the positive correlation between all components you can probably use stacked area charts; for each x-axis value, find the maximum y-axis value that still belongs to the green region to find the green-yellow boundary; do the same for the max yellow values to find the yellow-red boundary. Be sure to validate by making (and showing ;) ) a scatter plot with just all the raw datapoints and their category in a grid.

Helveg commented 3 years ago

Also please show plots like this to validate that you have correctly put everything in the right category:

image

Helveg commented 3 years ago

Let's keep this issue open until we have validated both types of plots! Please post a plot like this for an example simulation:

image

This is the total spikes per time bin (try binning per 10ms) over time. There are many functions that can help you, like np.bincount or np.histogram