MechaRaptor - Experimental data analysis
This repository contains the script used to parse, clean and analyze the raw experimental data for the MechaRaptor.
Data
The data come from three different sources:
- Wind tunnel itself (
<YYYY>-Serie<X>-Identification.csv
)- airspeed
- atmospheric pressure
- the temperature
- Wind tunnel load sensors (
wtFiles/
):- Measure of forces and moments in three axes
- Arduino acquisition (
arduinoFiles/
):- Measure of wing angles
- Measure of electrical power (tension and current)
- Input values
Scripts
[TODO]
Important notes
- The first series of tests in 2022 had an issue with the data returned by the left aft wing angle sensor. Instead of being encoded in 12-bits, it was returned in 16-bits. Therefore the scripts take that into account and recalibrated the angles properly.
License
All scripts used for the date processing of the MechaRaptor experimental data are provided under the MIT license.