Search found 11 matches

by apoorva bedekar
Tue Apr 12, 2011 2:43 pm
Forum: Modeling networks
Topic: connection of two neurons
Replies: 1
Views: 2931

connection of two neurons

Please tell me what is the error? The code below has a template with soma, axon, apicular and basilar dendrite. Two copies of this template are made to get two neurons. Here one neuron ca[0] is the source neuron and ca[1] is the target neuron. I have connected the two neurons in one direction only, ...
by apoorva bedekar
Tue Apr 12, 2011 11:48 am
Forum: Other questions
Topic: use of Netcon weight
Replies: 2
Views: 2316

Re: use of Netcon weight

This code has a template having 2 apicular and 1 basilar dendrite along with a soma and axon. The template is used to have two bidirectionally connected neurons. Also two current stimuli are given to each of the soma. load_file("nrngui.hoc") begintemplate CA1 public soma, axon,ss public sb...
by apoorva bedekar
Tue Apr 12, 2011 7:52 am
Forum: Other questions
Topic: use of Netcon weight
Replies: 2
Views: 2316

use of Netcon weight

[quote][How does the netcon.weight change the amplitude of the action potential generated or the epsp generated
also till what decimal place can I write netcon.weight, what is the minimum permissible value

/quote]
by apoorva bedekar
Wed Apr 06, 2011 10:35 am
Forum: Other questions
Topic: How to use vector class
Replies: 1
Views: 1462

How to use vector class

[quote][I want to create an array of flags using the vector function. I created a vector called flag. objref flag // this statement is written inside the a template but outside proc init() public flag // this statement is written inside the a template but outside proc init() flag = new Vector(22,0) ...
by apoorva bedekar
Mon Mar 14, 2011 9:25 am
Forum: ModelDB and other online sources of models
Topic: how to connect 2 neurons
Replies: 9
Views: 34865

Re: how to connect 2 neurons

[quote][ also I am trying to observe EPSP in the dendrite of the post synaptic or target neuron but I either see no voltage or an Action potential is generated. Why does this happen /quote]
by apoorva bedekar
Mon Mar 14, 2011 9:13 am
Forum: ModelDB and other online sources of models
Topic: how to connect 2 neurons
Replies: 9
Views: 34865

Re: how to connect 2 neurons

I have injected current as per your suggestion in the soma using IClamp. Now i am looking for modl files for the NMDA-Ampa and channels to be placed in the dendrite of the neuron where will i find those. I am trying to best replicate CA1 neuron so I also want to know which all channels I need to add...
by apoorva bedekar
Wed Mar 02, 2011 2:59 am
Forum: ModelDB and other online sources of models
Topic: how to connect 2 neurons
Replies: 9
Views: 34865

Re: how to connect 2 neurons

[quote] [The diagram is only a schematic representation as I could not paste the shape plot of my model. It has two neurons, one of the two neurons is named source neuron while the other is named target neuron. Each neuron has three sections namely dendrite, soma and axon . The title of the paper is...
by apoorva bedekar
Sun Feb 27, 2011 1:03 am
Forum: ModelDB and other online sources of models
Topic: how to connect 2 neurons
Replies: 9
Views: 34865

connection of two neurons within a time window of 10ms

I have connected two neurons in the following configuration. --------O---<>- ["---------" = target axon ; "O" = target soma ; "----<>-" = target dendrite with "<>" synapse] -<>---O-------- ["-<>---" = source dendrite with "<>" synapse ; &qu...
by apoorva bedekar
Sat Feb 19, 2011 8:40 am
Forum: ModelDB and other online sources of models
Topic: gui interface
Replies: 3
Views: 21729

Re: gui interface

My sincere apologies for the late feedback .Thank you for the suggestion.So far we have successfully connected two bidirectionally coupled neurons.
by apoorva bedekar
Thu Jan 27, 2011 12:55 am
Forum: ModelDB and other online sources of models
Topic: gui interface
Replies: 3
Views: 21729

gui interface

[quote] i created two neuron model using gui, the 2 neurons are identical , with one dendrite , one soma and one axon . We placed 2 synapses one on axon and other on dendrite in both cells , hence we knew the exact location in target cell i.e either synapse on axon or dendrite, But how do we know wh...
by apoorva bedekar
Thu Jan 27, 2011 12:47 am
Forum: ModelDB and other online sources of models
Topic: how to connect 2 neurons
Replies: 9
Views: 34865

how to connect 2 neurons

begintemplate single_CA1 public soma , axon , apicular_dentrite , nclist create soma , axon , apicular_dentrite objectvar nclist access soma proc init () { create soma , axon , apicular_dentrite nclist = new List() soma { /* topology*/ nseg = 1 diam = 30 L = 30 /* biophysics*/ Ra =100 cm = 1 insert...