You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, there are 3 coefficients that determine the particular profile for different ambu bags but I could use a better explanations for each number so I can make things work with my ambu bag. These coefficients are in constants.h
// Bag Calibration for AMBU Adult bag
const struct {float a, b, c;} COEFFS{1.29083271e-03, 4.72985182e-01, -7.35403067e+01};
The text was updated successfully, but these errors were encountered:
Yes, we should document this better. They are simply the polynomial coefficients of a second degree fit to volume-vs-ticks data for that particular bag. See here.
I had seen where they were being used, but I'm not sure how to change those numbers to fit my bag. Were the original numbers determined by measuring the volume change as the machine squeezed the bag?
Hi, I've been working in a mathematical model for the Bag valve mask volume versus claw movement, I didn't knew where to share it in the group, so I'm publishing it here in case could be useful. If somebody knows if I should share this in another site just tell me please.
If I understand correctly, there are 3 coefficients that determine the particular profile for different ambu bags but I could use a better explanations for each number so I can make things work with my ambu bag. These coefficients are in constants.h
// Bag Calibration for AMBU Adult bag
const struct {float a, b, c;} COEFFS{1.29083271e-03, 4.72985182e-01, -7.35403067e+01};
The text was updated successfully, but these errors were encountered: