Skip to content

Synapse models and bufferIncomingSpikes #17

@RokasSt

Description

@RokasSt

Hi Richard,

I have been working on some synapse class import to VERTEX and noticed that, for example, when there is a simple model of two cells and one synaptic connection with weight of 10nS the following method

function SM = bufferIncomingSpikes(SM, synIndeces, weightsToAdd)

  SM.gEventBuffer(synIndeces) = ...
   SM.gEventBuffer(synIndeces)  +weightsToAdd  ;
  end

correctly adds this weight; however, when I manually add 10 ( by replacing weightsToAdd in the sum with 10 or with the instantiated model attribute,for example, SM.gbase, that is equal to 10), this summation does not work and 10 is never added to SM.gEventBuffer.

Could you comment on this?

Thanks,
Best Wishes,
Rokas

@richardtomsett

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions