Skip to content

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed Sep 16, 2023
1 parent 57f2d63 commit 4336409
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions notebooks/kalman_CUDA_demo/run_kf_CUDA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1163,13 +1163,11 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8abc1a77-d7fe-44a8-aab9-fcb560466ec3",
"cell_type": "markdown",
"id": "8ae33816-740c-455b-82d2-4cacf29206c1",
"metadata": {},
"outputs": [],
"source": [
"### Now we can plot the estimates of Gravitational Acceleration *(g)* as a function of Kalman Estimates :"
"### Now we can plot the values of Gravitational Acceleration *(g)* obtained as Kalman Estimates :"
]
},
{
Expand All @@ -1190,14 +1188,6 @@
"x = range(len(g_pred))"
]
},
{
"cell_type": "markdown",
"id": "fb5c47b4-aa1b-4c93-ab60-37b0bb686fed",
"metadata": {},
"source": [
"### Plotting the estimates of Gravitational Acceleration *(g)* as a function of Kalman Estimates :"
]
},
{
"cell_type": "code",
"execution_count": 31,
Expand Down

0 comments on commit 4336409

Please sign in to comment.