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

calculating firing rate proportional to the membrane potential #15

Open
Precola opened this issue Jul 29, 2020 · 0 comments
Open

calculating firing rate proportional to the membrane potential #15

Precola opened this issue Jul 29, 2020 · 0 comments

Comments

@Precola
Copy link

Precola commented Jul 29, 2020

/encoding
freq = interp(pot[l][m], [-1.069,2.781], [1,20])
/multi_layer
freq = math.ceil(0.102*pot[l][m] + 52.02)
freq1 = math.ceil(200/freq)

Hi:
I just started learning SNN. I want to know these numbers' meaning and formula that you use to calculate firing rate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant