06-10-2009 10:25 AM
06-10-2009 12:45 PM
Instantaneous frequency is a term which seems to be context-sensitive. In other words the definition can vary depending upon the application.
Spikes per second would be more of an average frequency (averaged over one second).
For your neural signals I would think that an instantaneous frequency would be defined as the reciprocal of the time between successive spikes. Since you can count spikes, you should be able to determine the time of each spike.
Lynn
06-10-2009 02:38 PM
I would just like to elaborate on Lynn's correct idea.
You can use a function such as the Peak Detector.vi
This will output an array of each peaks (x,y) coordinates.
You can then calculate a 1/(delta-x) for each peak, which should serve as a freqency, as Lynn said.