Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimPhaseFeatureOperatorConfig Struct Reference

Configuration for phase-feature extraction. More...

#include <phase_feature.h>

Public Attributes

size_t input_field
 
size_t output_field
 
double threshold
 
double exponent
 
bool accumulate
 
bool scale_by_dt
 

Detailed Description

Configuration for phase-feature extraction.

Member Data Documentation

◆ accumulate

bool SimPhaseFeatureOperatorConfig::accumulate

When true, adds extracted features into the output.

◆ exponent

double SimPhaseFeatureOperatorConfig::exponent

Exponent applied to (|x| - threshold) when weighting features.

◆ input_field

size_t SimPhaseFeatureOperatorConfig::input_field

Source field supplying samples.

◆ output_field

size_t SimPhaseFeatureOperatorConfig::output_field

Field receiving phase features.

◆ scale_by_dt

bool SimPhaseFeatureOperatorConfig::scale_by_dt

When true, scale accumulated writes by substep dt.

◆ threshold

double SimPhaseFeatureOperatorConfig::threshold

Magnitude gate below which samples are suppressed.


The documentation for this struct was generated from the following file: