Skip to content

Library reference

Algebra

Channels

Error control

Block coding

Block decoders

Convolutional coding

Checksum

Finite-state machines

Modulation

Pulse formatting

Pulses

Filtering

Sequences

Binary sequences

Complex sequences

Source coding

Lossless coding

Quantization

Sources

Utilities

  • bits_to_int – Converts a bit array to its integer representation (LSB first).
  • int_to_bits – Converts an integer, or array of integers, to their bit representations (LSB first).
  • gaussian_q – Computes the Gaussian Q-function.
  • gaussian_q_inv – Computes the inverse Gaussian Q-function.
  • marcum_q – Computes the Marcum Q-function.
  • autocorrelation – Computes the autocorrelation $R[\ell]$ of a real or complex sequence $x[n]$.
  • cyclic_autocorrelation – 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.
  • binary_entropy – Computes the binary entropy function.
  • relative_entropy – Computes the relative entropy (Kullback–Leibler divergence) between two pmfs.