MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_smoothing()

void MayaFlux::Nodes::Input::InputNode::set_smoothing ( SmoothingMode  mode,
double  factor = 0.1 
)
inline

Definition at line 189 of file InputNode.hpp.

190 {
192 m_config.smoothing_factor = factor;
193 }
std::vector< double > mode(std::span< const double > data, size_t n_windows, uint32_t hop_size, uint32_t window_size)
Mode per window via tolerance-bucketed frequency count.
Definition Analysis.cpp:559
double smoothing_factor
0-1, higher = faster response
Definition InputNode.hpp:81