uwacan.propagation.NonlocalPropagationModel#

class NonlocalPropagationModel[source]#

Bases: PropagationModel

Class for propagation models and only depend on relative coordinates.

Methods

compensate_propagation(received_power, ...)

Compensate the propagation of measured power.

power_propagation(distance, frequency, ...)

Compute the propagation factor.

slant_range(horizontal_distance, receiver_depth)

Compute the slant range from source to receiver.

Inherited methods