Skip to content

Commit

Permalink
22prev
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jan 6, 2025
1 parent 0310d37 commit d346fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/.meta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ return (
category = :problem_specific
),
(
filename = "Structural Dynamics.ipynb",
title = "Structural Dynamics",
filename = "Structural Dynamics with Augmented Kalman Filter.ipynb",
title = "Structural Dynamics with Augmented Kalman Filter",
description = "In this example, we estimate system states and unknown input forces for a simple **structural dynamical system** using the Augmented Kalman Filter (AKF) (https://www.sciencedirect.com/science/article/abs/pii/S0888327011003931) in **RxInfer**.",
category = :problem_specific
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Structural Dynamics"
"# Structural Dynamics with Augmented Kalman Filter"
]
},
{
Expand Down

0 comments on commit d346fdc

Please sign in to comment.