OpenBCI_GUI scale factor / "no BP" setting
Hi,
I was experimenting with the OpenBCI client I have few questions.
1. When selecting "no BP" for filtering in the UI data doesn't show up in the graph on the left, is there some reason for this behavior?
2. I was checking the way that the scaling factor is computed in the client - "float scale_fac_uVolts_per_count = ADS1299_Vref / ((float)(pow(2,23)-1)) / ADS1299_gain * 1000000.f;
It is different than how it is described in your document, that is, your document doesn't mention multiplying by 10^6
Thanks,
Mike
Comments