Pass.calculate_snr

Pass.calculate_snr

Pass.calculate_snr(tx, rx, diameter)[source]

Uses the signals.hard_target_snr function to calculate the optimal SNR curve of a target during the pass if the TX and RX stations are pointing at the object. The SNR’s are returned from the function but also stored in the property self.snr.

Parameters
  • tx (TX) – The TX station that observed the pass.

  • rx (RX) – The RX station that observed the pass.

  • diameter (float) – The diameter of the object.

Returns

(n,) Vector with the SNR’s during the pass.

Return type

numpy.ndarray