You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Caleb, I'm not sure why this was changed
Feel free to alter it in your code if that works for you
Brendon Watson, MD-PhD
Assistant Professor in Psychiatry, Bioinformatics and Biomedical Engineering
Biomedical Sciences Research Building, Room 5059
University of Michigan
109 Zina Pitcher Place
Ann Arbor, MI 48109-5720
Lab Website: http://watsonneurolab.org
Clinical phone: 734-764-0231
On Thu, Feb 8, 2024 at 5:07 PM ckemere ***@***.***> wrote:
In the code I see
ntbuff = 525; %default filter size in iosr toolbox
but in the toolbox, I see
%% assign defaults
if isempty(N)
N = 1025;
end
While it's not corrupting the data, I'm not sure why ntbuff is not set to
512 (or 513 if one is conservative)?
—
Reply to this email directly, view it on GitHub
<#423>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26WTPOPNGR2GIIZREETALYSVEAZAVCNFSM6AAAAABDAQBCCOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZDMMJUG4YDSNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
In the code I see
but in the toolbox, I see
While it's not corrupting the data, I'm not sure why ntbuff is not set to 512 (or 513 if one is conservative)?
The text was updated successfully, but these errors were encountered: