denniskb / spice2

The Spice SNN Simulator
Other
6 stars 0 forks source link

Matlab visualization script for json output #24

Open denniskb opened 2 years ago

denniskb commented 2 years ago

Commit 762f757162eeee207d23006fb8164bfefeabe22d add the ability to print a SNN's spikes as json to the command line. Write a matlab script that consumes said json and visualizes the spikes as pixels in an image lighting up.

This will probably require adding a few more fields to the json output, such as the total neuron count, so we can calculate the image resolution.