SlideShare a Scribd company logo
1 of 7
Download to read offline
2001-01-0796
           Virtual sensors of tire pressure and road
                                             friction
                                                                                    Fredrik Gustafsson
                                     Department of Electrical Engineering, LinkĀØ ping University, Sweden
                                                                               o
                     Markus DrevĀØ , Urban Forssell, Mats LĀØ fgren, Niclas Persson, Henrik Quicklund
                                  o                          o
                                                                                    NIRA Dynamics AB
Copyright c 2001 Society of Automotive Engineers, Inc.

ABSTRACT                                                    what can be observed. Another coupling is that one
                                                            of the parameters in the friction model, contains very
The idea of a virtual sensor is to extract information      useful information about the tire pressure, so the out-
of parameters that cannot be measured directly, or at       line is that friction estimation is described ļ¬rst, then
least would require very costly sensors, by only using      different approaches to tire pressure estimation are
available information. Virtual sensors are described        compared. Tire imbalance detection is a direct spin-
for the friction between road and tire, the tire inļ¬‚ation   off of a certain approach to tire pressure indication,
pressure and wheel imbalance. There are certain in-         and is only brieļ¬‚y commented upon there.
terconnections between these virtual sensors so they
                                                                NIRA Dynamics AB is together with LinkĀØ ping  o
are preferably implemented in one unit. Results from        University, developing adaptive ļ¬lters for automotive
a real-time implementation, using mainly sensor in-         applications. As one project, real-time hardware has
formation from the CAN bus, are given.                      been developed containing algorithms for friction es-
                                                            timation and tire pressure estimation. The aim of
                                                            this contribution is to present the results and ideas
1   INTRODUCTION                                            of these algorithms.
By a virtual sensor we mean an algorithm that com-
putes a value of a variable which is not measured di-
rectly. The reason might be that the variable is not        2 FRICTION ESTIMATION
possible to measure, or that a dedicated sensor would       The road friction indication (RFI) project is a direct
be very costly. Instead, statistical inference is made      application of previous work reported in Gustafsson
from a model that explains how other (existing) sen-        (1997) and Gustafsson (1998). As brieļ¬‚y outlined in
sor signals depend on the unmeasured variable.              Figure 1, the longitudinal wheel slip and the wheel
    The problems of road tire friction, tire pressure       torque are computed from standard sensor signals.
and wheel imbalance might seem far apart. How-              Then a Kalman ļ¬lter estimates a linear relation be-
ever, the virtual sensors described here use exactly        tween these, and the slope of the line is mapped to a
the same sensor signal, namely the wheel speed sen-         surface in a classiļ¬er.
sors. These can be taken from the CAN bus, except               The mathematical model is now brieļ¬‚y outlined.
for the vibration analysis to be described. The tools       The classical tire model as described in for instance
are also partly the same: a Kalman ļ¬lter estimates          Gillespie (1992), Adler (1993) and Wong (1993), de-
the parameters in a simple model, where the model           ļ¬nes a slip curve as the one shown in Figure 1. The
is not intended to describe very complicated physi-         wheel slip is usually deļ¬ned as the relative speed of
cal phenomena, but rather an instrument to describe
E                                                                                                       E




                                                                 Dashboard MMI                                                                                                         Car
                                            1                                                                                0.35
                                                                                                                                    MƤtningar fƶre fƶrƤndring
                                                                                                                                    MƤtningar efter fƶrƤndring
                                           0.9                                                                                      Friktionsmodell fƶre fƶrƤndring
                                                                                 Asfalt                                       0.3
                                                                                                                                    Friktionsmodell efter fƶrƤndring
                                           0.8
                                                                                                                             0.25




                                                                                                  Normaliserad drivkraft Āµ
                                           0.7
                Normaliserad drivkraft Āµ




                                           0.6

                                           0.5
                                                                                              '
                                                                                                                              0.2

                                                                                                                                                                                       '
                                                                                                                                                                                             Measured Mt , Ļ‰t   '
                                                                                 Grus
                                                                                                                             0.15
                                           0.4



                                                                                                                                                                                               ā‡’ st , Āµ t
                                           0.3                                                                                0.1
                                                                                 Snƶ
                                           0.2
                                                                                                                             0.05
                                           0.1

                                            0                                                                                  0
                                             0   0.2       0.4            0.6   0.8       1                                     0           0.005             0.01      0.015   0.02
                                                                 Slip s                                                                                       Slip s

                                                       Classiļ¬cation                                                                                      Filter                           Sensors and pre-comp.


                                                                                             i
Figure 1: Overview of the RFI algorithm. 1. Sensors: The individual wheel speeds Ļ‰t and engine torque
indicator Mt (injection time or manifold pressure) are taken from the CAN bus. 2. Pre-computations: From
these, normalized traction force Āµt and wheel slip st are computed. 3. Filter: A Kalman ļ¬lter adapts a linear
relationship bewteen these (the plot shows measurements from two different surfaces and an estimated straight
line). 4. Classiļ¬cation: The slope of the linear relationship is matched to a slip curve (the plot shows three
examples on different friction levels). 5. MMI: The driver is alerted for low friction by a warning signal.

a tire compared to its circumferential speed:                                                                                                                    attenuation and tracking speed after abrupt changes.
                                                         Ļ‰r                                                                                                      It is here useful to give the two parameters in the
                                                 s=         āˆ’ 1.                                                                                                 state vector unequal adaptation gain, such that fric-
                                                         vx
                                                                                                                                                                 tion changes can be tracked faster than a change in
