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
It would be interesting to allow for signals that can be computed on the basis of other signals. I'm thinking typically about electrode compensation. We would set it with something like:
And when board.acquire is called, the functions of computed channels are called to get the computed signals.
This could also be built into the Board class (AEC, bridge etc), but maybe that's a bit messy.
Perhaps a class of computed channels. Then you would do:
It would be interesting to allow for signals that can be computed on the basis of other signals. I'm thinking typically about electrode compensation. We would set it with something like:
And when
board.acquire
is called, the functions of computed channels are called to get the computed signals.This could also be built into the Board class (AEC, bridge etc), but maybe that's a bit messy.
Perhaps a class of computed channels. Then you would do:
And when
board.acquire
is called,AEC_compensation
is called with the same arguments, and returns the computed signal. Then we could do:AEC_compensation.calibrate()
The text was updated successfully, but these errors were encountered: