Version 2020.1 |
Contents
Overview of New Features
New functions were added for aircraft with propellers. These are helpful for electric aircraft design. A function with Boeing 737 data was added as an example of a large aircraft.
In Common, we added new scripts to help you understand the difference between the conventional, extended and unscented Kalman Filters. The scripts use a nonlinear spring, with a nonlinear measurement, as an example. Wavelets are very useful in analyzing data so we added a Morlet Wavelet function, in Math.
Change List
The following is a complete list of functions which have been added or relocated since Version 2019.1.
ACPro/ACUtils/FLToM.mACPro/ACDesign/NFromMT.m
ACPro/ACDesign/AircraftThrustFromFlight.m
ACPro/ACDesign/CTPropeller.m
ACPro/ACDesign/NFromJ.m
ACPro/ACDesign/AdvanceRatio.m
ACPro/ACDesign/Boeing737.m
ACPro/ACDesign/AircraftPowerAndThrust.m
Common/Estimation/MeasNLSpring.m
Common/Estimation/MeasPartialNLSpring.m
Common/Estimation/RHSPartialNLSpring.m
Common/Graphics/Arrow3D.m
Common/Graphics/ShowThreeImages.m
Common/ComponentModels/BoxWithRoundedSection.m
Common/ComponentModels/AggregateComponents.m
Common/ComponentModels/PartialDisk.m
Common/Demos/GeneralEstimation/KFNLSpring.m
Common/Demos/GeneralEstimation/EKFNLSpring.m
Common/Demos/GeneralEstimation/UKFNLSpring.m
Common/Demos/GeneralEstimation/SimpleKalmanFilter.m
Math/Analysis/WaveletMorlet.m
Math/Analysis/MakeDistribution.m
Math/Linear/IsSing.m
Math/Solvers/LSSVD.m
Math/Solvers/Secant.m