9#include "../processor.h"
10#include "../spectrum_types.h"
11#include "../spectrum/spectrum_state.h"
13namespace fbgsense::detection
18 virtual void perform(
spectrum_state spect, std::initializer_list<parameter_t> params) = 0;
Definition: detection_method.h:16
Provides support for custom computation implementations.
Definition: processor.h:17
Data structure reflecting spectrum's current state. Used in processors.
Definition: spectrum_state.h:19