Noisy-lang-compiler icon indicating copy to clipboard operation
Noisy-lang-compiler copied to clipboard

Newton backend for state estimator synthesis

Open KomaGR opened this issue 5 years ago • 2 comments

Create a new irPass for Newton as a backend for state estimator synthesis.

KomaGR avatar Jan 28 '20 17:01 KomaGR

Need the distribution notation (#462) to provide uncertainty input ability in the .nt specification of a given system.

KomaGR avatar Feb 20 '20 17:02 KomaGR

Extra parameters symbols that were not part of the state were parameters of the filterPredict function, but had to be manually declared in the output C source code of the state estimation backend. With the b0da408 commit, the extra parameter symbols are automatically declared as C source code variables but are NOT initialized. Correct initialization should still be performed manually.

btsouts avatar Oct 05 '20 21:10 btsouts