data = data_zwicker1961;
data_zwicker1961 returns the data points defining the notion of critical bands. The output data consists of the frequency limit of each band in Hz.
To get the bandwidth of each channel, simply use:
bw = diff(data_zwicker1961);
The first entry has been modified from the original paper: It was originally 20 Hz, but in Zwicker and Fastl 1999 this was changed to 0 Hz.
The data can be plotted using
data_zwicker1961('plot');
E. Zwicker. Subdivision of the audible frequency range into critical bands (frequenzgruppen). J. Acoust. Soc. Am., 33(2):248--248, 1961. [ DOI | http ]
E. Zwicker and H. Fastl. Psychoacoustics: Facts and models, volume 254. Springer Berlin, 1999.