Skip to content

vlt.math.bandwidth

  BANDWIDTH - calculate the bandwidth between two frequencies

  BW = BANDWIDTH(LOW, HIGH)

  Calculates bandwidth as log2(HIGH/LOW).

  If LOW is NaN or +/-Inf, BW is Inf;
  If HIGH is NaN or +/Inf, BW is Inf.
  Otherwise, BW is log2(HIGH/LOW).