For small values of the normalized traction force Āµ =                                                                                                            Ī“13 . Since it is of utmost importance to distinguish
Fx /Fz (sometimes called friction utilization coefļ¬-                                                                                                             very small differences in slip slope k, the ļ¬lter has
cient), the wheel slip is a linear function Āµ = ks                                                                                                               to be rather slow. For that reason, a change detection
which depends only on tire characteristics. The new                                                                                                              mechanism is needed to speed up the response after a
ļ¬nding is that it also depends on friction. A state                                                                                                              detected friction change. The change detector is also
space model for the left side of the vehicle uses the                                                                                                            coupled to the driver information unit. The theory
state vector xt = (1/kl , Ī“13 ) = (inverse longitudi-                                                                                                            of combining Kalman ļ¬ltering and change detection,
nal stiffness, relative difference in tire radius between                                                                                                        with the particular case study of RFI, is described in
front and rear wheel):                                                                                                                                           detail in Gustafsson (2000).
                                                                                                                                                                      Figure 2 shows a test drive with the current proto-
               xt+1 = xt + vt
                                                                                                                                                                 type. The estimated slip slope is signiļ¬cantly smaller
                 st = (Āµl,t, 1)xt + et .                                                                                                                         on the skid pad, and the Kalman ļ¬lter with change
An independent and analogous model is used on the                                                                                                                detector react quickly. The response time is about 2
right side of the vehicle. That is, the model says that                                                                                                          seconds, which would be enough for driver alert and
the measured wheel slip is a linear function of the                                                                                                              control systems as adaptive cruise control.
normalized traction force Āµ plus an offset and addi-                                                                                                                  Improvements in the current project, over previ-
tive noise. The offset is mainly caused by unequal                                                                                                               ously reported work, include:
tire radius on front and rear wheels. The Kalman ļ¬l-                                                                                                                   ā€¢ A calibration procedure (what is the normal
ter applied directly on the state space model, and a                                                                                                                     slope on asphalt for the used tires?) This was in
careful tuning gives a decent trade-off between noise                                                                                                                    Gustafsson (1997) and Gustafsson (1998) rec-
50
                                     Slip slope estimate
                                                                                                    two classes of patents using standard sensors (wheel
                                                                       Estimated slip slope

           45
                                                                       True change times
                                                                       Alarm times                  speeds):
                                                                                                       ā€¢ Vibration analysis using the fact that the rubber
           40


           35


           30
                                                                                                         in the tire reacts like a spring when excited by
           25
                                                                                                         road roughness. Characteristic features are a
       k




           20
                                                                                                         high sampling frequency on wheel speed, and
           15
                                                                                                         disturbance rejection from vibration caused by
           10
                                                                                                         other moving parts in the vehicle. The vibra-
           5
                                                                                                         tion analysis can be performed by FFT-based
           0
                0   50   100   150          200            250   300          350             400
                                                                                                         methods or by parametric methods (using an
                                             t
                                                                                                         auto-regressive model).

Figure 2: Estimated slip slope while repeatedly driv-                                                  ā€¢ Wheel radius estimation and comparison. The
ing on and off a skid pad. Mean delay for detection                                                      most common suggestion is to monitor a resid-
is 2.2 seconds.                                                                                          ual based on a static non-linear transformation
                                                                                                         of wheel speeds which should be close to zero
                                                                                                         when the tires are equally large. This residual
      ognized as the main problem to be overcome.
                                                                                                         is then averaged and compared to a decision
    ā€¢ Another Kalman ļ¬lter using the lateral slip (the                                                   threshold.
      lateral forces are for many drivers larger than                                               In both approaches a calibration button is often sug-
      the longitudinal ones).                                                                       gested, which must be pressed when one or more tires
    ā€¢ Slip computation using absolute velocity esti-                                                are changed, or when the pressure is adjusted. When
      mation (reported in an accompanying paper)                                                    pressed, the algorithm computes what the nominal
      enabling 4WD vehicles to have RFI.                                                            value of the resonance frequency or residual is.
                                                                                                        This paper describes the result of two improve-
    ā€¢ Aqua planing detection interpreting excessive                                                 ments suggested in Persson and DrevĀØ (1999) and
                                                                                                                                           o
      slip in the friction model as aqua planing. Com-                                              Gustafsson et al. (2000) and now tested in practice:
      pared to a direct apprach based on thresholding
      the slip value directly, we are here able to have                                                ā€¢ Improving the vibration analysis with reļ¬ned
      a much more sensitive system which compen-                                                         disturbance rejection and signal processing for
      sates for the offset and dynamic effects during                                                    estimation of auto-regressive parameters. The
      acceleration.                                                                                      gain of the patent pending idea is to run the
                                                                                                         ļ¬lter at a low sampling frequency (20 Hz), and
We will here, however, focus on RFI as one tool for                                                      achieve twice as accurate result using a Kalman
designing a good tire pressure estimation system. It                                                     ļ¬lter.
turns out that the offset Ī“13 has certain nice properties
for this application.                                                                                  ā€¢ As suggested in Gustafsson (1997) and investi-
                                                                                                         gated in Jonsson (1993), the so called slip off-
                                                                                                         set from the RFI Kalman ļ¬lter is a good in-
3   INTRODUCTION TO TIRE PRESSURE IN-                                                                    dicator of relative wheel radius. It is a linear
    DICATION                                                                                             function of data, and is thus not as sensitive to
                                                                                                         noise as other suggestions. The slip offset es-
There are plenty of on-going R&D projects on tire                                                        timates the relative difference between left and
pressure indication (TPI), reļ¬‚ected in more than 40                                                      right wheel pairs. As a complement and further
patents. The most relevant for this study are EP700798                                                   support, the relative difference between front
(1996), Takeyasu (1997), Yoshihiro (1998), Hideki                                                        and rear wheel pairs is computed by the yaw
(1999), Toshiharu (1999) and Fritz (2000). There are                                                     rate ļ¬lter described in an accompanying paper,
which further has the potential to compute ab-      locity is changed the energy leaks out to other fre-
      solute wheel radius.                                quencies.


4   VIBRATION ANALYSIS FOR TIRE PRES-
    SURE INDICATION
The basic idea is that the tire can be seen as a number
of connected spring-damper systems. For instance
the tire rim is one and the tire pattern another. The
most distinguished vibration mode is between 40 and
50 Hertz, depending on the tire model and pressure,
but there are other modes of both higher and lower
frequencies. The idea is to monitor the vibration fre-
quency, to decide what the normal value is, either by
learning or voting between the different tires, and to
detect abnormal values.                                   Figure 4: Spectrum of un-processed wheel speed
                                                          data, where the peaks come from imperfections in the
                                                          toothed wheel. When velocity is varied, the peaks are
