ISO 226 Equal-Loudness-Level Contour Signal
by Jeff Tackett
01 Mar 2005
(Updated 17 Mar 2005)
Generates a psychoacoustic equal loudness contour (curve) as described in ISO 226.
|
Watch this File
|
| File Information |
| Description |
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.
------------------------------------------------------------ |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (25) |
| 06 Mar 2005 |
Christian Schultes
|
|
|
| 28 Dec 2005 |
. .
|
|
|
| 23 Jan 2006 |
William Hooper
|
|
|
| 26 Jan 2006 |
Johannes Buechler
|
|
|
| 18 Feb 2006 |
MarC .
|
|
|
| 27 Apr 2006 |
Laurent SIMON
|
|
|
| 12 Jan 2007 |
Julien Riquelme
|
|
|
| 11 Jul 2007 |
Pablo Henriquez
|
|
|
| 02 Oct 2007 |
enrico cignoni
|
|
|
| 18 Oct 2007 |
bo qin
|
|
|
| 04 Dec 2007 |
Vincenzo Gambino
|
|
|
| 15 Aug 2008 |
Abbas Khudair Abbas
|
|
|
| 01 Oct 2009 |
Pradeep
|
|
|
| 16 Oct 2009 |
Germ
|
|
|
| 17 Apr 2010 |
Prawinath Aponso
|
|
|
| 04 Aug 2010 |
Francois-Xavier Brajot
|
|
|
| 18 Oct 2010 |
Alex Nieva
|
|
|
| 15 Mar 2011 |
oddo
|
|
|
| 05 Aug 2011 |
Alex
|
|
|
| 21 Dec 2011 |
harsh
|
|
|
| 21 Dec 2011 |
harsh
|
|
|
| 21 Dec 2011 |
harsh
|
|
|
| 21 Dec 2011 |
harsh
|
|
|
| 21 Dec 2011 |
harsh
|
|
|
| 21 Dec 2011 |
harsh
|
|
|
| Updates |
| 04 Mar 2005 |
Added Screenshot image. |
| 17 Mar 2005 |
Bug in code did not allow users of Matlab v5.3 to use the function. Merely added a comma in the function declaration. |
|
Contact us at files@mathworks.com