Skip to content

Real-time EEG input doesn't scale the signals correctly from NeurOne in AC mode #643

Description

@tuomasmutanen

Description

When reading the digital out samples, the voltage values come as 24 bit integers. To correctly convert the values into microvolts, one needs to divide the original values in DC mode with 1000/100. However, for Tesla amplifiers in AC mode, the values should be divided with the following value 1000/20. This does not seem to be implemented in the software.

Possible solution

The last bytes of measurementStart packet define the ChannelTypes for each digital out channel. I.e., whether a channel was recorded in AC or DC mode. Please refer to the NeurOne manual for details. The mtms I/O for digital out could automatically detect the channel types from the measurementStart packet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions