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: Queries in Filterbank (Read 2614 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Queries in Filterbank

"After the 32-band PQMF filter, blocks of 36 sub-band samples are overlapped by 50%, multiplied by a sine window and then processed by the MDCT transform...."

I read this from a book, it is about Layer III Hybrid Filter Bank. My query is, how can we ensure there are 36 sub-band samples in each of the 32-band? Aren't the number of samples proportional to the length of the data?

Queries in Filterbank

Reply #1
At first step audio data is divided in frames of exactly 1152 samples each. This gives us 1152 / 32 = 36 samples is each subband after PQF.

-Eugene
The  greatest  programming  project of all took six days;  on the seventh  day  the  programmer  rested.  We've been trying to debug the !@#$%&* thing ever since. Moral: design before you implement.

 

Queries in Filterbank

Reply #2
No.. The audio data is divided into frames of 576 samples.. So 576 / 32 gives you 18 samples per subband.. You have to combine the 18 samples of the previous frame to get 32 samples per subband for the MDCT calculation.