ISO 226 Equal-Loudness-Level Contour Signal

Generates a psychoacoustic equal loudness contour (curve) as described in ISO 226.
9,2K download
Aggiornato 17 mar 2005

Visualizza la licenza

This function will return a 29-point equal loudness contour for your desired phon level. The frequencies evaulated in this function only span from 20Hz - 12.5kHz, and only 29 selective
frequencies are covered. This is the limitation of the ISO standard.

In addition the valid phon range should be 0 - 90 dB SPL. Values outside this range do not have experimental values and their contours should be treated as inaccurate.(Limitation due to standard)

If more samples are required you should be able to easily interpolate these values using spline().

*For more information regarding this method refer to ISO 226.

------------------------------------------------------------
Usage: [SPL FREQ] = ISO226(PHON);

PHON is the phon value in dB SPL that you want the equal
loudness curve to represent. (1phon = 1dB @ 1kHz)
SPL is the Sound Pressure Level amplitude returned for
each of the 29 frequencies evaluated by ISO226.
FREQ is the returned vector of frequencies that ISO226
evaluates to generate the contour.
------------------------------------------------------------

Cita come

Jeff Tackett (2024). ISO 226 Equal-Loudness-Level Contour Signal (https://www.mathworks.com/matlabcentral/fileexchange/7028-iso-226-equal-loudness-level-contour-signal), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Audio I/O and Waveform Generation in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Bug in code did not allow users of Matlab v5.3 to use the function. Merely added a comma in the function declaration.