pyrex.ray_tracing.UniformRayTracePath.attenuation¶
-
UniformRayTracePath.
attenuation
(f, dz=1)¶ Calculate the attenuation factor for signal frequencies.
Calculates the attenuation factor to be multiplied by the signal amplitude at the given frequencies.
- Parameters
- farray_like
Frequencies (Hz) at which to calculate signal attenuation.
- dzfloat, optional
Step size in z to divide the ice. Actual step size will not be exactly this value, but is guaranteed to be less than the given value.
- Returns
- array_like
Attenuation factors for the signal at the frequencies f.