Next Article in Journal
A 1,000 Frames/s Programmable Vision Chip with Variable Resolution and Row-Pixel-Mixed Parallel Image Processors
Next Article in Special Issue
Oscillation Control Algorithms for Resonant Sensors with Applications to Vibratory Gyroscopes
Previous Article in Journal
Curvature-Based Environment Description for Robot Navigation Using Laser Range Sensors
Previous Article in Special Issue
An Algorithm for Cold Patch Detection in the Sea off Northeast Taiwan Using Multi-Sensor Data
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Inertial and Magnetic Sensor Data Compression Considering the Estimation Error

Department of Electrical Engineering, University of Ulsan, Namgu, Ulsan, Korea
Sensors 2009, 9(8), 5919-5932; https://doi.org/10.3390/s90805919
Submission received: 22 June 2009 / Revised: 15 July 2009 / Accepted: 17 July 2009 / Published: 24 July 2009
(This article belongs to the Special Issue Sensor Algorithms)

Abstract

:
This paper presents a compression method for inertial and magnetic sensor data, where the compressed data are used to estimate some states. When sensor data are bounded, the proposed compression method guarantees that the compression error is smaller than a prescribed bound. The manner in which this error bound affects the bit rate and the estimation error is investigated. Through the simulation, it is shown that the estimation error is improved by 18.81% over a test set of 12 cases compared with a filter that does not use the compression error bound.

Graphical Abstract

1. Introduction

Largely because of the MEMS technology, inertial sensors (accelerometers and gyroscopes) are becoming smaller and cheaper [1], which makes it possible to use inertial sensors in many applications. Inertial sensors are used in motion trackers [2], personal navigation systems [3] and remote control systems [4].
In some applications such as body motion trackers (for example, the product ‘Moven’ by XSENS), inertial sensors are used to track body movement. As the number of inertial sensors increases, the size of sensor data increases accordingly. The sensor data is transmitted to the microprocessor board through wired or wireless communication channels. In a wireless communication channel, the transmission speed is relatively low compared with a wired communication channel. The size of the sensor data needs to be reduced if it exceeds the capacity of the communication channel. For example, the transmission rate of raw sensor data for one MTx (commercial inertial and magnetic sensor) could be as high as 72 Kbps: 9 sensor outputs (3 accelerometers, 3 gyroscopes, and 3 magnetic sensors) × 500 Hz (maximum sampling rate) × 16 bits (16 bit A/D conversion for each sensor). If four MTx are used, the size of the sensor data exceeds the capacity of Zigbee (maximum rate is 250 Kbps [5]). More applications are expected as networked control and monitoring systems are becoming more popular [6].
One way to reduce the size of the sensor data is to compress the sensor data before transmission and decompress the received data in the microprocessor board. Data compression has been extensively studied in many areas [7]. In applications such as body motion trackers, real-time compression is preferable, in order to avoid delayed sensor data transmission and consequently the delay in motion estimation. One of the most popular real-time compression methods is ADPCM (Adaptive Differential Pulse Coded Modulation) [8], which is optimized for voice data. In [9], a simplified ADPCM method is used for inertial sensor data compression, where the maximum error (the difference between the original data and the compressed-and-then-decompressed data) is only relatively bounded (e.g., 1% of the sensor data).
The performance indices of data compression are the bit rate and the quality of compressed data. In voice data compression, the quality of compressed data is evaluated by listening to the compressed-and-then-decompressed voice data. This rather subjective evaluation makes sense since the final destination of compressed data is the human ear. On the other hand, the final destination of compressed inertial sensor data is usually a filter (such as a Kalman filter), where orientation is estimated. Thus the quality of compression should be judged by how the compression affects the estimation error.
In this paper, a modified ADPCM method is proposed, where the absolute maximum error bound is explicitly given. Also, we investigate how this error affects the estimation error. A part of this paper was presented in [10].

2. Inertial and Magnetic Sensor Data Compression and Estimation

The overall process of compression and estimation is given in Figure 1, where k is a discrete time index. The objective is to estimate some states x(k) (attitude, heading, position, etc.) using inertial sensor data y(k) at a limited data transmission rate. The inertial sensor data y(k) is compressed into (k) and transmitted to the microprocessor board. The compressed data is decompressed into (k) and the state x(k) is estimated using a filter.
Since the objective is to find a good estimator of x(k), the quality of compression is considered good if the estimation error x(k) − (k) is small. The quality of the compression algorithm is evaluated using the following estimation error covariance:
P error = E { ( x x ^ ( y ^ ) ) ( x x ^ ( y ^ ) ) }
where () is an estimator when is used as an output.
Note that Perror depends on the filter algorithm used to compute () in addition to the compression algorithm.
The ideal compression algorithm minimizes both Perror and the bit rate. However, usually if Perror is small, the bit rate tends to be large. In Section 4, we propose a compression algorithm where the maximum compression error is bounded. The maximum compression error bound plays a role of design parameter to adjust Perror and the bit rate.

