Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about LFP extraction - wierd comment in bz_LFPfromDat #423

Open
ckemere opened this issue Feb 8, 2024 · 1 comment
Open

Question about LFP extraction - wierd comment in bz_LFPfromDat #423

ckemere opened this issue Feb 8, 2024 · 1 comment

Comments

@ckemere
Copy link

ckemere commented Feb 8, 2024

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)?

@brendonw1
Copy link
Collaborator

brendonw1 commented Feb 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants