This is where navigation should be.

AUDSPACEBW - Auditory scale points specified by bandwidth

Usage

y=audspacebw(fmin,fmax,bw,hitme);
y=audspacebw(fmin,fmax,bw);
y=audspacebw(fmin,fmax);
[y,n]=audspacebw(...);

Description

audspacebw(fmin,fmax,bw,scale) computes a vector containing values equistantly scaled between frequencies fmin and fmax on the selected auditory scale. All frequencies are specified in Hz.The distance between two consecutive values is bw on the selected scale, and the points will be centered on the scale between fmin and fmax.

See the help on freqtoaud to get a list of the supported values of the scale parameter.

audspacebw(fmin,fmax,bw,hitme,scale) will do as above, but one of the points is quaranteed to be the frequency hitme.

[y,n]=audspacebw(...) additionally returns the number of points n in the output vector y.