Function: audspacebw
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(...);

  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.

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

See also: freqtoaud, audspace, audfiltbw.

Package: ltfat