ERBTOFREQ Converts erb units to frequency (Hz) Usage: freq = erbtofreq(erb); This is a wrapper around AUDTOFREQ that selects the erb-scale. Please see the help on AUDTOFREQ for more information. The following figure shows the corresponding frequencies for erb values up to 31: erbs=0:31; freqs=erbtofreq(erbs); plot(erbs,freqs); xlabel('Frequency / erb'); ylabel('Frequency / Hz');
Url: http://ltfat.github.io/doc/auditory/erbtofreq.html
See also: audtofreq, freqtoaud.
Package: ltfat