#include "marvin/library/marvin_Concepts.h"
Go to the source code of this file.
Classes | |
class | marvin::utils::SmoothedValue< SampleType, Type > |
A utility class to smooth discrete values over a given period. More... | |
Namespaces | |
namespace | marvin |
A mostly harmless top-level namespace. | |
namespace | marvin::utils |
Utility helper functions and classes. | |
Enumerations | |
enum class | marvin::utils::SmoothingType { marvin::utils::Linear , marvin::utils::Exponential } |
Enum to configure SmoothedValue to either use linear smoothing, or exponential (lowpass) smoothing. More... | |