flatironinstitute / ironclust

Spike sorting software being developed at Flatiron Institute, based on JRCLUST (Janelia Rocket Cluster)
Apache License 2.0
28 stars 7 forks source link

Smoothing Analog Signal #5

Closed zsperry closed 5 years ago

zsperry commented 5 years ago

It would be really useful to be able to apply a smoothing operation to the analog signal. I implemented this in openNsx_ by adding this line: varargout{2} = smooth(double(S_nsx.Data),500);

But I'm sure there's a better way to do that, ideally in the dialog that adds the analog input? Thanks!

zsperry commented 5 years ago

Having this option for the firing rate would be helpful too, at least for correlation purposes.

jamesjun commented 5 years ago

Sure. I will implement it. Thanks for the great suggestion.

-James

On Nov 29, 2018, at 10:54 AM, zsperry notifications@github.com wrote:

Having this option for the firing rate would be helpful too, at least for correlation purposes.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jamesjun commented 5 years ago

Smoothing analog signal is controlled by nSmooth_aux_trial parameter. Set it to 0 to disable it.