Hi, I would like to know if Neuron is capable of finding the spike frequency of a stimulation. If yes, how?
Thank you
How to find the spike frequency
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
all things are possible through programming
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
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
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
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
Hi,
I managed to work it out myself!
Thanks anyway
I managed to work it out myself!
Thanks anyway