mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +00:00
Nothing slips past Jimbo.. :)
This commit is contained in:
parent
a30f27dcfc
commit
9566d23ae8
@ -522,24 +522,26 @@ void FlowParser::calc(bool calcResp, bool calcTv, bool calcTi, bool calcTe, bool
|
|||||||
// Respiratory Rate post filtering
|
// Respiratory Rate post filtering
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
RR->setGain(0.02);
|
if (calcResp) {
|
||||||
RR->setMin(minrr);
|
RR->setGain(0.02);
|
||||||
RR->setMax(maxrr);
|
RR->setMin(minrr);
|
||||||
RR->setFirst(start);
|
RR->setMax(maxrr);
|
||||||
RR->setLast(et);
|
RR->setFirst(start);
|
||||||
RR->setCount(rr_count);
|
RR->setLast(et);
|
||||||
|
RR->setCount(rr_count);
|
||||||
|
}
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
// Tidal Volume post filtering
|
// Tidal Volume post filtering
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
TV->setGain(0.1);
|
if (calcTv) {
|
||||||
TV->setMin(mintv);
|
TV->setGain(0.1);
|
||||||
TV->setMax(maxtv);
|
TV->setMin(mintv);
|
||||||
TV->setFirst(start);
|
TV->setMax(maxtv);
|
||||||
TV->setLast(et);
|
TV->setFirst(start);
|
||||||
TV->setCount(tv_count);
|
TV->setLast(et);
|
||||||
|
TV->setCount(tv_count);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user