Search found 2 matches
- Wed Mar 18, 2009 3:01 pm
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Alpha Synapse
- Replies: 4
- Views: 8953
Re: Alpha Synapse
Now if I'm correct with my calculations, I should have a current with an amplitude of -73pA What calculations did you do, and how did you do them? The g values seem to check out well How do you know that? My calculation was plugging in the values into the equation I = g*(V - Erev), with Erev = 0mV,...
- Mon Mar 16, 2009 2:22 pm
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Alpha Synapse
- Replies: 4
- Views: 8953
Alpha Synapse
Hello, I am currently attempting to model an AMPA synapse as a point process. I used an existing model (http://senselab.med.yale.edu/modeldb/ShowModel.asp?model=3808) as an example and template for my code. TITLE Ampa2 INDEPENDENT {t FROM 0 TO 1 WITH 1 (ms)} NEURON { POINT_PROCESS AmpaSyn RANGE onse...