Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document InteractiveSpikeGen #4

Open
mbeyeler opened this issue Mar 5, 2017 · 0 comments
Open

Document InteractiveSpikeGen #4

mbeyeler opened this issue Mar 5, 2017 · 0 comments

Comments

@mbeyeler
Copy link
Member

mbeyeler commented Mar 5, 2017

The InteractiveSpikeGen class (tools/spike_generators/interactive_spikegen.h) needs documentation and a corresponding section in User Guide Chapter 6, possibly 6.1.4 (make "Generating Custom Spikes" the last subsection of 6.1).

This SpikeGen is similar to PeriodicSpikeGenerator: It produces spike with a certain ISI. However, it's "interactive" because it lets you update the firing rates during the simulation. It also lets you set a different firing rate per neuron.
It also lets you set a "quota" (some number of spikes) to schedule. Each scheduled spike (with appropriate ISI) decrements the quota. Once the quota reaches zero, no more spikes will be scheduled.

Maybe we could also merge this functionality with the existing PeriodicSpikeGenerator...

@mbeyeler mbeyeler added this to TODO in Docathon 2017 Mar 5, 2017
@mbeyeler mbeyeler modified the milestone: v3.1.3 Mar 7, 2017
@mbeyeler mbeyeler removed this from the v3.1.4 milestone Dec 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants