Block switching: Difference between revisions
No edit summary |
(Some minor grammer corrections and wording. The applets are good example? but the link to the first one should be on the page about pre-echo.) |
||
Line 1: | Line 1: | ||
The Psychoacoustic model decides when to switch to short blocks and back to long blocks (block switching). | |||
In [[MP3]], switching to short blocks will isolate the attack to 192 sample window, so the oscillations are only spread over 192 samples instead of 576. Block switching is also used by [[Ogg Vorbis]] and [[AAC]]. | In [[MP3]], switching to short blocks will isolate the attack to 192 sample window, so the oscillations are only spread over 192 samples instead of 576. Block switching is also used by [[Ogg Vorbis]] and [[AAC]], ''(except on windows that can be a power of two only)''. [[MPC]], being a [[subband|subband coder]] doesn't make use of block switching, ''(although it is implemented and can be used)'' | ||
Switching to short blocks and increasing of the [[bitrate]] to encode | Switching to short blocks and increasing of the [[bitrate]] to encode a series of [[MDCT]] coefficients of a particular [[transient]] is one way to combat [[Pre echo]]. | ||
==Additional reading:== | |||
Some Java applets to examine fourier series behaviour (note that [[MDCT]] behaviour is not totally identical): | |||
; http://www. | *; http://www.jhu.edu/~signals/fourier2/ : You can draw a sharp attack here, and use calculate with a large number of coefficients... if you start to reduce the number of coefficients you will see the [[pre echo]] appear. | ||
; http://www.univie.ac.at/future.media/moe/galerie/fourier/fourier.html : Maths online fourier series applet. | *; http://www.gac.edu/~huber/fourier : Doesnt seem to work in netscape. iirc this one lets you listen to the sound. | ||
*; http://www.univie.ac.at/future.media/moe/galerie/fourier/fourier.html : Maths online fourier series applet. |
Revision as of 03:13, 27 June 2005
The Psychoacoustic model decides when to switch to short blocks and back to long blocks (block switching).
In MP3, switching to short blocks will isolate the attack to 192 sample window, so the oscillations are only spread over 192 samples instead of 576. Block switching is also used by Ogg Vorbis and AAC, (except on windows that can be a power of two only). MPC, being a subband coder doesn't make use of block switching, (although it is implemented and can be used)
Switching to short blocks and increasing of the bitrate to encode a series of MDCT coefficients of a particular transient is one way to combat Pre echo.
Additional reading:
Some Java applets to examine fourier series behaviour (note that MDCT behaviour is not totally identical):
- http://www.jhu.edu/~signals/fourier2/
- You can draw a sharp attack here, and use calculate with a large number of coefficients... if you start to reduce the number of coefficients you will see the pre echo appear.
- http://www.gac.edu/~huber/fourier
- Doesnt seem to work in netscape. iirc this one lets you listen to the sound.
- http://www.univie.ac.at/future.media/moe/galerie/fourier/fourier.html
- Maths online fourier series applet.