Robochameleon  v1.0
Functions
hd_euclid.m File Reference

Minimun euclidean distance symbol decisor. More...

Go to the source code of this file.

Functions

function hd_euclid (in X, in c)
 Euclidean metric hard decision digital demodulation. More...
 

Detailed Description

Minimun euclidean distance symbol decisor.

Author
Robert Borkowski rbor@.nosp@m.foto.nosp@m.nik.d.nosp@m.tu.d.nosp@m.k
Version
1

Definition in file hd_euclid.m.

Function Documentation

function hd_euclid ( in  X,
in  c 
)

Euclidean metric hard decision digital demodulation.

To output is returned as unit16 by default. To get the output as double call the function as follow.

1 out = double(hd_euclid(X, c));
Parameters
XData to be decided, complex symbols
cConstellation, complex symbols (vector)

retval symb Demodulated symbols [unint16] retval dist Distance of the symbols form the closest point in the reference constellation