Very large amplitude values of EEG while plotting

The amplifier is probably recording the data in µV. You could verify this by looking at the data array (e.g. print the first few values of one or two channels). If you get values between about 10–500, that’s µV. MNE expects values to be in V, so you’d need to multiply by 1e-6 before creating the RawArray.

1 Like