Searched refs:Bx (Results 1 – 1 of 1) sorted by relevance
917 float Bx[2] = {0,0}; in mag_off_noise() local944 Bx[0]=xx[0]; in mag_off_noise()945 Bx[1]=xx[0]; in mag_off_noise()972 if(Bx[0] > xx[j]) Bx[0]=xx[j]; //minimum value in mag_off_noise()973 if(Bx[1] < xx[j]) Bx[1]=xx[j]; //maximum value in mag_off_noise()980 offnoiseptr->mag_off[0]=0.5*(Bx[0]+Bx[1]); in mag_off_noise()