Skip to content

Library reference

Algebra

Channels

Error control

Block coding

Convolutional coding

Finite-state machines

Modulation

Pulse formatting

Pulses

Filtering

Quantization

Sequences

Binary sequences

Complex sequences

Source coding

Sources

Lossless coding

Utilities

  • binlist2int – Converts a bit array to its integer representation.
  • int2binlist – Converts an integer to its bit array representation.
  • pack – Packs a given integer array.
  • unpack – Unpacks a given bit array.
  • qfunc – Computes the Gaussian Q-function.
  • qfuncinv – Computes the inverse Gaussian Q-function.
  • acorr – Computes the autocorrelation $R[\ell]$ of a real or complex sequence $x[n]$.
  • cyclic_acorr – Computes the cyclic autocorrelation $\tilde{R}[\ell]$ of a real or complex sequence $x[n]$.
  • entropy – Computes the entropy of a random variable with a given pmf.