Calibration of toothed wheel                              blurred out by leakage effects, and the information in
                                                          the interesting frequency interval is damaged.
Before vibration analysis is applied, no matter if its
model-based or FFT-based, the speed measurements              A model-based approach to estimate the offsets Ī“i
have to be ļ¬ltered. The reason is that the toothed        in Figure 3 has been implemented, where the recur-
wheel, see Figure 3, is not perfect, and the angular      sive least squares algorithm is used. The result is an
errors from manufacturing and aging, will show up         explicit estimate of each individual tooth, see Figure
in the frequency content of the speed signal.             6, and a speed signal with much improved signal to
                                                          noise ratio. The spectrum of the compensated speed
                                                          signal clearly shows a vibration mode around 45 Hz,
                                                          see Figure 5.




Figure 3: Schematic picture of a toothed wheel with
non-equal tooth sizes.

    Figure 4 shows that the interesting information       Figure 5: Spectrum of processed wheel speed data.
is hardly visible because of the disturbance from the
                                                          Now the resonance frequency around 45 Hertz is
toothed wheel. Here the disturbance looks narrow-         clear. Other resonances can also be distinguished.
banded and well-behaved, but in a drive where ve-
The tooth offsets in Figure 6 can be used for tire    peak level for each test drive is shown in Figure 7.
imbalance detection. An imbalance will show up as         Off-line, a pressure decrease of 15 % is detectable,
a certain pattern in the estimated sequence. Experi-      but taking into account that the treshold has to be set
ments have shown that an imbalance caused by a 30         automatically and that a very low false alarm rate is
gram weight is detectable by this method.                 required, 30% decrease is more realistic. FFT is a
                                                          batch-wise data processing, so there is a certain de-
                                                          lay. In the ļ¬gure, batches of 30 seconds of drive is
                                                          used. A drawback with the approach is a rather high
                                                          computational burden.




Figure 6: The estimated teeth offsets from a toothed
wheel with 43 teeth.
    This pre-processing means that the equipment has
to be connected directly to the wheel speed sensors.     Figure 7: Vibration mode for different tire pressures
That is, one drawback with vibration analysis not shared for 30 tests.
by the approach in Section 5, is that CAN signals are
not enough.

                                                          Model-based pressure estimation
Evaluation setup
                                                          The idea is to estimate the parameters in a second
To evaluate the advantages and short-coming of the        order damper-spring model of the form
different approaches, a series of test drives were con-                                  1
ducted:                                                                vt =                               et ,
                                                                              1 + a1   q āˆ’1   + a2 q āˆ’2
   ā€¢ The pressure was decreased by 15% and 30%,           where vt is the wheel speed, et an unmeasured noise
     respectively. For each pressure level, the driv-     signal and q is the shift operator q āˆ’1 vt = vtāˆ’1 . The
     ing style, surface and velocity were varied sys-     parameters a1 , a2 correspond to a certain vibration
     tematically.                                         mode. Model-based vibration analysis easily allows
   ā€¢ The methods were compared with respect to            a recursive implementation, so the vibration mode as
     their ability to detect small pressure changes,      a function of time using the recursive least squares
     robustness to the factors above, and detection       (RLS) algorithm is shown in Figure 8. With this ļ¬l-
     time.                                                ter, we can get reliable detection of 30% pressure de-
                                                          crease within 5 seconds. The adaptive ļ¬lter is pro-
                                                          cessing data at least with 100 Hz. The computa-
FFT pressure estimation                                   tion burden is slighly smaller but comparable with
                                                          the FFT-based approach.
A smoothed periodogram is here computed using FFT              The novel approach uses a Kalman ļ¬lter which is
and a low-pass ļ¬lter. The automatically computed          run in only 20 Hz. This ļ¬lter has more degrees of
5 WHEEL RADIUS APPROACH TO TIRE PRES-
                                                          SURE INDICATION
                                                        Existing approaches to TPI are mostly based on static
                                                        consistency tests on wheel speeds, where the test statis-
                                                        tic is possibly low-pass ļ¬ltered. As one example, not
                                                        pursued here, one can monitor
                                                                              Ļ‰ 1 Ļ‰3
                                                                                 āˆ’ .
                                                                              Ļ‰2 Ļ‰4
                                                        The wheel speeds Ļ‰i are enumerated as front left (1),
                                                        front right (2), rear left (3) and rear right (4) wheel,
                                                        respectively. This function of wheel speed is nomi-
Figure 8: Estimated vibration mode using RLS as a       nally zero when driving with constant speed on straight
function of time for three pressure levels.             paths or circle segments. A low-pass ļ¬ltered version
                                                        of this signal having an abnormal deviation from 0
freedom at the same computational burden as RLS,        exceeding a certain threshold can be used for TPI.
allowing a much better design for this purpose. Hold-   However, the non-linear transformation of data gives
ing the tracking speed of RLS and Kalman ļ¬lter the      unpleasant statistical behavior, and the lack of robust-
same, Figure 9 shows a much more stable estimate.       ness to acceleration in bends, different friction levels,
That is, the new implementation is able to detect 15%   ā€œsplit Āµā€, tire wearness and so on limit the reliability
pressure changes as fast as RLS detects 30% changes,    of this approach.
with an implementation that requires almost 5 times         We have found that a model-based approach which
less computations.                                      explicitly takes care of all the problems listed above
                                                        gives a signiļ¬cant increase in performance. The model-
                                                        based ļ¬lters that are used here, are the road friction
                                                        indicator (RFI) ļ¬lter described in Section 2, high per-
                                                        formance yaw rate (HPY) and absolute velocity indi-
                                                        cator (AVI) ļ¬lters, the latter two ones described in an
                                                        accompanying paper, are instrumental for TPI. The
                                                        useful information is summarized in Table 1.
                                                            The deviation Ī“r of average radius to nominal value
                                                        may be used for detecting diffusion, that is when all
                                                        tires deļ¬‚ate slowly.
                                                            The conclusion from ļ¬eld tests were all approaches
                                                        have been compared, is that this latter method is su-
                                                        perior in performance in terms of accuracy, fast re-
                                                        sponse, robustness and computational complexity (low-
Figure 9: Estimated vibration mode using the            order models and low sampling frequency).
Kalman ļ¬lter as a function of time for three pressure       However, the other approaches may be a good
levels.                                                 complement in certain situation, and the ļ¬nal sys-
                                                        tem may be a voting procedure of the individual al-
                                                        gorithms. For instance, the absolute difference Ī“r is
                                                        much harder to estimate than relative differences Ī“ij ,
                                                        so diffusion is a possible problem here, where vibra-
                                                        tion analysis may perform better.
