Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: question about mdct and short windows (Read 1632 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

question about mdct and short windows

hi,

I'm using libmad to perform some compressed-domain audio analysis. I get the mdct after the reordering (i.e. after the call to the function III_reorder) from vector xr in the function mad_error III_decode of the file layer3.c. This vector seems to always contain the 576 values of the mdct ordered by frequency, as expected for long windows. This seems to be true even for short windows (when blocktype = 2). Are the three 192-points mdct computed in the case of short windows recombined in a 576-points mdct? How? If not, what do the 576 points in xr represent in the case of short windows?

thanks

jul