Difference between revisions of "6DOF Electromagnetic Tracker Signal to Noise Requirements Calculation"

From NAMIC Wiki
Jump to: navigation, search
(Added more)
(added more)
Line 23: Line 23:
 
* d_signal/signal = 0.3 * d_angle_in_radians = 0.00015 radians = 0.15 milliradians
 
* d_signal/signal = 0.3 * d_angle_in_radians = 0.00015 radians = 0.15 milliradians
  
* SNR_Rmax = 1/(d_signal/signal) = 6700 = 6.7e+03 = 76 dB
+
* SNR_Rmax = 1/(d_signal/signal) = 6700 = 6.7e+03 = 76 dB = 1/(0.015%)
 +
 
 +
The best audio analog-to-digital converters, ADCs, have an SNR over a 40-kHz bandwidth of 120 dB:
 +
 
 +
* SNR_adc = 120 dB = 1.0e+06
 +
 
 +
* BW_adc = 40 kHz = 40,000 Hz
 +
 
 +
Assume that the narrowband filters after the ADC have bandwidth of 200 Hz, and calculate the SNR over the narrow bandwidth:
 +
 
 +
* BW_narrow = 200 Hz
 +
 
 +
* BW_narrow / BW_adc = 1/200
 +
 
 +
* SNR_narrow = SNR_adc * sqrt(BW_adc/BW_narrow) = 1.0e+06 * sqrt(200) = 1.41e+07 = 143 dB
 +
 
 +
Assume the receiver noise is the same as the narrowband noise:
 +
 
 +
* SNR_receiver = 0.5 * SNR_narrow = 7.1e+06 = 137 dB
 +
 
 +
 
  
 
More to come...
 
More to come...
 +
 +
Note that analog gain switches to increase dynamic range, are not used, as the ratios of the gain states cannot be controlled precisely enough.
  
 
At large ranges, in the absence of magnetic-field distorters, the dominant error is due to electric-field coupling. See [[6DOF_Electromagnetic_Tracker_Electric_Field]].
 
At large ranges, in the absence of magnetic-field distorters, the dominant error is due to electric-field coupling. See [[6DOF_Electromagnetic_Tracker_Electric_Field]].

Revision as of 02:12, 8 December 2017

Home < 6DOF Electromagnetic Tracker Signal to Noise Requirements Calculation

This paper covers the electromagnetics, and includes sensitivity matrices as part of its iterative method of tracking position and orientation:

  • Frederick H. Raab, Ernest B. Blood, Terry O. Steiner, Herbert R. Jones, "Magnetic Position and Orientation Tracking System", IEEE Transactions on Aerospace and Electronic systems, Vol. AES-15, No. 4, September 1979, pages 709-718.

"range" is used here as the distance between transmitter coil trio and receiver coil trio.

Raab etal use (range, alpha, beta) three-dimensional polar coordinates for position, and spherical coordinates (azimuth, elevation, roll) for orientation. This separation of range from position and orientation angles, is electromagnetically sensible:

  • The dipole magnetic field is inversely proportional to the cube of range, so d_signal/signal = 3 * d_range/range.
  • At a constant range, the field strength on the axis of the dipole transmitter, is twice the field strength on the equatorial plane of the dipole transmitter. This factor of two, is what permits the separation of transverse position changes (changes in position angles without change in range) from changes in orientation angles. From the sensitivity matrix R in Raab etal, we can derive that the difficulty of separating position and orientation angles leads to: d_signal/signal = 0.3 * d_angle_in_radians. See EM_Tracker_HFluxPerI_Derivation for details.

To illustrate the calculation, we consider a specific example, for a desired 95% accuracy of 1 millimeter at a maximum distance of 30 centimeters, assigning half the error budget to noise:

  • Rmax = maximum range needed = 30 centimeters = 0.3 meters
  • Pnoise = 0.15 millimeters_RMS = 0.5 millimeters_95%_probability

Calculate the required signal-to-noise ratio, SNR, at maximum range Rmax:

  • d_angle_in_radians = Pnoise / Rmax = 0.0005 radians = 0.5 milliradians
  • d_signal/signal = 0.3 * d_angle_in_radians = 0.00015 radians = 0.15 milliradians
  • SNR_Rmax = 1/(d_signal/signal) = 6700 = 6.7e+03 = 76 dB = 1/(0.015%)

The best audio analog-to-digital converters, ADCs, have an SNR over a 40-kHz bandwidth of 120 dB:

  • SNR_adc = 120 dB = 1.0e+06
  • BW_adc = 40 kHz = 40,000 Hz

Assume that the narrowband filters after the ADC have bandwidth of 200 Hz, and calculate the SNR over the narrow bandwidth:

  • BW_narrow = 200 Hz
  • BW_narrow / BW_adc = 1/200
  • SNR_narrow = SNR_adc * sqrt(BW_adc/BW_narrow) = 1.0e+06 * sqrt(200) = 1.41e+07 = 143 dB

Assume the receiver noise is the same as the narrowband noise:

  • SNR_receiver = 0.5 * SNR_narrow = 7.1e+06 = 137 dB


More to come...

Note that analog gain switches to increase dynamic range, are not used, as the ratios of the gain states cannot be controlled precisely enough.

At large ranges, in the absence of magnetic-field distorters, the dominant error is due to electric-field coupling. See 6DOF_Electromagnetic_Tracker_Electric_Field.