Loop theorem: Difference between revisions
en>Sodin added Category:Theorems in topology using HotCat |
en>Addbot m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q3822213 |
||
Line 1: | Line 1: | ||
'''Bandwidth expansion''' is a technique for widening the [[Bandwidth (signal processing)|bandwidth]] or the [[resonances]] in an [[Linear predictive coding|LPC]] filter. This is done by moving all the [[Pole (complex analysis)|poles]] towards the origin by a constant factor <math>\gamma</math>. The bandwidth-expanded filter <math>A'(z)</math> can be easily derived from the original [[Digital filter|filter]] <math>A(z)</math> by: | |||
:<math>A'(z) = A(z/\gamma)</math> | |||
Let <math>A(z)</math> be expressed as: | |||
:<math>A(z) = \sum_{k=0}^{N}a_kz^{-k}</math> | |||
The bandwidth-expanded filter can be expressed as: | |||
:<math>A'(z) = \sum_{k=0}^{N}a_k\gamma^kz^{-k}</math> | |||
In other words, each [[Linear_prediction|coefficient]] <math>a_k</math> in the original filter is simply multiplied by <math>\gamma^k</math> in the bandwidth-expanded filter. The simplicity of this transformation makes it attractive, especially in [[CELP]] coding of speech, where it is often used for the perceptual noise [[Weighting filter|weighting]] and/or to stabilize the LPC analysis. However, when it comes to stabilizing the LPC analysis, [[lag windowing]] is often preferred to bandwidth expansion. | |||
== References == | |||
P. Kabal, "Ill-Conditioning and Bandwidth Expansion in Linear Prediction of Speech", ''Proc. IEEE Int. Conf. Acoustics, Speech, Signal Processing'', pp. I-824-I-827, 2003. | |||
[[Category:Signal processing]] |
Revision as of 09:26, 15 March 2013
Bandwidth expansion is a technique for widening the bandwidth or the resonances in an LPC filter. This is done by moving all the poles towards the origin by a constant factor . The bandwidth-expanded filter can be easily derived from the original filter by:
The bandwidth-expanded filter can be expressed as:
In other words, each coefficient in the original filter is simply multiplied by in the bandwidth-expanded filter. The simplicity of this transformation makes it attractive, especially in CELP coding of speech, where it is often used for the perceptual noise weighting and/or to stabilize the LPC analysis. However, when it comes to stabilizing the LPC analysis, lag windowing is often preferred to bandwidth expansion.
References
P. Kabal, "Ill-Conditioning and Bandwidth Expansion in Linear Prediction of Speech", Proc. IEEE Int. Conf. Acoustics, Speech, Signal Processing, pp. I-824-I-827, 2003.