![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
FreqEstimator tunable parameters. More...
#include <freq_estimator.h>
Public Attributes | |
float | P |
Proportional gain of PI-controller. | |
float | I |
Integral gain of PI-controller. | |
size_t | decimation_factor1 |
How much downsample input value (latency buffer size) on the first stage. Must be less or equal to fe_decim_factor_max and must be greater than zero. | |
size_t | decimation_factor2 |
How much downsample input value on the second stage. Must be less or equal to fe_decim_factor_max. Could be zero to disable the second decimation stage. | |
FreqEstimator tunable parameters.
Definition at line 24 of file freq_estimator.h.
|
inline |
Definition at line 36 of file freq_estimator.h.
size_t roc::audio::FreqEstimatorConfig::decimation_factor1 |
How much downsample input value (latency buffer size) on the first stage. Must be less or equal to fe_decim_factor_max and must be greater than zero.
Definition at line 30 of file freq_estimator.h.
size_t roc::audio::FreqEstimatorConfig::decimation_factor2 |
How much downsample input value on the second stage. Must be less or equal to fe_decim_factor_max. Could be zero to disable the second decimation stage.
Definition at line 34 of file freq_estimator.h.
float roc::audio::FreqEstimatorConfig::I |
Integral gain of PI-controller.
Definition at line 26 of file freq_estimator.h.
float roc::audio::FreqEstimatorConfig::P |
Proportional gain of PI-controller.
Definition at line 25 of file freq_estimator.h.