Airspace-Encounter-Models/em-model-manned-bayes: October 2021
Authors/Creators
- 1. @mit-ll
- 2. @sisl
Description
The Bayesian network encounter models are a collection of MATLAB scripts that produce random samples from models of how different aircraft behave, as previously documented in MIT Lincoln Laboratory technical reports. All these models were originally developed by MIT Lincoln Laboratory. Majority of these samples are of one independent aircraft track and a single sample is insufficient for a complete synthetic encounter.
Each manned aircraft model model is a Bayesian Network, a representation of a multivariate probability distribution as a directed acyclic graph. Models are trained using aircraft operational data derived from radar or other sensing system flight track data.
This release introduces object-oriented programming in MATLAB with a class for a generic encounter model and classes specific to the uncorrelated conventional aircraft and correlated terminal models. These classes enable the user to easily read in the ASCII parameter files with improved input handling. New example run scripts are included to demonstrate how to use the OOP classes. With a few lines of code, the uncorrelated and terminal model can be sampled or generate aircraft trajectories in a local Cartesian coordinate system. The uncorrelated model also supports generating tracks and translating them into a geodetic coordinate system. Rejection sampling based on speed has also been improved for the uncorrelated encounter model by defining minimum and maximum permitted speeds based on the individual probability distribution of the speed bins, rather than the minimum and maximum speeds of the overall model structure. Additional improvements to rejection sampling are scheduled for a future release.
Classes are not yet available for the RADES-based correlated, ETMS-based due regard, DFDR-based HAA, and most unconventional models.
Files
Airspace-Encounter-Models/em-model-manned-bayes-v2.1.0.zip
Files
(10.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a2d7e904f384648d74a0d03bfbe2788a
|
10.8 MB | Preview Download |
Additional details
Related works
- Describes
- Journal article: 10.2514/1.D0254 (DOI)
- Conference paper: 10.1109/AERO.2019.8741848 (DOI)
- Conference paper: 10.1109/HPEC43674.2020.9286229 (DOI)
- Conference paper: 10.2514/6.2013-5049 (DOI)
- Is supplement to
- https://github.com/Airspace-Encounter-Models/em-model-manned-bayes/tree/v2.1.0 (URL)