Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dciliberti authored Apr 15, 2023
1 parent 738bd40 commit 2a2cdb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ This repository includes functions and test scripts to import and process APC pr

### Notes
Developed and tested with MATLAB R2021b.

APC propellers performance data can be found on the website: [https://www.apcprop.com/technical-information/performance-data/](https://www.apcprop.com/technical-information/performance-data/)

All the interpolations in the test script files are made with the native ``scatteredInterpolant`` MATLAB function. Given the available performance data, where datasets at lower RPM provide results in an airspeed range narrower than data at higher RPM, it may be wise to disable the extrapolation of the ``scatteredInterpolant`` function. For instance, the ``testFunction.m`` uses the ``scatteredInterpolant`` function with default methods and may provide bumpy plots at the highest velocities, while the ``testPerfo1.m`` and the ``testPerfo2.m`` script files are more advanced, providing data normalization before interpolation, and avoiding jumps in the plots.

0 comments on commit 2a2cdb1

Please sign in to comment.