From d346fdcfe5cd2cc8cd1a8e23587fc9ab0c2534ec Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Mon, 6 Jan 2025 14:22:46 +0100 Subject: [PATCH] 22prev --- examples/.meta.jl | 4 ++-- ...=> Structural Dynamics with Augmented Kalman Filter.ipynb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename examples/problem_specific/{Structural Dynamics.ipynb => Structural Dynamics with Augmented Kalman Filter.ipynb} (99%) diff --git a/examples/.meta.jl b/examples/.meta.jl index e14b3a55d..7d8c78ffc 100644 --- a/examples/.meta.jl +++ b/examples/.meta.jl @@ -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 ), diff --git a/examples/problem_specific/Structural Dynamics.ipynb b/examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb similarity index 99% rename from examples/problem_specific/Structural Dynamics.ipynb rename to examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb index 57666e8b8..211a85458 100644 --- a/examples/problem_specific/Structural Dynamics.ipynb +++ b/examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Structural Dynamics" + "# Structural Dynamics with Augmented Kalman Filter" ] }, {