BlackrockNeurotech/NPMK

openNSxHL

czawora opened this issue · 3 comments

why does line 111 of openNSxHL create a zero padding vector of 2 times the number of time points * channels? Would not one time point per channel be correct for this padding?

paddedZeros = zeros(numofChannels * begTimestamp * 2, 1);

I honestly don't remember. Is it causing an issue for you? If yes, I can look into it.

Sorry I just saw this--2 years later. :(

Since I haven't heard from you, I'm going to close this ticket now. Let me know if this problem persists.

Kian