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

Acoustic indicators #4

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

nicolas-f
Copy link

Add computation of LAeq and Leq for a 1s sample with 32khz sample rate.

In order to save memory, only 1/32 of a second are stored into the buffer. However it cost some precision (<.1 dB(A)) for the A weighting filter.

This pull request contain a full cmake project and build instructions for Travis cloud unit testing service.

Two unit tests check the algorithm for the expected 1s Leq and LAeq using a 10s voice record.

@nicolas-f nicolas-f mentioned this pull request Oct 20, 2017
@lcharpenwi6labs
Copy link
Collaborator

Great!
I'll check it and start the integration by monday.

@nicolas-f
Copy link
Author

I change the ref_pressure to be in float. There is no need for a double precision.

@nicolas-f
Copy link
Author

Unit test execution here https://travis-ci.org/nicolas-f/cense-coder

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

Successfully merging this pull request may close these issues.

2 participants