pybic.BicAn.FindMaxInRange

BicAn.FindMaxInRange(FxLo, FxHi, FyLo, FyHi, useb2=True)[source]

Finds maximum bicoherence in given range.

Helpful for tracking a particular feature over time.

Parameters:
  • FxLo (float) – Low (x-)frequency limit.

  • FxHi (float) – High (x-)frequency limit.

  • FyLo (float) – Low (y-)frequency limit.

  • FyHi (float) – High (y-)frequency limit.

  • useb2 (bool) – Use max bicoherence. Finds max bispectral modulus \(|\mathcal{B}|\) if False.

Caution

This method does not work properly with cross-bispectral analysis at present!