Function: audspace
AUDSPACE  Equidistantly spaced points on auditory scale
  Usage: y=audspace(fmin,fmax,n,scale);

  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.
 

Url: http://ltfat.github.io/doc/auditory/audspace.html

See also: freqtoaud, audspacebw, audfiltbw.

Package: ltfat