[BoW] r10 - trunk/audio_coding/predictive_coding.tex

kostya subversion at mplayerhq.hu
Sun Sep 28 16:01:19 CEST 2008


Author: kostya
Date: Sun Sep 28 16:01:19 2008
New Revision: 10

Log:
Fix typo

Modified:
   trunk/audio_coding/predictive_coding.tex

Modified: trunk/audio_coding/predictive_coding.tex
==============================================================================
--- trunk/audio_coding/predictive_coding.tex	(original)
+++ trunk/audio_coding/predictive_coding.tex	Sun Sep 28 16:01:19 2008
@@ -2,7 +2,7 @@
 
  Prediction is wide-employed method for effective data compression.
  One can think about prediction as a FIR filter
- $y_n = x_n - f(x_{n-1}, x_{n-2}, \ddots)$ where $x_n$ is $n$-th input sample
+ $y_n = x_n - f(x_{n-1}, x_{n-2}, \ldots)$ where $x_n$ is $n$-th input sample
  and $y_n$ is $n$-th output sample and $f(x)$ is a prediction function.
  Depending on prediction function type there is  linear prediction (i.e.
  $y_n = x_n - \sum _{i=0} ^N a_i x_{n-i-1}$) and nonlinear prediction.



More information about the BoW mailing list