|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Controls thresholded phase-coherence metrics and phase-lock detection. More...
#include <sim_field_stats_runtime.h>
Public Attributes | |
| double | abs_threshold |
| double | rel_threshold |
| bool | weighted |
| double | lock_on |
| double | lock_off |
| double | smoothing_constant |
| bool | deramp_enabled |
Controls thresholded phase-coherence metrics and phase-lock detection.
| double SimPhaseCoherenceConfig::abs_threshold |
Absolute magnitude threshold for phase samples.
| bool SimPhaseCoherenceConfig::deramp_enabled |
Remove the dominant spectral bin before k0 coherence.
| double SimPhaseCoherenceConfig::lock_off |
EMA threshold that exits the locked state.
| double SimPhaseCoherenceConfig::lock_on |
EMA threshold that enters the locked state.
| double SimPhaseCoherenceConfig::rel_threshold |
Relative threshold scaled by mean magnitude.
| double SimPhaseCoherenceConfig::smoothing_constant |
EMA smoothing time constant in seconds.
| bool SimPhaseCoherenceConfig::weighted |
Use magnitude-weighted coherence for lock decisions.