Search found 5 matches

by Priti Gupta
Tue Sep 04, 2012 3:17 am
Forum: Getting started
Topic: Extracting Phase Difference between output of two neurons
Replies: 1
Views: 1503

Extracting Phase Difference between output of two neurons

Hello, Is there a way in Neuron to extract the phase difference between the output spikes of 2 oscillating neurons with respect to time? The phase difference varies with time and I need to plot it to analyse this variation. Would be really happy to know if there Is any other way to do this if not in...
by Priti Gupta
Sat Aug 18, 2012 1:58 am
Forum: Getting started
Topic: Multiple Gap Junctions on a Single Neuron
Replies: 1
Views: 1815

Multiple Gap Junctions on a Single Neuron

Hello, I am trying to connect a Neuron with 2 other neurons by gap junctions using the pointer method but my code doesn't seem to work. Is it possible to have more than 1 Gap Junction on a single neuron? If yes, is there anything in particular regarding distance between the 2 Gap Junctions etc that ...
by Priti Gupta
Sat Jul 07, 2012 7:24 am
Forum: Getting started
Topic: Help with NetCon
Replies: 1
Views: 1576

Help with NetCon

hello , I am trying to connect 3 neurons with synapses. My code looks like create neuron[3] // create standard hh neurons proc NeuronGeometry(){ local i,dlamda,n if(numarg()!=2){ print "Create neurons with cell length(um),cell diameter(um)" return } // create standard hh neurons for(i=0; i...
by Priti Gupta
Sat Jul 07, 2012 7:20 am
Forum: Getting started
Topic: Help with APTrig and TrigSyn
Replies: 3
Views: 1813

Re: Help with APTrig and TrigSyn

I realize now that this is not what I wanted to do..i could simply use NetCon to connect two neurons..please ignore this post.

Regards,
Priti
by Priti Gupta
Fri Jul 06, 2012 5:02 am
Forum: Getting started
Topic: Help with APTrig and TrigSyn
Replies: 3
Views: 1813

Help with APTrig and TrigSyn

I have been trying to understand how to connect two neurons using APTrig and TrigSyn but unfortunately I get an error i cannot resolve. It says 'TrigSyn is not a template.' I understand what templates are, but I believe these would probably be standard templates in NEURON library or something. May b...