Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
added tidal volume correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Aug 22, 2020
1 parent 2a06c16 commit 8e4f79f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file modified design/FI5-specs.pdf
Binary file not shown.
Binary file modified design/FI5-specs.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion models/control-design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The controller, whose main architecture is shown below, comprises the following
- Pressure controller
- Tidal volume computation
- Tidal volume maximum value computation
- Tidal volume correction computation

![](./assets/controller.png)

Expand Down Expand Up @@ -105,7 +106,7 @@ void rt_OneStep(void)
outputs.signals[5]; // S5 Flow Rate [L/min] (float)
outputs.signals[6]; // S7 Filtered Pressure [cmH2O] (float)
outputs.signals[7]; // Tidal Volume estimates [L] (float)
outputs.signals[8]; // Maximum Tidal Volume per 2 cycles [L] (float)
outputs.signals[8]; // Maximum Tidal Volume per cycle [L] (float)
outputs.signals[9]; // Assisted Ventilation Trigger [-] (float)

// Indicate task complete
Expand Down
Binary file modified models/control-design/assets/controller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified models/control-design/controller/controller.slx
Binary file not shown.

0 comments on commit 8e4f79f

Please sign in to comment.