3. Modified ADPCM Algorithm

The ADPCM block scheme is given in Figure 2. We assume that y(k) is the output of ny bit uniform quantizer, where y(k) satisfies
| y ( k ) |     y max
Let the quantization size δ of y(k) be defined by
δ = y max 2 n y 1
If there is more than one sensor, we need one encoder for each sensor.
The sensor data y(k) is compared with the predictor output (k). The difference d(k) is coded into (k) and this (k) is transmitted to the estimator board. In the standard ADPCM, (k) is a quantization index i(k). In this paper, (k) consists of one bit mode information m(k) and a quantization index i(k):
d ˜ ( k ) = [ m ( k ) i ( k ) ]
In the decoder, the decompressed data is (k) = (k)+ (k). The predictor output (k) can be computed from (k) and thus does not need to be transmitted.
The adaptive predictor uses the same pole-zero configuration as that in CCITT G.726 ADPCM, which is an ADPCM speech compressor/decompressor protocol proposed in 1990 [11] :
y ˜ ( k ) = i = 1 2 a i ( k i ) y ^ ( k i ) + i = 1 6 b i ( k 1 ) d ^ ( k i )
From the assumption (2), if (k) > ymax from (5), we set (k) = ymax. Similarly, if (k) <ymax, we set (k) = −ymax.
The adaptive algorithm in the G.726 protocol is used to adjust ai and bi and the detail is given in [11]; the tone and transition detector part was omitted since the part is only for voice data.
The compression error ec(k) is the difference between the original signal y(k) and the decompressed signal (k):
e c ( k ) = y ( k ) y ^ ( k ) = ( y ˜ ( k ) + d ( k ) ) ( y ˜ ( k ) + d ^ ( k ) ) = d ( k ) d ^ ( k )
Standard ADPCM algorithms [8] will be modified so that the maximum error is bounded as follows:
| e c ( k ) |         e max
Now (k) coding is explained. The mode bit m(k) in (k) is used to ensure (7). If the compression error ec(k) of a standard ADPCM method satisfies (7), then the mode is 0 (i.e., m(k) = 0). As will be seen in Section 3.1, this is true if |d(k)| < 2ys(k)δ, where ys(k) is an adaptive scaling factor. On the other hand, if the compression error ec(k) of a standard ADPCM method does not satisfy (7), then the mode is 1 (i.e., m(k) = 1) and a special uniform quantizer is used as in Section 3.2. Thus the mode m(k) is given by
m ( k ) = { 0 , if | d ( k ) | 2 y s ( k ) δ 1 1 , otherwise
where ys(k) is an adaptive scaling factor.
The quantization index i(k) is defined differently when m(k) = 0 and when m(k) = 1.

3.1. Quantization index when m(k) = 0

If m(k) = 0, a signal d(k) is quantized with nd bits with a logarithm quantizer with an adaptive scaling factor ys(k), where the quantized index i(k) (1 ≤ |i| ≤ 2nd−1) satisfies
f i 1 < | d ( k ) | 2 y s ( k ) δ f i
The sign of the index i(k) is the same as that of d(k). If d(k) = 0, then i = 1.
Coefficients fi in (9) are computed from μ law [8] so that fi satisfies the following:
log e ( 1 + μ | f i | ) log e ( 1 + μ ) = i 2 n d 1
In this paper, μ = 5 is used and fi values for the case of nd = 5 is given in Table 1:
The scaling adaptation factor ys(k) is computed similarly with the standard ADPCM algorithm except that ys(k) is bounded as follows:
3 y s ( k ) y ¯ s
We note that s is chosen so that (7) is satisfied. First we are going to derive the upper bound of ec(k) when s is given.
The decompressed signal (k) is computed as follows:
d ^ ( k ) = sgn ( i ( k ) ) 2 y s ( k ) δ f i 1 + f i 2
where
sgn ( α ) = { 1 , α > 0 0 , α = 0 1 , α < 0
The error ec(k) is then
| e c ( k ) | = | d ( k ) d ^ ( k ) | 2 y s ( k ) δ f i f i 1 2
From the fact that fi is monotonically increasing and (10), we have
| e c ( k ) | 2 y s ( k ) δ f 2 n d 1 f 2 n d 1 1 2 2 y ¯ s δ f 2 n d 1 f 2 n d 1 1 2
Given emax, to satisfy (7), s should satisfy the following
2 y ¯ s δ f 2 n d 1 f 2 n d 1 1 2 e max
Thus if s is chosen to satisfy (12), the quantization error is always smaller than emax when m(k) = 0. We also note that in addition to the global bound emax, if index i(k) is known, we have a less conservative bound given in (11):
e ¯ c ( k ) = 2 y s ( k ) δ f i f i 1 2
This bound will be used later in the estimation problem.

3.2. Quantization index when m(k) = 1

From (8), m(k) = 1 if |d(k)| > 2ys(k)δ. If m(k) = 1, then the logarithm quantizer used cannot guarantee the maximum error (7). Noting that d(k) = y(k) − (k), we can see that the mode is 1 if the difference between the output y(k) and the predicted value (k) is large, which happens when the signal change is not smooth but instead rather abrupt.
To ensure the maximum error condition (7), we introduce a uniform quantizer when the mode is 1. An example is given in Figure 3, where y(k) is outside the [(k) − δ2ys(k), ỹ(k) + δ2ys(k)] interval and the mode is 1. The upper and lower intervals of the mode 1 interval (the mode 0 interval is the shaded area) are quantized with a uniform quantizer (quantization size is 2emax). The formal definition of the index in mode 1 is given as follows. Let ulength and llength be defined by
u length = y max ( y ˜ ( k ) + δ 2 y s ( k ) ) l length = ( y ˜ ( k ) δ 2 y s ( k ) ) + y max
Let ulevel (the number of quantization levels for the upper interval ulength) be defined by
u level = { 0 , if u length 0 ceil ( u length 2 e max ) , otherwise where
ceil(α) is the smallest integer no smaller than α.
The index i(k) is given by
i ( k ) = { floor ( y ( k ) y ˜ ( k ) + δ 2 y s ( k ) 2 e max ) if y ( k ) > y ˜ ( k ) + δ 2 y s ( k ) u level + floor ( y ˜ δ 2 y s ( k ) y ( k ) 2 e max ) if y ( k ) < y ˜ ( k ) δ 2 y s ( k )
where floor(α) is the largest integer no larger than α.
The decomposed signal (k) is computed as follows.
d ^ ( k ) = { max { y max , y ˜ ( k ) + δ 2 y s ( k ) + e max + i ( k ) 2 e max } , if i < u level min { y max , y ˜ ( k ) δ 2 y s ( k ) e max ( i ( k ) u level ) 2 e max } , otherwise
Since a uniform quantizer is used, the compression error ec(k) in mode 1 is bounded by
| e c ( k ) | e ¯ c ( k ) = e max
Note that the number of bits for the index i(k) is given by
n i   ( k ) = ceil   ( log 2   ( ceil   ( u length 2 e m ) + ceil   ( l length 2 e m ) ) )
When m(k) = 1, ni(k) changes depending on (k) and y(k). Note that when m(k) = 0, nd (the number of bits for i(k)) is constant. Also note that ni can be computed in the estimation board and thus does not need to be transmitted.

4. Kalman Filter Compensating the Compression Error

In Section 3, a compression method is proposed, where the maximum compression error is emax. Also if m(k) and i(k) are known, bounds of the compression error are given by (13) and (15). In this section, we use this information in a Kalman filter.
We assume that y(k) is generated by a linear system
x ( k + 1 ) = A x ( k ) + w ( k ) y ( k ) = C x ( k ) + u ( k )
where x ∈ Rn is the state, y ∈ Rp is the output, and w(k) and v(k) are uncorrelated, zero-mean, white Gaussian noises that satisfy
E { w ( k ) w ( k ) } = Q , E { v ( k ) v ( k ) } = R
In the standard Kalman filter, x(k) is estimated using y(k). If y(k) is compressed, (k) = y(k) −ec(k) is used instead. From (13) and (15), c(k) can be computed, which is used to reduce the estimation error. If we assume ec,i(k) (i-th element of ec(k)) has a uniform distribution, E { e c , i 2 ( k ) } = 1 3 e ¯ c , i 2 ( k ). By treating the compression error ec(k) as measurement noise in y(k), the following model can be used for an estimator.
x ( k + 1 ) = A x ( k ) + w ( k ) y ^ ( k ) = C x ( k ) + v ¯ ( k )
where
R ¯ ( k ) = E { v ¯ ( k ) v ¯ ( k ) } = R + 1 3 [ e ¯ c , 1 2   ( k ) e ¯ c , p 2   ( k ) ]
Since the compression error is compensated in the estimation algorithm, we can expect a smaller estimation error, which is verified through the simulations in Section 5. When a Kalman filter is used for (17), the estimation error covariance P(k) = E{(x(k) − (k))(x(k) − (k))′} can be computed from a Riccati equation [12].
P ( k + 1 ) = A P ( k )   A + Q A P ( k ) C ( C P ( k ) C + R ¯ ( k ) ) 1 C P ( k )   A
Since (k) depends on (k), we cannot compute P(k) before simulation. To evaluate the estimation error covariance without simulation, we use an upper bound of (k):
R ¯ ( k ) R + 1 3 [ e max , 1 2 e max , p 2 ] = R ¯ max
Using this max in place of (k), we can find a steady-state solution to (19).
P ¯ = A P ¯ A + Q A P ¯ C ( C P ¯ C + R ¯ max ) 1 C P ¯ A
can be considered as an upper bound of P(k) in (19). From , we can see how emax,i affects the estimation error.
A similar idea is used in [13], where a networked estimation problem is considered.

5. Simulation

We compared three data sets using the proposed compression algorithm. Original data is 1600 bits/s for each sensor : 16 bit A/D converted data (i.e., ny = 16) with the sampling rate being 100 Hz. We used nb = 5: that is, the number of bits for the quantization index when m(k) = 0 is 5. emax for each sensor is chosen so that emax = 300δ, where δ is different for each type of sensors. s = 12 is found to satisfy (12).
Bit rates for the three compressed data sets are given in Table 2. All three data sets are obtained using XSENS MTx (3 accelerometer, 3 gyroscopes, and 3 magnetic sensors). Holding MTx with a hand, we moved MTx slowly (data set 1) and fast (data set 2). Data set 3 is obtained from a personal navigation system, where MTx is attached on the shoe of a pedestrian [3].
The bit rates of data set 3 is the largest because the change of data is the most abrupt. In particular, when the shoe contacts the floor, there is a large change in the accelerometer and gyroscope outputs, and consequently the compression algorithm becomes m(k) = 1 more often.
To see how the compression error affects the estimation error, a simple one dimensional attitude estimation problem is considered. An attitude (θ) is estimated using two outputs: yi is an inclinometer output and yg is a gyroscope output, where
y i = θ + v i y g = θ ˙ + v g
where vi and vg are measurement noises and q i = E { v i 2 } = 0.13 × 10 1 and q g = E { v g 2 } = 0.78 × 10 5.
An indirect Kalman filter ([12]) is used to estimate θ using yi and yg. In the indirect Kalman filter, the gyroscope output is integrated to compute θi, i.e.,
θ ˙ i = y g
Defining θδ as
θ δ = θ i θ
we obtain
θ ˙ δ = v g
In the indirect Kalman filter, θδ is first estimated and θ̂ is obtained indirectly from θ̂ = θiθ̂δ.
By discretizing (22) with the sampling period T (T = 0.01sec), we have
θ δ ( k + 1 ) = θ δ ( k ) + T v g θ i y a = θ δ ( k ) v i
Now the proposed compression algorithm is used to compress yi and yg. The maximum compression errors emax,i (emax for yi) and emax,g (emax for yg) affect both the bit rate and the estimation error. If emax is small, the chance that the mode becomes 1 increases. Thus the bit rate becomes large. How the bit rate changes with the changing emax is given in Figure 4. The data yi and yg are generated using Matlab.
From Figure 4, we can see that the bit rate of the inclinometer outputs increases rapidly as emax,i is decreased. On the other hand, the bit rate of the gyroscope outputs does not change much as emax,g is decreased. The bit rate depends on how often the mode becomes 1: note that ni (the number of bits needed for the quantized data when the mode is 1) is generally larger than nd (the number of bits needed when the mode is 0). If the original signal is sufficiently smooth, d(k) is small since the predicted value (k) is very close to y(k). Thus even if we decrease emax, d(k) still satisfies |d(k)| 2ys(k)δ condition in (8).
The yi and yg signals and the compressed signals are given in Figures 5 and 6, where emax,i = 0.2876 and emax,g = 0.0122. We can see that the gyroscope output is relatively smooth compared with the inclinometer output. Thus the bit rate of the gyroscope output is relatively insensitive to the changes in emax,g.
The effects of changes in emax on the estimation error are given in Figure 7, where the estimation error is predicted using (20). Actual estimation error from simulation is given in Figure 8, where ( θ ( k ) θ ^ ( k ) ) 2 is computed.
The relationship between bit rates and estimation error is presented in Figure 9, where data are from Figures 4, 7 and 8. In the left graph, the points 1–6 have similar bit rates but different Perror. Thus in the following simulation, we chose the point 1, which corresponds to emax,i = 0.2876 and emax,g = 0.0122. We compared three different filters: (a) a standard Kalman filter using yi and yg; (b) a Kalman filter using i and g with compression error compensation (proposed in Section 4); (c) a Kalman filter using i and g without compression error compensation. We randomly generated 12 data sets and the results are given in Table 3.
It is not surprising that the Perror of the standard Kalman filter is the smallest because the original data yi and yg are used for measurements. We can also see that the Perror of the proposed filter is smaller than that of the filter (c). On average, the estimation error of the proposed filter is smaller by 18.81% compared with that of the filter (c). Note that the proposed filter (b) and the filter (c) use the same decompressed data i and g for measurements. However, in the proposed filter, the compression error information (13) and (15) are explicitly used in (18), whereas they are ignored in the filter (c). In summary, the estimation error reduction was possible because of two facts: (1) the proposed compression method provides the compression error bound (13) and (15), and (2) the proposed filter algorithm explicitly uses the error compression bound.

6. Conclusion

In this paper, we have proposed a compression method for inertial and magnetic sensor data. The proposed compression method guarantees that the compression error is bounded by a prescribed emax value. Smaller emax value usually increases the bit rate and reduces the estimation error of the filter when the decompressed data is used. Thus emax plays the role of a trade-off parameter between the bit rate and the estimation error. Also we have seen that by using a bound on compression error, the estimation error can be reduced.

Acknowledgments

This work was supported by the Korea Research Foundation(KRF) grant funded by the Korea government(MEST) (No. 2009-0074773).

References and Notes

  1. Barbour, N.; Schmidt, G. Inertial sensor technology trends. IEEE Sens. J 2001, 1, 332–339. [Google Scholar]
  2. Welch, G.; Foxlin, E. Motion tracking: no silver bullet, but a respectable arsenal. IEEE Comput. Graph. Appl 2002, 22, 24–38. [Google Scholar]
  3. Foxlin, E. Pedestrian tracking with shoe-mounted inertial sensors. IEEE Comput. Graph. Appl 2005, 25, 38–46. [Google Scholar]
  4. Suh, Y.S.; Park, S.K.; Kim, D.; Jo, K. Remote control of a moving robot using the virtual link. Proceedings of IEEE International Conference on Robotics and Automation, Roma, Italy, 2007; pp. 2343–2348.
  5. Zigbee-Alliance. Network Specification, Version 1 2004.
  6. Choi, D.H.; Kim, D.S. Wireless fieldbus for networked control systems using lr-wpan. Int. J. Contr. Autom. Syst 2008, 6, 119–125. [Google Scholar]
  7. Gersho, A.; Gray, R.M. Vector Quantization and Signal Compression; Kluwer Academic Publishers: Norwell, MA, USA, 1992. [Google Scholar]
  8. Jayant, N.; Noll, P. Digital Coding of Waveforms: Principles and Applications to Speech and Video; Prentice-Hall: New Jersey, USA, 1984. [Google Scholar]
  9. Cheng, L.; Hailes, S.; Cheng, Z.; Fan, F.Y.; Hang, D.; Yang, Y. Compressing inertial motion data in wireless sensing systems - an initial experiment. Proceedings of the 5th International Workshop on Wearable and Implantable Body Sensor Networks, Hong Kong, China, 2008.
  10. Suh, Y.S. Compression of inertial and magnetic sensor data for network transmission. Proceedings of 8th IFAC International Conference on Fieldbuses & Networks in Industrial & Embedded Systems, Ansan, Korea, 2009; pp. 226–229.
  11. ITU. Recommendation G.726 : 40, 32, 24, 16 kbit/s Adaptive Differential Pulse Code Modulation; ITU: Geneva, Switzerland, 1990. [Google Scholar]
  12. Brown, R.G.; Hwang, P.Y.C. Introduction to Random Signals and Applied Kalman Filtering; John Wiley & Sons: New York, NY, USA, 1997. [Google Scholar]
  13. Suh, Y.S.; Nguyen, V.H.; Ro, Y.S. Modified Kalman filter for networked monitoring systems employing a send-on-delta method. Automatica 2007, 43, 332–338. [Google Scholar]
Figure 1. Overview of inertial and magnetic sensor data compression and estimation.
Figure 1. Overview of inertial and magnetic sensor data compression and estimation.
Sensors 09 05919f1
Figure 2. Encoder and decoder block scheme.
Figure 2. Encoder and decoder block scheme.
Sensors 09 05919f2
Figure 3. If |y(k) − (k)| > 2ys(k)δ, then m(k) = 1.
Figure 3. If |y(k) − (k)| > 2ys(k)δ, then m(k) = 1.
Sensors 09 05919f3
Figure 4. Relationship between emax and the bit rate.
Figure 4. Relationship between emax and the bit rate.
Sensors 09 05919f4
Figure 5. Inclinometer output, decompressed data, and error.
Figure 5. Inclinometer output, decompressed data, and error.
Sensors 09 05919f5
Figure 6. Gyroscope output, decompressed data, and error.
Figure 6. Gyroscope output, decompressed data, and error.
Sensors 09 05919f6
Figure 7. Predicted estimation error () of the proposed filter.
Figure 7. Predicted estimation error () of the proposed filter.
Sensors 09 05919f7
Figure 8. Estimation error ( ( θ ( k ) θ ^ ( k ) ) 2 ) of the proposed filter.
Figure 8. Estimation error ( ( θ ( k ) θ ^ ( k ) ) 2 ) of the proposed filter.
Sensors 09 05919f8
Figure 9. Bit rates and Perror: predicted value by (21) and the experiment result.
Figure 9. Bit rates and Perror: predicted value by (21) and the experiment result.
Sensors 09 05919f9
Table 1. fi values for nd = 5.
Table 1. fi values for nd = 5.
f0f1f2f3f4
00.02370.05030.07990.1131
f5f6f7f8f9
0.15010.19150.23790.28990.3479
f10f11f12f13f14
0.41290.48550.56670.65750.7593
f15f16
0.87291.0000
Table 2. Bit rates for 3 inertial and magnetic sensor data sets.
Table 2. Bit rates for 3 inertial and magnetic sensor data sets.
accelerometersgyroscopesmagnetic sensors

data set 1643.2641.6617.6
648.0632.0622.4
656.0628.8614.4

data set 2659.2660.8617.6
662.4640.0622.4
668.8638.4619.2

data set 3771,2715.2638.4
798.4696.0633.6
694.4686.4627.2
Table 3. Bit rates and estimation error of 3 filters: (a) a standard Kalman filter with uncompressed data, (b) the proposed method with i and g, and (c) a Kalman filter with i and g.
Table 3. Bit rates and estimation error of 3 filters: (a) a standard Kalman filter with uncompressed data, (b) the proposed method with i and g, and (c) a Kalman filter with i and g.
experimentBit ratePerror% improvement ((c) - (b)) / (c)
gi(a)(b)(c)
1684.8620.30.3180.4370.4523.32
2654.4623.30.1730.3610.49226.62
3640.0621.30.1380.3450.40214.19
4645.7622.20.1390.3120.45531.39
5631.2625.70.1610.3820.44714.50
6633.6621.60.1210.3100.42226.55
7692.7692.70.3080.4270.4453.96
8640.8622.20.1200.2800.31711.77
9634.4618.60.1340.2950.53745.15
10696.1618.80.4230.4870.5033.14
11638.4632.90.1910.3940.46414.99
12638.4621.50.1360.2920.41730.13
average652.5628.40.1970.3600.44618.81

Share and Cite

MDPI and ACS Style

Suh, Y.S. Inertial and Magnetic Sensor Data Compression Considering the Estimation Error. Sensors 2009, 9, 5919-5932. https://doi.org/10.3390/s90805919

AMA Style

Suh YS. Inertial and Magnetic Sensor Data Compression Considering the Estimation Error. Sensors. 2009; 9(8):5919-5932. https://doi.org/10.3390/s90805919

Chicago/Turabian Style

Suh, Young Soo. 2009. "Inertial and Magnetic Sensor Data Compression Considering the Estimation Error" Sensors 9, no. 8: 5919-5932. https://doi.org/10.3390/s90805919

Article Metrics

Back to TopTop