// highnoise: irob=1, imcm= 7 iadc=2 rms=6.28 write chip_rob1 | chip7, ADCMSK, 0x1ffff8; // highnoise: irob=1, imcm=11 iadc=2 rms=13.34 write chip_rob1 | chip11, ADCMSK, 0x1ffff8; // highnoise: irob=1, imcm=15 iadc=2 rms=9.78 write chip_rob1 | chip15, ADCMSK, 0x1ffff8; // highnoise: irob=3, imcm=11 iadc=2 rms=13.51 write chip_rob3 | chip11, ADCMSK, 0x1ffff8; // highnoise: irob=3, imcm=15 iadc=2 rms=9.80 write chip_rob3 | chip15, ADCMSK, 0x1ffff8; // highnoise: irob=5, imcm= 3 iadc=2 rms=7.57 write chip_rob5 | chip3, ADCMSK, 0x1ffff8; // highnoise: irob=5, imcm= 7 iadc=2 rms=10.50 write chip_rob5 | chip7, ADCMSK, 0x1ffff8; // highnoise: irob=5, imcm=11 iadc=2 rms=17.23 // highnoise: irob=5, imcm=11 iadc=2 mean=15.43 write chip_rob5 | chip11, ADCMSK, 0x1ffff8; // highnoise: irob=5, imcm=15 iadc=2 rms=16.75 // highnoise: irob=5, imcm=15 iadc=2 mean=15.37 write chip_rob5 | chip15, ADCMSK, 0x1ffff8; // highnoise: irob=7, imcm= 3 iadc=2 rms=14.28 write chip_rob7 | chip3, ADCMSK, 0x1ffff8; // highnoise: irob=7, imcm= 7 iadc=2 rms=10.05 write chip_rob7 | chip7, ADCMSK, 0x1ffff8; // highnoise: irob=7, imcm=11 iadc=2 rms=5.26 write chip_rob7 | chip11, ADCMSK, 0x1ffff8;