File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ function saveAsSpikes(app,~)
459459 app.Settings.TreeWidth = 200 ;
460460 app.Settings.Colorful = true ; % whether to plot different units in different colors
461461 app.Settings.ToScale = false ; % whether to plot all unit waveforms to the same scale
462- app.Settings.UpsampleRate = 4 ; % how much to upsample for FFT on spikes for noise detection
462+ app.Settings.UpsampleRate = 1 ; % how much to upsample for FFT on spikes for noise detection
463463 app.Settings.nFFT = 8192 ;
464464 app.Settings.DateSort = false ;
465465 app.Settings.SizeSort = false ;
@@ -508,7 +508,7 @@ function saveAsSpikes(app,~)
508508 % Create and configure components
509509 createComponents(app );
510510 positionComponents(app );
511-
511+
512512 app.ScaleCheck.Value = app .Settings .ToScale ;
513513 app.ColorCheck.Value = app .Settings .Colorful ;
514514
You can’t perform that action at this time.
0 commit comments