Last few changes before submitting for correction
This commit is contained in:
parent
0d9a40e894
commit
d36cd83cf6
@ -40,7 +40,7 @@ $f$ must be minimized under certain constraints:%
|
||||
\text{subject to}\hspace{2mm} &\boldsymbol{c} \in D
|
||||
,\end{align*}%
|
||||
%
|
||||
where $D$ is the domain of values attainable for $c$ and represents the
|
||||
where $D$ is the domain of values attainable for $\boldsymbol{c}$ and represents the
|
||||
constraints.
|
||||
|
||||
In contrast to the established message-passing decoding algorithms,
|
||||
@ -214,8 +214,8 @@ decoding is the following:%
|
||||
\text{subject to }\hspace{2mm} &\boldsymbol{c} \in \mathcal{C}
|
||||
.\end{align*}%
|
||||
%
|
||||
\todo{$\boldsymbol{c}$ or some other variable name? e.g. $\boldsymbol{c}^{*}$.
|
||||
Especially for the continuous variable in LP decoding}
|
||||
%\todo{$\boldsymbol{c}$ or some other variable name? e.g. $\boldsymbol{c}^{*}$.
|
||||
%Especially for the continuous variable in LP decoding}
|
||||
|
||||
As solving integer linear programs is generally NP-hard, this decoding problem
|
||||
has to be approximated by one with looser constraints.
|
||||
@ -633,7 +633,7 @@ determined by the channel model.
|
||||
The prior \ac{PDF} $f_{\boldsymbol{X}}\left( \boldsymbol{x} \right)$ is also
|
||||
known as the equal probability assumption is made on
|
||||
$\mathcal{C}\left( \boldsymbol{H} \right)$.
|
||||
However, because in this case the considered domain is continuous,
|
||||
However, because the considered domain is continuous,
|
||||
the prior \ac{PDF} cannot be ignored as a constant during the minimization
|
||||
as is often done, and has a rather unwieldy representation:%
|
||||
%
|
||||
@ -643,7 +643,7 @@ as is often done, and has a rather unwieldy representation:%
|
||||
\sum_{c \in \mathcal{C}\left( \boldsymbol{H} \right) }
|
||||
\delta\left( \boldsymbol{x} - \left( -1 \right) ^{\boldsymbol{c}}\right)
|
||||
\label{eq:prox:prior_pdf}
|
||||
\end{align}%
|
||||
.\end{align}%
|
||||
%
|
||||
In order to rewrite the prior \ac{PDF}
|
||||
$f_{\boldsymbol{X}}\left( \boldsymbol{x} \right)$,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user