EP_AdaptEpochInfoChannel: The acquiredTime is based on ADC channel, but needs to be sample exact on DA channel here
Closed this issue · 0 comments
MichaelHuth commented
fix is like:
acquiredDATime = trunc(acquiredTime / samplingIntervalDA) * samplingIntervalDA
needs #1990