neuron signal in matlab
-
Amal Afzal Shaikh
neuron signal in matlab
is it possible to get the action potential or any waveform obtained by neuron into matlab setup in order to perform fft ?
-
ted
- Site Admin
- Posts: 6395
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Record it (and the corresponding times) to a pair of Vectors
Write the Vectors to text files
Open the text files in Matlab
See the Programmer's Reference
http://www.neuron.yale.edu/neuron/stati ... tents.html
for documentation of the Vector and File classes and their methods.
Write the Vectors to text files
Open the text files in Matlab
See the Programmer's Reference
http://www.neuron.yale.edu/neuron/stati ... tents.html
for documentation of the Vector and File classes and their methods.