ggrecow / SQAT

SQAT is an open-source repository of MATLAB codes containing the implementation of key metrics for quantitative sound quality analysis.
Other
40 stars 13 forks source link

Bandsharing procedure of Appendix 2 section 4.4 (4.4.1-4.4.3) #6

Closed mlotinga closed 3 months ago

mlotinga commented 3 months ago

The procedure for adjusting the PNLTM for bandsharing appears to be missing from the implemented method? Unless I overlooked something!

ggrecow commented 3 months ago

Many thanks for the feedback.

Indeed the bandsharing procedure used to adjust the PNLTM value is not implemented. I must have probably overlooked that. I will included it as soon as posible in the code.

Unfortunetly, I dont have access to the literature you've mentioned, i.e. Appendix 2 (of the DOC 9501, I imagine ?). Would you be able to share it so I can have clear instructions on how to implement it ?

If not possible to share, I have found these instructions and will probably follow them ...

Capturar

SOURCE: Federal Aviation Regulations, 14 CFR Parts 36 and 91, Docket No. FAA-2003-16526; Amendment No. 36-26, 91-288, (2005). https://www.ecfr.gov/current/title-14/appendix-Appendix%20A%20to%20Part%2036

All the best,

Gil.

mlotinga commented 3 months ago

Have added a pull request https://github.com/ggrecow/SQAT/pull/7 , which implements the procedure: image

ggrecow commented 3 months ago

Dear @mlotinga,

I have just finished to double-check and test your implementations and everything looks good. Therefore, I have gladly merged your pull request.

Many thanks for your contributions !!!

All the best,

Gil.