This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % ========================================================================= | |
| % FULL KINEMATICS & IMPULSE DASHBOARD (1x OPTICAL + SENSOR) | |
| % - Loads ONE optical tracking file (Col 1: Time, Col 2: Optical Height) | |
| % - Loads ONE JSON sensor file for acceleration | |
| % - Calibrates, segments, and trims dynamic free-flight automatically | |
| % - Integrates with continuous/event JSON sensor data | |
| % - Compares Impulse & Delta-V directly (Optical vs. Sensor) | |
| % ========================================================================= | |
| clear; clc; close all; |