|
AUDSPACE - Equidistantly spaced points on auditory scale
Usage:
- y = audspace(scale,flow,fhigh,n);
Description:
AUDSPACE(scale,flow,fhigh,n) computes a vector of length n containing values
equistantly scaled on the selected auditory scale between flow and fhigh. All
frequencies are specified in Hz.
See the help on FREQTOAUD to get a list of the supported values of the
scale parameter.
[y,bw]=AUDSPACE(...) does the same but outputs the bandwidth between
each sample measured on the selected scale.
References:
B. Glasberg and B. Moore.
Derivation of auditory filter shapes from notched-noise data.
Hearing Research, 47(1-2):103, 1990.
|