optic.plot.constHist
- constHist(symb, ax, cmap='turbo', whiteb=True)
Generate histogram-based constellation plot.
- Parameters:
symb (np.array) – Complex-valued constellation symbols.
ax (axis object handle) – axis of the plot.
cmap (str, optional) – Colormap name. The default is “turbo”.
whiteb (bool, optional) – If True, set values below the minimum to transparent (white background). The default is True.
- Returns:
ax – axis of the plot.
- Return type:
axis object handle