Skip to content

Struct median_detector_cfg

ClassList > median_detector_cfg

Konfigurace detektoru. More...

  • #include <peak_detector.h>

Public Attributes

Type Name
struct median_detector_levels levels
uint8_t num_taps
uint16_t tap_size

Detailed Description

Detektor čte bloky tap_size vzorků (tap) do kruhového bufferu délky num_taps tapů. Pro každý offset přes všechny tapy se udržuje medián pomocí dvou hald. Z těchto mediánů se vyhodnocuje deviation v prostředním tapu.

Public Attributes Documentation

variable levels

struct median_detector_levels median_detector_cfg::levels;

Nastavení prahů detekce.


variable num_taps

uint8_t median_detector_cfg::num_taps;

Počet tapů v okně (>=2).


variable tap_size

uint16_t median_detector_cfg::tap_size;

Délka jednoho tapu.



The documentation for this class was generated from the following file scripts/median-filter/csrc/peak_detector.h