Page 1 of 1
How to find the spike frequency
Posted: Fri Jun 16, 2006 10:43 am
by ahajj
Hi, I would like to know if Neuron is capable of finding the spike frequency of a stimulation. If yes, how?
Thank you
all things are possible through programming
Posted: Fri Jun 16, 2006 3:43 pm
by ted
Use the NetCon class's record() method (read about it here:
http://www.neuron.yale.edu/neuron/stati ... tml#record )
to count the number of spikes N that occur over an interval T. Frequency = N/T
Re: How to find the spike frequency
Posted: Mon Apr 26, 2010 2:00 am
by auatai
Sir,
Can you please elaborate a little on how to use the record() method.
Is it possible to use this method to calculate the number of spikes generated in distinct time periods and not just the total number of spikes in the entire simulation?
regards
Re: How to find the spike frequency
Posted: Mon Apr 26, 2010 3:13 am
by auatai
Hi,
I managed to work it out myself!
Thanks anyway
Re: How to find the spike frequency
Posted: Tue Apr 27, 2010 10:02 am
by ted
Kudos!