QUOTE(TaichiOrange @ Sep 15 2006, 05:42)

It is to say, one subband has 18 frequency lines. In AAC, one subband has only one frequency lines.
MP3: Like Gabriel said: First stage splits the signal into 32 subbands. 2nd stage splits each subband into 18 subbands => 576 subbands with one sample each for one granule.
AAC: Only one stage. Splitting into 1024 subbands. (for long blocks)
Since the subbands are very narrow we like to speak of "spectral lines" or "frequency lines".
QUOTE(Gabriel @ Sep 15 2006, 07:53)

isn't it a little tricky to call mdct a filterbank? A filterbank should be doable with a bank of filters, shouldn't it?
QMF are obviously filterbanks, but should we call all time/space->freq transforms like mdct/fft/hct/hadamard filterbanks?
Why not? These
are types of critically sampled filterbanks. Take the iMDCT for example: if you set one transform coefficient to 1 and the rest to 0, compute the inverse transform you get the impulse response of the synthesis filter for that specific subband whose sample you set to 1. Assuming equal analysis and synthesis windows which corresponds to an orthogonal filterbank, the analysis filter's impulse response is the time-reversed version of the synthesis impulse response.
But nobody should use other transforms (like the FFT) as a filterbank because their analysis/synthesis filters suck (energy leakage due to not having a smooth window / no overlap).