Radius difference    Estimation approach              pon Soken.
            Ī“13           RFI, left side of car
                                                         Fritz, Braun (2000). Method and device for monitor-
            Ī“24           RFI, right side of car
                                                           ing the tire air pressure of the wheels of an au-
            Ī“12           HPY, front axle
                                                           tomobile. EP938987, US 6092415, DE19807880.
            Ī“34           HPY, rear axle
                                                           Daimler Chrysler AG.
            Ī“r            AVI
                                                         Gillespie, T.D. (1992). Fundamentals of Vehicle Dy-
Table 1 Deļ¬nition and estimation of relative tire ra-      namics. SAE International.
        dius differences. The wheels are enumer-
                                                         Gustafsson, F. (1997). Slip-based estimation of tire ā€“
        ated as front left (1), front right (2), rear
                                                          road friction. Automatica, 33(6), 1087ā€“1099.
        left (3) and rear right (4) wheel, respec-
        tively. For example, Ī“12 is deļ¬ned as (r1 āˆ’      Gustafsson, F. (1998). Estimation and change detec-
        r2 )/rnom , where rnom is the nominal radius,     tion of tire ā€“ road friction using the wheel slip.
        and ri the tire radius on wheel i. Ī“r denotes     IEEE Control System Magazine, 18(4), 42ā€“49.
        the actual mean tire radius minus the nomi-      Gustafsson, Fredrik (2000). Adaptive ļ¬ltering and
        nal value.                                        change detection. John Wiley & Sons, Ltd.
                                                         Gustafsson, F., M. DrevĀØ , and N. Persson (2000).
                                                                                o
                                                          Tire pressure computation system. Swedish patent
                                                          application nr 0002213-7.
6   CONCLUSIONS
                                                         Hideki, Kabune (1999). Apparatus for estimationg
Intelligent sensors measure information indirectly, by     tire air pressure. EP865880, US 6092028. Denso
making inference from other sensor signals. Two ex-        Corp.
amples are road-tire friction and tire pressure, which
                                                         Jonsson, H. (1993). Examination and tools for classi-
are very expensive to measure by dedicated sensors.
                                                           ļ¬cation of tire road friction. Master Thesis LiTH-
By measuring wheel speed signals accurately, it has
                                                           ISY-EX-1396, Dept of Elec. Eng. LinkĀØ ping Uni-
                                                                                                   o
been demonstrated that inference of both friction and
                                                           versity, S-581 83 LinkĀØ ping, Sweden. In Swedish.
                                                                                  o
pressure can be made. The novelty of friction estima-
tion here is a working prototype now approaching the     Persson, N. and M. DrevĀØ (1999). Tire pressure es-
                                                                                 o
production phase. For tire pressure estimation, two        timation for cars. Master Thesis LiTH-ISY-EX-
suggestions for improving performance were made.           3033, Dept of Elec. Eng. LinkĀØ ping University, S-
                                                                                        o
First, for vibration analysis a model based Kalman         581 83 LinkĀØ ping, Sweden.
                                                                       o
ļ¬lter was proposed, which gives higher estimation        Takeyasu, Taguchi (1997). Tire air pressure detecting
accuracy compared to algorithms proposed in liter-         device. EP783982. Nippon Denso Co.
ature, and an update frequency being only a fraction
                                                         Toshiharu, Naito (1999). Tyre air pressure estimating
of existing methods. Second, a wheel radius model-
                                                           apparatus. EP925960. Denso Corp.
based method is advocated. This is robust to a variety
of external factors, quick reaction time, computation-   Wong, J.Y. (1993). Theory of ground vehicles, 2nd
ally simple and needs only information available on       ed. John Wiley & Sons, Inc.
the CAN bus.                                             Yoshihiro, Nishikawa (1998). Tire air pressure de-
                                                           tecting device. EP832768, US 5982279. Denso
                                                           Corp, Nippon Soken.
7   REFERENCES
Adler, Dipl.-Ing.(FH) Ulrich (1993). Automotive
 Handbook, 3rd ed. Robert Bosch GmbH.
EP700798 (1996). Tire pneumatic pressure detector.
  EP700798, US 5606122. Nippon Denso Co, Nip-

More Related Content

Similar to 10.1.1.20.3050

Sudharsan Srinivasan Portfolio
Sudharsan Srinivasan PortfolioSudharsan Srinivasan Portfolio
Sudharsan Srinivasan Portfoliossudharsan
Ā 
IRJET - Design and Manufacturing of Gear Error Profile Detector
IRJET - Design and Manufacturing of Gear Error Profile DetectorIRJET - Design and Manufacturing of Gear Error Profile Detector
IRJET - Design and Manufacturing of Gear Error Profile DetectorIRJET Journal
Ā 
Compressors TRIZ Designing
Compressors TRIZ DesigningCompressors TRIZ Designing
Compressors TRIZ DesigningValeryKraev
Ā 
StarTuned Magazine May/june 2011
StarTuned Magazine May/june 2011StarTuned Magazine May/june 2011
StarTuned Magazine May/june 2011RBMParts
Ā 
01_102808_I-390_Calibration_Report
01_102808_I-390_Calibration_Report01_102808_I-390_Calibration_Report
01_102808_I-390_Calibration_ReportKenneth J Meding
Ā 
IRJET- Design Optimization of a Formula Student Suspension
IRJET- Design Optimization of a Formula Student SuspensionIRJET- Design Optimization of a Formula Student Suspension
IRJET- Design Optimization of a Formula Student SuspensionIRJET Journal
Ā 

Similar to 10.1.1.20.3050 (6)

Sudharsan Srinivasan Portfolio
Sudharsan Srinivasan PortfolioSudharsan Srinivasan Portfolio
Sudharsan Srinivasan Portfolio
Ā 
IRJET - Design and Manufacturing of Gear Error Profile Detector
IRJET - Design and Manufacturing of Gear Error Profile DetectorIRJET - Design and Manufacturing of Gear Error Profile Detector
IRJET - Design and Manufacturing of Gear Error Profile Detector
Ā 
Compressors TRIZ Designing
Compressors TRIZ DesigningCompressors TRIZ Designing
Compressors TRIZ Designing
Ā 
StarTuned Magazine May/june 2011
StarTuned Magazine May/june 2011StarTuned Magazine May/june 2011
StarTuned Magazine May/june 2011
Ā 
01_102808_I-390_Calibration_Report
01_102808_I-390_Calibration_Report01_102808_I-390_Calibration_Report
01_102808_I-390_Calibration_Report
Ā 
IRJET- Design Optimization of a Formula Student Suspension
IRJET- Design Optimization of a Formula Student SuspensionIRJET- Design Optimization of a Formula Student Suspension
IRJET- Design Optimization of a Formula Student Suspension
Ā 

Recently uploaded

VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
Ā 
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...Suhani Kapoor
Ā 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girlsmodelanjalisharma4
Ā 
VIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130 Available With Roomdivyansh0kumar0
Ā 
Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ… Vashi Call Service Available Nea...
Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ…  Vashi Call Service Available Nea...Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ…  Vashi Call Service Available Nea...
Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ… Vashi Call Service Available Nea...Pooja Nehwal
Ā 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
Ā 
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...nagunakhan
Ā 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
Ā 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
Ā 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
Ā 
CALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun serviceCALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
Ā 
Verified Trusted Call Girls AdugodišŸ’˜ 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls AdugodišŸ’˜ 9352852248  Good Looking standard Profil...Verified Trusted Call Girls AdugodišŸ’˜ 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls AdugodišŸ’˜ 9352852248 Good Looking standard Profil...kumaririma588
Ā 
CALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service šŸ§µ
CALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service  šŸ§µCALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service  šŸ§µ
CALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service šŸ§µanilsa9823
Ā 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
Ā 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation decktbatkhuu1
Ā 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
Ā 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
Ā 

Recently uploaded (20)

Call Girls Service Mukherjee Nagar @9999965857 Delhi šŸ«¦ No Advance VVIP šŸŽ SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi šŸ«¦ No Advance  VVIP šŸŽ SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi šŸ«¦ No Advance  VVIP šŸŽ SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi šŸ«¦ No Advance VVIP šŸŽ SER...
Ā 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
Ā 
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
Ā 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
Ā 
VIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat šŸ‘‰ 8250192130 Available With Room
Ā 
Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ… Vashi Call Service Available Nea...
Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ…  Vashi Call Service Available Nea...Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ…  Vashi Call Service Available Nea...
Kurla Call Girls Pooja NehwalšŸ“ž 9892124323 āœ… Vashi Call Service Available Nea...
Ā 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
Ā 
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Ā 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Ā 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
Ā 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
Ā 
CALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun serviceCALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON āž„8923113531 šŸ”Call Girls Aminabad Lucknow best Night Fun service
Ā 
Verified Trusted Call Girls AdugodišŸ’˜ 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls AdugodišŸ’˜ 9352852248  Good Looking standard Profil...Verified Trusted Call Girls AdugodišŸ’˜ 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls AdugodišŸ’˜ 9352852248 Good Looking standard Profil...
Ā 
CALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service šŸ§µ
CALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service  šŸ§µCALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service  šŸ§µ
CALL ON āž„8923113531 šŸ”Call Girls Kalyanpur Lucknow best Female service šŸ§µ
Ā 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Ā 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
Ā 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Ā 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
Ā 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
Ā 
young call girls in Vivek ViharšŸ” 9953056974 šŸ” Delhi escort Service
young call girls in Vivek ViharšŸ” 9953056974 šŸ” Delhi escort Serviceyoung call girls in Vivek ViharšŸ” 9953056974 šŸ” Delhi escort Service
young call girls in Vivek ViharšŸ” 9953056974 šŸ” Delhi escort Service
Ā 

