The data is a binary white noise signal whose power spectrum rolls of at 2hz. I have got that program in a hoc file and stored the data in a vector.
Pavan
Search found 13 matches
- Sat Jun 30, 2007 1:09 pm
- Forum: Other questions
- Topic: synaptic input
- Replies: 3
- Views: 3756
- Thu Jun 28, 2007 6:19 pm
- Forum: Other questions
- Topic: synaptic input
- Replies: 3
- Views: 3756
synaptic input
Hii, I have a set of data which is my input, in a vector and i want to connect it to the cell through a synapse. I have my vector say v3 in a hoc file named say input.hoc Now i want to give the data from the vector v3 as an input to the cell through the synapse in the other hoc file say main.hoc. I ...
- Tue Apr 10, 2007 5:59 pm
- Forum: Other questions
- Topic: finding time at instantaneous voltage level
- Replies: 11
- Views: 10155
- Tue Apr 10, 2007 5:54 pm
- Forum: Other questions
- Topic: finding time at instantaneous voltage level
- Replies: 11
- Views: 10155
Sorry if i am not clear. I wanna record the time elapsed for the voltage level to reach from the -70mV level to -30mV level for a single duty cycle(My input is a sinusoidal signal of frquency 2hz for about 30sec). It may cross the -30mV level to spike in that duty cycle or it may not. I wanna note t...
- Tue Apr 10, 2007 1:10 am
- Forum: Other questions
- Topic: finding time at instantaneous voltage level
- Replies: 11
- Views: 10155
I used the 2 thresholds for the same source of the netcon events as in the code below as per the suggestions you made. This is making the 2nd threshold to override the first one. I can say this because when i saw the values in the t0, it is always zero. Is it because i am using the same source in th...
- Mon Apr 09, 2007 1:41 pm
- Forum: Other questions
- Topic: finding time at instantaneous voltage level
- Replies: 11
- Views: 10155
If i am not wrong by using the 2 thresholds the output may change and i may not get any threshold crossing for the -30mV level I tried it in the following code(a part from the main code) of mine where i am to measure the times in the newcell[1] at both the -30mV and -70mV levels. From those times i ...
- Sun Apr 08, 2007 11:12 pm
- Forum: Other questions
- Topic: finding time at instantaneous voltage level
- Replies: 11
- Views: 10155
finding time at instantaneous voltage level
Hii, I am trying to record the times at a particular voltage level say -70mV and also at an another voltage level of say -30mV for a particular cell output. If i am right the netcon class record records only the spike timings not the time at a paticular instant of voltage. Sorry if i got that wrong....
- Tue Mar 13, 2007 1:11 pm
- Forum: Other questions
- Topic: calculation
- Replies: 8
- Views: 7810
- Thu Mar 08, 2007 12:53 pm
- Forum: Other questions
- Topic: calculation
- Replies: 8
- Views: 7810
Thank you for the prompt reply. I tried capturing the spike timings using the vector classes record and to bin my spikes i used the spikebin command. well i dint yet get the psth graph as of now. So i am trying to import my spike timings to a seperate program, first by capturing the data into a file...
- Tue Feb 27, 2007 3:04 pm
- Forum: Other questions
- Topic: calculation
- Replies: 8
- Views: 7810
- Sun Feb 04, 2007 11:59 pm
- Forum: Other questions
- Topic: calculation
- Replies: 8
- Views: 7810
- Thu Feb 01, 2007 4:21 pm
- Forum: Other questions
- Topic: calculation
- Replies: 8
- Views: 7810
calculation
Hello, I just had few questions. I have to run the simulation for a long time for around 3min, but the problem is it was taking too long for the entire simulation to be completed by standard run tool.So i have used the variable step control and run the simulation which helped in speeding up the simu...
- Tue Oct 17, 2006 3:59 pm
- Forum: Modeling networks
- Topic: net_send and net_receive
- Replies: 1
- Views: 5423
net_send and net_receive
Hello I am new to this forum as well as the neuron software and i had a question regarding the net_send and net_receive blocks, llike how does these blocks actually work in neuron software. I want to use it for making a pulse train for my input to the neuron. If anybody could help me out in this reg...