But I want to know the concept of the filter bank(32 subbands) and the MDCT,
I need a .c program to see the input/output of the filter bank and MDCT.Because
I need use it in my own compression.
I know the filter and MDCT also use in LAME,but it is too complicate for me...>"<
I dun know the two technique how to apply to a wave file....
So, hope someone can give me the .c file only the filter bank and MDCT or some
useful linkings about these.
BTW: There's an alternate method of computing this transform. I didn't try the mentioned algorithm (I guess it iterativliy reduces an 2n-point MDCT to two n-point MDCTs). You can also reduce the DCT type 4 to a complex FFT which is likely to be a bit faster. (still O(n*log(n)) time complexity)