Search found 33 matches

by Yaeger
Fri Aug 23, 2013 5:39 pm
Forum: Other questions
Topic: Implementing a Bekkers & Stevens 1996-type synapse
Replies: 13
Views: 5842

Implementing a Bekkers & Stevens 1996-type synapse

I am trying to set up a mod file for an AMPA synapse with conductance kinetics similar to those in Bekkers and Stevens 1996. More specifically, the EPSGs I am trying to model are described by the equation: g(t) = gmax * A1 * (1 - exp(-t/tau1))^4 * (A2 * exp(-t/tau2) + A3 * exp(-t/tau3)) I am a begin...
by Yaeger
Tue Aug 20, 2013 1:37 pm
Forum: Getting started
Topic: Using VecStim to deliver synaptic events
Replies: 2
Views: 2331

Re: Using VecStim to deliver synaptic events

Thanks Ted for the helpful and rapid response! That took care of it.
by Yaeger
Mon Aug 19, 2013 9:27 pm
Forum: Getting started
Topic: Using VecStim to deliver synaptic events
Replies: 2
Views: 2331

Using VecStim to deliver synaptic events

Hi all, I am trying to use a user-defined vector to hold event times that are then delivered using the play method of the VecStim class. The goal is to set the event times in the vector and then use these times to trigger a synapse. I am having some problems. Here is the code: // synapse objref syn ...