Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bag coefficient documentation #65

Open
synaption opened this issue May 6, 2020 · 4 comments
Open

bag coefficient documentation #65

synaption opened this issue May 6, 2020 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@synaption
Copy link

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};

@amadoantonini amadoantonini added the documentation Improvements or additions to documentation label May 6, 2020
@amadoantonini
Copy link
Collaborator

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.

@synaption
Copy link
Author

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?

@amadoantonini
Copy link
Collaborator

That's right! We'll add more documentation on that when we get a chance.

@RubenPV591
Copy link

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.

Greetings.

volumenAmbu02eng.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants