Read APC propellers performance data

버전 1.0.0 (20 KB) 작성자: engdancili
Read APC propeller performance data file in MATLAB
다운로드 수: 144
업데이트 날짜: 2023/4/15

View Read APC propellers performance data on File Exchange

Read APC propeller performance data

This repository includes functions and test scripts to import and process APC propeller performance data file in MATLAB. See the test script file to explore how it works. Examples includes:

  • plotting all performance data (propeller coefficients and forces)
  • interpolating the available data at specific RPM or airspeed

example

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/

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.

인용 양식

engdancili (2024). Read APC propellers performance data (https://github.com/dciliberti/read-APC-prop-perfo-data/releases/tag/v1.0.0), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2021b
R2021b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.