Skip to content
Snippets Groups Projects

MechaRaptor - Experimental data analysis

This repository contains the script used to parse, clean and analyze the raw experimental data for the MechaRaptor.

MechaRaptor

A tandem flapping wing system.

Data

The data come from three different sources:

  1. Wind tunnel itself (<YYYY>-Serie<X>-Identification.csv)
    • airspeed
    • atmospheric pressure
    • the temperature
  2. Wind tunnel load sensors (wtFiles/):
    • Measure of forces and moments in three axes
  3. Arduino acquisition (arduinoFiles/):
    • Measure of wing angles
    • Measure of electrical power (tension and current)
    • Input values

Scripts

process_wt.m

Analyse multiple WT data sets and compare them or plot their evolution.

process_arduino.m

Analyse multiple arduino data sets and compare them or plot their evolution.

process_all.m

Process both data together

License

The Rotare Software is provided under the MIT license.