This is where navigation should be.

AUDSPACE - Equidistantly spaced points on auditory scale

Usage

y=audspace(fmin,fmax,n,scale);

Description

audspace(fmin,fmax,n,scale) computes a vector of length n containing values equidistantly scaled on the selected auditory scale between the frequencies fmin and fmax. 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.