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

correctness of power of ISO test files #91

Open
MDudaie opened this issue Nov 13, 2024 · 1 comment
Open

correctness of power of ISO test files #91

MDudaie opened this issue Nov 13, 2024 · 1 comment

Comments

@MDudaie
Copy link

MDudaie commented Nov 13, 2024

First, thanks for this repository and work!
we are trying to test the ISO, and we found that when you read the WAV files that are included in the ISO, which says 40 or 60dB etc. you are multiplying the power by 2sqrt(2), which we can understand, but we're not sure why the ISO have files that are not in said power, maybe you can help us understand?

thanks a lot

@mglesser
Copy link
Collaborator

Hello, and sorry for this late answer. In Mosqito, we are using the load function to load the test signals. The wav_calib input parameter is used for wav file calibration factor. It corresponds to the level of the signal in Pa_peak corresponding to the full scale of the .wav file.

The ISO standard states in section B1 that "The test signals are sampled at 48 kHz and provided as 16-bit WAVE files. For the calibration of the WAVE files, 0 dB (relative to full scale) shall correspond to a sound pressure level of 100 dB.".100 dB corresponds to 2 Pa_rms which is 2sqrt(2) Pa_peak.

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

No branches or pull requests

2 participants