Skip to content

Instantly share code, notes, and snippets.

View kdynimo's full-sized avatar

kdynimo

  • Joined May 1, 2026
View GitHub Profile
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
rpm_data = [3380, 4120, 4868, 5286, 5640, 6120, 6440, 6870, 7334]
thrust_data = [500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2660]
power_data = [49.95, 88.8, 132.09, 182.04, 238.65, 306.36, 384.06, 471.75, 593.85]
eff_data = [10.01, 8.45, 7.57, 6.87, 6.29, 5.71, 5.21, 4.77, 4.48]
# Generate a smooth line from 40% to 100% throttle in 100 steps