Hello,
I am interested in programming a cross-correlation plot to analyze some of the data I have accumulated using neuron.
To put it simply I want to create two cross-correlation plots that analyze the delay (time) between the two peaks and at 0mV of two synchronized neurons with the function m_hh( 0.5 )^3*h_hh( 0.5 ). These would be two separate correlation plots.
ie. 1. Cross correlate the delay between peaks of action potentials and the aforementioned function.
2. Cross correlate the delay between action potentials at 0 mV and the aforementioned function.
Is neuron capable of performing such a task?
I've looked at the programmer's guide and the neuron book but was unable to deduct a way of performing what I consider to be a more complex correlation plot.
Any assistance, or direction would be greatly appreciated.
Thank you in advance,
Cross-Correlation Plot
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Everything you need to accomplish your goals exists in the Vector
http://www.neuron.yale.edu/neuron/stati ... /vect.html
Fourier
http://www.neuron.yale.edu/neuron/stati ... ml#Fourier
and Graph classes
http://www.neuron.yale.edu/neuron/stati ... graph.html
Just add an algorithm or two, and stir.
http://www.neuron.yale.edu/neuron/stati ... /vect.html
Fourier
http://www.neuron.yale.edu/neuron/stati ... ml#Fourier
and Graph classes
http://www.neuron.yale.edu/neuron/stati ... graph.html
Just add an algorithm or two, and stir.