Skip to content

calculating firing rate proportional to the membrane potential #15

@Precola

Description

@Precola

/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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions