The data has the following strcture:

The .mat file contains 2 variables: targeted and data_messung
- targeted only contains the meta data of the measurements which we aimed for (start/end rotor speed, measurement time, etc.)
- data_messung contains the measurement data

The data is listed in the matrix data_messung.data. Note that we use the coordinates y and z in the publication.
The test-rig uses the coordinates x and y instead. We use the convention of the paper here.

The columns correspond to the following data:

1. Rotor speed; 
		A PT1 transfer function is used on the current angle to estimate the current rotor speed. 
		This causes a delay in the estimation of the rotor speed. We used an offline filter to estimate
		the current rotor speed for the publications which negates this time delay

2. Encoder index;
		Index of the encoder from 0 to 1999; You can map 0 to 2 pi to the index. This is used to compute the 
		instantanous angle of the rotor

3. Displacement in mm of Disc 1 in y-direction without runout compensation;

4. Displacement in mm of Disc 1 in z-direction without runout compensation;

5. Displacement in mm of Disc 2 in y-direction without runout compensation;

6. Displacement in mm of Disc 2 in z-direction without runout compensation;

7. Displacement in mm of Disc 1 in y-direction with runout compensation;

8. Displacement in mm of Disc 1 in z-direction with runout compensation;

9. Displacement in mm of Disc 2 in y-direction with runout compensation;

10. Displacement in mm of Disc 2 in z-direction with runout compensation;

11. Force in N of Bearing 1 in y-direction without highpass filter;

12. Force in N of Bearing 1 in z-direction without highpass filter;

13. Force in N of Bearing 2 in y-direction without highpass filter;

14. Force in N of Bearing 2 in z-direction without highpass filter;

15. Force in N of Bearing 1 in y-direction with highpass filter;

16. Force in N of Bearing 1 in z-direction with highpass filter;

17. Force in N of Bearing 2 in y-direction with highpass filter;

18. Force in N of Bearing 2 in z-direction with highpass filter;

19. Piezo voltage in V of active bearing (Bearing 1) in y-direction, targeted by realtime system;

20. Piezo voltage in V of active bearing (Bearing 1) in z-direction, targeted by realtime system;

21. Piezo voltage in V of active bearing (Bearing 1) in y-direction, from monitoring output of power amplifier;

22. Piezo voltage in V of active bearing (Bearing 1) in z-direction, from monitoring output of power amplifier;

23. Piezo current in A of active bearing (Bearing 1) in y-direction, from monitoring output of power amplifier;

24. Piezo current in A of active bearing (Bearing 1) in y-direction, from monitoring output of power amplifier;

25. Piezo voltage of the IFF-control in V of active bearing (Bearing 1) in y-direction, targeted by realtime system;

26. Piezo voltage of the IFF-control in V of active bearing (Bearing 1) in z-direction, targeted by realtime system;

27. Time of the realtime system in seconds