10.1.1.20.3050

  • 1. 2001-01-0796 Virtual sensors of tire pressure and road friction Fredrik Gustafsson Department of Electrical Engineering, LinkĀØ ping University, Sweden o Markus DrevĀØ , Urban Forssell, Mats LĀØ fgren, Niclas Persson, Henrik Quicklund o o NIRA Dynamics AB Copyright c 2001 Society of Automotive Engineers, Inc. ABSTRACT what can be observed. Another coupling is that one of the parameters in the friction model, contains very The idea of a virtual sensor is to extract information useful information about the tire pressure, so the out- of parameters that cannot be measured directly, or at line is that friction estimation is described ļ¬rst, then least would require very costly sensors, by only using different approaches to tire pressure estimation are available information. Virtual sensors are described compared. Tire imbalance detection is a direct spin- for the friction between road and tire, the tire inļ¬‚ation off of a certain approach to tire pressure indication, pressure and wheel imbalance. There are certain in- and is only brieļ¬‚y commented upon there. terconnections between these virtual sensors so they NIRA Dynamics AB is together with LinkĀØ ping o are preferably implemented in one unit. Results from University, developing adaptive ļ¬lters for automotive a real-time implementation, using mainly sensor in- applications. As one project, real-time hardware has formation from the CAN bus, are given. been developed containing algorithms for friction es- timation and tire pressure estimation. The aim of this contribution is to present the results and ideas 1 INTRODUCTION of these algorithms. By a virtual sensor we mean an algorithm that com- putes a value of a variable which is not measured di- rectly. The reason might be that the variable is not 2 FRICTION ESTIMATION possible to measure, or that a dedicated sensor would The road friction indication (RFI) project is a direct be very costly. Instead, statistical inference is made application of previous work reported in Gustafsson from a model that explains how other (existing) sen- (1997) and Gustafsson (1998). As brieļ¬‚y outlined in sor signals depend on the unmeasured variable. Figure 1, the longitudinal wheel slip and the wheel The problems of road tire friction, tire pressure torque are computed from standard sensor signals. and wheel imbalance might seem far apart. How- Then a Kalman ļ¬lter estimates a linear relation be- ever, the virtual sensors described here use exactly tween these, and the slope of the line is mapped to a the same sensor signal, namely the wheel speed sen- surface in a classiļ¬er. sors. These can be taken from the CAN bus, except The mathematical model is now brieļ¬‚y outlined. for the vibration analysis to be described. The tools The classical tire model as described in for instance are also partly the same: a Kalman ļ¬lter estimates Gillespie (1992), Adler (1993) and Wong (1993), de- the parameters in a simple model, where the model ļ¬nes a slip curve as the one shown in Figure 1. The is not intended to describe very complicated physi- wheel slip is usually deļ¬ned as the relative speed of cal phenomena, but rather an instrument to describe
  • 2. E E Dashboard MMI Car 1 0.35 MƤtningar fƶre fƶrƤndring MƤtningar efter fƶrƤndring 0.9 Friktionsmodell fƶre fƶrƤndring Asfalt 0.3 Friktionsmodell efter fƶrƤndring 0.8 0.25 Normaliserad drivkraft Āµ 0.7 Normaliserad drivkraft Āµ 0.6 0.5 ' 0.2 ' Measured Mt , Ļ‰t ' Grus 0.15 0.4 ā‡’ st , Āµ t 0.3 0.1 Snƶ 0.2 0.05 0.1 0 0 0 0.2 0.4 0.6 0.8 1 0 0.005 0.01 0.015 0.02 Slip s Slip s Classiļ¬cation Filter Sensors and pre-comp. i Figure 1: Overview of the RFI algorithm. 1. Sensors: The individual wheel speeds Ļ‰t and engine torque indicator Mt (injection time or manifold pressure) are taken from the CAN bus. 2. Pre-computations: From these, normalized traction force Āµt and wheel slip st are computed. 3. Filter: A Kalman ļ¬lter adapts a linear relationship bewteen these (the plot shows measurements from two different surfaces and an estimated straight line). 4. Classiļ¬cation: The slope of the linear relationship is matched to a slip curve (the plot shows three examples on different friction levels). 5. MMI: The driver is alerted for low friction by a warning signal. a tire compared to its circumferential speed: attenuation and tracking speed after abrupt changes. Ļ‰r It is here useful to give the two parameters in the s= āˆ’ 1. state vector unequal adaptation gain, such that fric- vx tion changes can be tracked faster than a change in For small values of the normalized traction force Āµ = Ī“13 . Since it is of utmost importance to distinguish Fx /Fz (sometimes called friction utilization coefļ¬- very small differences in slip slope k, the ļ¬lter has cient), the wheel slip is a linear function Āµ = ks to be rather slow. For that reason, a change detection which depends only on tire characteristics. The new mechanism is needed to speed up the response after a ļ¬nding is that it also depends on friction. A state detected friction change. The change detector is also space model for the left side of the vehicle uses the coupled to the driver information unit. The theory state vector xt = (1/kl , Ī“13 ) = (inverse longitudi- of combining Kalman ļ¬ltering and change detection, nal stiffness, relative difference in tire radius between with the particular case study of RFI, is described in front and rear wheel): detail in Gustafsson (2000). Figure 2 shows a test drive with the current proto- xt+1 = xt + vt type. The estimated slip slope is signiļ¬cantly smaller st = (Āµl,t, 1)xt + et . on the skid pad, and the Kalman ļ¬lter with change An independent and analogous model is used on the detector react quickly. The response time is about 2 right side of the vehicle. That is, the model says that seconds, which would be enough for driver alert and the measured wheel slip is a linear function of the control systems as adaptive cruise control. normalized traction force Āµ plus an offset and addi- Improvements in the current project, over previ- tive noise. The offset is mainly caused by unequal ously reported work, include: tire radius on front and rear wheels. The Kalman ļ¬l- ā€¢ A calibration procedure (what is the normal ter applied directly on the state space model, and a slope on asphalt for the used tires?) This was in careful tuning gives a decent trade-off between noise Gustafsson (1997) and Gustafsson (1998) rec-
  • 3. 50 Slip slope estimate two classes of patents using standard sensors (wheel Estimated slip slope 45 True change times Alarm times speeds): ā€¢ Vibration analysis using the fact that the rubber 40 35 30 in the tire reacts like a spring when excited by 25 road roughness. Characteristic features are a k 20 high sampling frequency on wheel speed, and 15 disturbance rejection from vibration caused by 10 other moving parts in the vehicle. The vibra- 5 tion analysis can be performed by FFT-based 0 0 50 100 150 200 250 300 350 400 methods or by parametric methods (using an t auto-regressive model). Figure 2: Estimated slip slope while repeatedly driv- ā€¢ Wheel radius estimation and comparison. The ing on and off a skid pad. Mean delay for detection most common suggestion is to monitor a resid- is 2.2 seconds. ual based on a static non-linear transformation of wheel speeds which should be close to zero when the tires are equally large. This residual ognized as the main problem to be overcome. is then averaged and compared to a decision ā€¢ Another Kalman ļ¬lter using the lateral slip (the threshold. lateral forces are for many drivers larger than In both approaches a calibration button is often sug- the longitudinal ones). gested, which must be pressed when one or more tires ā€¢ Slip computation using absolute velocity esti- are changed, or when the pressure is adjusted. When mation (reported in an accompanying paper) pressed, the algorithm computes what the nominal enabling 4WD vehicles to have RFI. value of the resonance frequency or residual is. This paper describes the result of two improve- ā€¢ Aqua planing detection interpreting excessive ments suggested in Persson and DrevĀØ (1999) and o slip in the friction model as aqua planing. Com- Gustafsson et al. (2000) and now tested in practice: pared to a direct apprach based on thresholding the slip value directly, we are here able to have ā€¢ Improving the vibration analysis with reļ¬ned a much more sensitive system which compen- disturbance rejection and signal processing for sates for the offset and dynamic effects during estimation of auto-regressive parameters. The acceleration. gain of the patent pending idea is to run the ļ¬lter at a low sampling frequency (20 Hz), and We will here, however, focus on RFI as one tool for achieve twice as accurate result using a Kalman designing a good tire pressure estimation system. It ļ¬lter. turns out that the offset Ī“13 has certain nice properties for this application. ā€¢ As suggested in Gustafsson (1997) and investi- gated in Jonsson (1993), the so called slip off- set from the RFI Kalman ļ¬lter is a good in- 3 INTRODUCTION TO TIRE PRESSURE IN- dicator of relative wheel radius. It is a linear DICATION function of data, and is thus not as sensitive to noise as other suggestions. The slip offset es- There are plenty of on-going R&D projects on tire timates the relative difference between left and pressure indication (TPI), reļ¬‚ected in more than 40 right wheel pairs. As a complement and further patents. The most relevant for this study are EP700798 support, the relative difference between front (1996), Takeyasu (1997), Yoshihiro (1998), Hideki and rear wheel pairs is computed by the yaw (1999), Toshiharu (1999) and Fritz (2000). There are rate ļ¬lter described in an accompanying paper,
  • 4. which further has the potential to compute ab- locity is changed the energy leaks out to other fre- solute wheel radius. quencies. 4 VIBRATION ANALYSIS FOR TIRE PRES- SURE INDICATION The basic idea is that the tire can be seen as a number of connected spring-damper systems. For instance the tire rim is one and the tire pattern another. The most distinguished vibration mode is between 40 and 50 Hertz, depending on the tire model and pressure, but there are other modes of both higher and lower frequencies. The idea is to monitor the vibration fre- quency, to decide what the normal value is, either by learning or voting between the different tires, and to detect abnormal values. Figure 4: Spectrum of un-processed wheel speed data, where the peaks come from imperfections in the toothed wheel. When velocity is varied, the peaks are Calibration of toothed wheel blurred out by leakage effects, and the information in the interesting frequency interval is damaged. Before vibration analysis is applied, no matter if its model-based or FFT-based, the speed measurements A model-based approach to estimate the offsets Ī“i have to be ļ¬ltered. The reason is that the toothed in Figure 3 has been implemented, where the recur- wheel, see Figure 3, is not perfect, and the angular sive least squares algorithm is used. The result is an errors from manufacturing and aging, will show up explicit estimate of each individual tooth, see Figure in the frequency content of the speed signal. 6, and a speed signal with much improved signal to noise ratio. The spectrum of the compensated speed signal clearly shows a vibration mode around 45 Hz, see Figure 5. Figure 3: Schematic picture of a toothed wheel with non-equal tooth sizes. Figure 4 shows that the interesting information Figure 5: Spectrum of processed wheel speed data. is hardly visible because of the disturbance from the Now the resonance frequency around 45 Hertz is toothed wheel. Here the disturbance looks narrow- clear. Other resonances can also be distinguished. banded and well-behaved, but in a drive where ve-
  • 5. The tooth offsets in Figure 6 can be used for tire peak level for each test drive is shown in Figure 7. imbalance detection. An imbalance will show up as Off-line, a pressure decrease of 15 % is detectable, a certain pattern in the estimated sequence. Experi- but taking into account that the treshold has to be set ments have shown that an imbalance caused by a 30 automatically and that a very low false alarm rate is gram weight is detectable by this method. required, 30% decrease is more realistic. FFT is a batch-wise data processing, so there is a certain de- lay. In the ļ¬gure, batches of 30 seconds of drive is used. A drawback with the approach is a rather high computational burden. Figure 6: The estimated teeth offsets from a toothed wheel with 43 teeth. This pre-processing means that the equipment has to be connected directly to the wheel speed sensors. Figure 7: Vibration mode for different tire pressures That is, one drawback with vibration analysis not shared for 30 tests. by the approach in Section 5, is that CAN signals are not enough. Model-based pressure estimation Evaluation setup The idea is to estimate the parameters in a second To evaluate the advantages and short-coming of the order damper-spring model of the form different approaches, a series of test drives were con- 1 ducted: vt = et , 1 + a1 q āˆ’1 + a2 q āˆ’2 ā€¢ The pressure was decreased by 15% and 30%, where vt is the wheel speed, et an unmeasured noise respectively. For each pressure level, the driv- signal and q is the shift operator q āˆ’1 vt = vtāˆ’1 . The ing style, surface and velocity were varied sys- parameters a1 , a2 correspond to a certain vibration tematically. mode. Model-based vibration analysis easily allows ā€¢ The methods were compared with respect to a recursive implementation, so the vibration mode as their ability to detect small pressure changes, a function of time using the recursive least squares robustness to the factors above, and detection (RLS) algorithm is shown in Figure 8. With this ļ¬l- time. ter, we can get reliable detection of 30% pressure de- crease within 5 seconds. The adaptive ļ¬lter is pro- cessing data at least with 100 Hz. The computa- FFT pressure estimation tion burden is slighly smaller but comparable with the FFT-based approach. A smoothed periodogram is here computed using FFT The novel approach uses a Kalman ļ¬lter which is and a low-pass ļ¬lter. The automatically computed run in only 20 Hz. This ļ¬lter has more degrees of
  • 6. 5 WHEEL RADIUS APPROACH TO TIRE PRES- SURE INDICATION Existing approaches to TPI are mostly based on static consistency tests on wheel speeds, where the test statis- tic is possibly low-pass ļ¬ltered. As one example, not pursued here, one can monitor Ļ‰ 1 Ļ‰3 āˆ’ . Ļ‰2 Ļ‰4 The wheel speeds Ļ‰i are enumerated as front left (1), front right (2), rear left (3) and rear right (4) wheel, respectively. This function of wheel speed is nomi- Figure 8: Estimated vibration mode using RLS as a nally zero when driving with constant speed on straight function of time for three pressure levels. paths or circle segments. A low-pass ļ¬ltered version of this signal having an abnormal deviation from 0 freedom at the same computational burden as RLS, exceeding a certain threshold can be used for TPI. allowing a much better design for this purpose. Hold- However, the non-linear transformation of data gives ing the tracking speed of RLS and Kalman ļ¬lter the unpleasant statistical behavior, and the lack of robust- same, Figure 9 shows a much more stable estimate. ness to acceleration in bends, different friction levels, That is, the new implementation is able to detect 15% ā€œsplit Āµā€, tire wearness and so on limit the reliability pressure changes as fast as RLS detects 30% changes, of this approach. with an implementation that requires almost 5 times We have found that a model-based approach which less computations. explicitly takes care of all the problems listed above gives a signiļ¬cant increase in performance. The model- based ļ¬lters that are used here, are the road friction indicator (RFI) ļ¬lter described in Section 2, high per- formance yaw rate (HPY) and absolute velocity indi- cator (AVI) ļ¬lters, the latter two ones described in an accompanying paper, are instrumental for TPI. The useful information is summarized in Table 1. The deviation Ī“r of average radius to nominal value may be used for detecting diffusion, that is when all tires deļ¬‚ate slowly. The conclusion from ļ¬eld tests were all approaches have been compared, is that this latter method is su- perior in performance in terms of accuracy, fast re- sponse, robustness and computational complexity (low- Figure 9: Estimated vibration mode using the order models and low sampling frequency). Kalman ļ¬lter as a function of time for three pressure However, the other approaches may be a good levels. complement in certain situation, and the ļ¬nal sys- tem may be a voting procedure of the individual al- gorithms. For instance, the absolute difference Ī“r is much harder to estimate than relative differences Ī“ij , so diffusion is a possible problem here, where vibra- tion analysis may perform better.
  • 7. Radius difference Estimation approach pon Soken. Ī“13 RFI, left side of car Fritz, Braun (2000). Method and device for monitor- Ī“24 RFI, right side of car ing the tire air pressure of the wheels of an au- Ī“12 HPY, front axle tomobile. EP938987, US 6092415, DE19807880. Ī“34 HPY, rear axle Daimler Chrysler AG. Ī“r AVI Gillespie, T.D. (1992). Fundamentals of Vehicle Dy- Table 1 Deļ¬nition and estimation of relative tire ra- namics. SAE International. dius differences. The wheels are enumer- Gustafsson, F. (1997). Slip-based estimation of tire ā€“ ated as front left (1), front right (2), rear road friction. Automatica, 33(6), 1087ā€“1099. left (3) and rear right (4) wheel, respec- tively. For example, Ī“12 is deļ¬ned as (r1 āˆ’ Gustafsson, F. (1998). Estimation and change detec- r2 )/rnom , where rnom is the nominal radius, tion of tire ā€“ road friction using the wheel slip. and ri the tire radius on wheel i. Ī“r denotes IEEE Control System Magazine, 18(4), 42ā€“49. the actual mean tire radius minus the nomi- Gustafsson, Fredrik (2000). Adaptive ļ¬ltering and nal value. change detection. John Wiley & Sons, Ltd. Gustafsson, F., M. DrevĀØ , and N. Persson (2000). o Tire pressure computation system. Swedish patent application nr 0002213-7. 6 CONCLUSIONS Hideki, Kabune (1999). Apparatus for estimationg Intelligent sensors measure information indirectly, by tire air pressure. EP865880, US 6092028. Denso making inference from other sensor signals. Two ex- Corp. amples are road-tire friction and tire pressure, which Jonsson, H. (1993). Examination and tools for classi- are very expensive to measure by dedicated sensors. ļ¬cation of tire road friction. Master Thesis LiTH- By measuring wheel speed signals accurately, it has ISY-EX-1396, Dept of Elec. Eng. LinkĀØ ping Uni- o been demonstrated that inference of both friction and versity, S-581 83 LinkĀØ ping, Sweden. In Swedish. o pressure can be made. The novelty of friction estima- tion here is a working prototype now approaching the Persson, N. and M. DrevĀØ (1999). Tire pressure es- o production phase. For tire pressure estimation, two timation for cars. Master Thesis LiTH-ISY-EX- suggestions for improving performance were made. 3033, Dept of Elec. Eng. LinkĀØ ping University, S- o First, for vibration analysis a model based Kalman 581 83 LinkĀØ ping, Sweden. o ļ¬lter was proposed, which gives higher estimation Takeyasu, Taguchi (1997). Tire air pressure detecting accuracy compared to algorithms proposed in liter- device. EP783982. Nippon Denso Co. ature, and an update frequency being only a fraction Toshiharu, Naito (1999). Tyre air pressure estimating of existing methods. Second, a wheel radius model- apparatus. EP925960. Denso Corp. based method is advocated. This is robust to a variety of external factors, quick reaction time, computation- Wong, J.Y. (1993). Theory of ground vehicles, 2nd ally simple and needs only information available on ed. John Wiley & Sons, Inc. the CAN bus. Yoshihiro, Nishikawa (1998). Tire air pressure de- tecting device. EP832768, US 5982279. Denso Corp, Nippon Soken. 7 REFERENCES Adler, Dipl.-Ing.(FH) Ulrich (1993). Automotive Handbook, 3rd ed. Robert Bosch GmbH. EP700798 (1996). Tire pneumatic pressure detector. EP700798, US 5606122. Nippon Denso Co, Nip-