Skip to content

Commit d4c11e2

Browse files
committed
Merge branch 'main' of https://github.com/ControlCore-Project/concore into main
2 parents 6d3c10e + 8050ece commit d4c11e2

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

ratc/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rat cardiac (ratc) models
22

3-
This folder consists of ratc studies. Given below is a brief introduction to the files in this folder.
3+
This folder consists of rat cardiac studies. Given below is a brief introduction to the files in this folder.
44

55
| File | Author | Language | Description | Additional Notes |
66
|---|------|---|---|------|
@@ -15,14 +15,19 @@ This folder consists of ratc studies. Given below is a brief introduction to the
1515
| pmcvxpymatcore.py (pmcvxpymatcore.dir) | Mark Arnold | Python | Linear Nonpulsatile PM (wid) |
1616
| pmoct.m (pmoct.dir) | Yuyu Yao | Matlab | Healthy Pulsatile PM (wid) |
1717
| pmsid.py | Siddharth Prabhu | Python | Healthy Pulsatile PM (wid) |
18-
| pmvxmatcore.v (pmvxmatcore.dir) | Mark Arnold | Verilog | 16-bit Linear Nonpulsatile PM (wid) |
18+
| pmvxmatcore.v (pmvxmatcore.dir) | Mark Arnold | Verilog | 16-bit Linear Nonpulsatile PM (wid) | LNS routines by Panos Vouzis
1919
| pwrap.py (pwrap.dir) | Mark Arnold | Python | PM wrapper (wid/amp) |
2020
| run_pm2.sh (run_pm2.dir) | Mark Arnold | Shell | MCR Compiled version of pm2 |
2121
| run_pmoct.sh (run_pmoct.dir) | Mark Arnold | Shell | MCR Compiled version of pmoct |
2222

23-
^Mark removed plotting from controller
23+
^Removed plotting from controller
2424

25-
*Mark converted to HR for compatibility with plotym.py
25+
*Converted to HR for compatibility with plotym.py
26+
27+
28+
Here amp refers to pulse amplitude simulation and wid refers to pulse width simulation.
29+
30+
All of the controllers generate a "u" which is a vector that consists of 6 stimulation values. 3 of these are frequencies. The other 3 are either amplitudes or widths. All of the PMs generate a "ym" which is a vector that consists of Mean Arterial Pressure (MAP) and Heart Rate (HR).
2631

2732
The studies and the respective programs that compose those studies are given below.
2833

0 commit comments

Comments
 (0)