Signal Processing ================= Digital signal processing functions for radar and sensor applications. .. automodule:: pytcl.mathematical_functions.signal_processing :members: :undoc-members: :show-inheritance: Filter Design ------------- IIR and FIR digital filter design functions. .. automodule:: pytcl.mathematical_functions.signal_processing.filters :members: :undoc-members: :show-inheritance: Matched Filtering ----------------- Matched filter and pulse compression algorithms. .. automodule:: pytcl.mathematical_functions.signal_processing.matched_filter :members: :undoc-members: :show-inheritance: CFAR Detection -------------- Constant False Alarm Rate (CFAR) detection algorithms. .. automodule:: pytcl.mathematical_functions.signal_processing.detection :members: :undoc-members: :show-inheritance: