Skip to content
/ acsmc Public

Aircraft mass estimator based on sequential Monte Carlo method

License

Notifications You must be signed in to change notification settings

junzis/acsmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aircraft state estimation

The Sequential Monte Carlo (a.k.a. particle filter)

The repository implements a particle filter for aircraft mass and thrust setting estimation base on the point-mass aircraft performance model. It can also be used for other state filtering.

Required library

  • OpenAP (the aircraft performance library)

Examples

python simulation.py

python estimate.py --ac B737 --eng CFM56-7B24 --fin data/b737_example_1.csv --noise n3

About

Aircraft mass estimator based on sequential Monte Carlo method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages