Module: sarpyx.processor.algorithms.rda

File: sarpyx/processor/algorithms/rda.py

Range-Doppler Algorithm implementations. This module contains various implementations of the Range-Doppler Algorithm (RDA) for SAR focusing, including optimized and simplified versions.

Exported Symbols (__all__)

  • simple_rda

Public Functions (1)

simple_rda function

Simple Range-Doppler Algorithm implementation.

File location: sarpyx/processor/algorithms/rda.py:11

Signature

simple_rda()

Parameters

ParameterTypeRequiredDefaultDescription
--no-No explicit public parameters; behavior inferred from implementation.

Return Type

inferred from implementation

inferred from implementation.

Exceptions

None explicitly documented; inferred from implementation.

Side Effects

  • inferred from implementation

Example Usage

from sarpyx.processor.algorithms.rda import simple_rda

result = simple_rda()

Edge Cases

No explicit edge-case section found; behavior is inferred from implementation.

Public Classes (0)

No public classes detected.