exp-moving-avg.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2018,
3  * Julian Viereck
4  *
5  * CNRS/AIST
6  *
7  */
8 
9 #ifndef __SOT_EXPMOVINGAVG_H__
10 #define __SOT_EXPMOVINGAVG_H__
11 
12 /* --------------------------------------------------------------------- */
13 /* --- INCLUDE --------------------------------------------------------- */
14 /* --------------------------------------------------------------------- */
15 
16 #include <dynamic-graph/entity.h>
19 
20 #include <sot/core/config.hh>
21 
22 namespace dynamicgraph {
23 namespace sot {
24 
25 /* --------------------------------------------------------------------- */
26 /* --- TRACER ---------------------------------------------------------- */
27 /* --------------------------------------------------------------------- */
28 
32 
33 class SOT_CORE_DLLAPI ExpMovingAvg : public Entity {
35 
36  public:
40 
41  public:
42  ExpMovingAvg(const std::string &n);
43  virtual ~ExpMovingAvg(void);
44 
45  void setAlpha(const double &alpha_);
46 
47  protected:
48  dynamicgraph::Vector &update(dynamicgraph::Vector &res, const int &inTime);
49 
51 
52  double alpha;
53  bool init;
54 };
55 
56 } /* namespace sot */
57 } /* namespace dynamicgraph */
58 
59 #endif /* #ifndef __SOT_TRACER_H__ */
Eigen::VectorXd Vector
Vec3f n
#define DYNAMIC_GRAPH_ENTITY_DECL()
AABB & update(const Vec3f &a, const Vec3f &b)
dynamicgraph::Vector average
SignalTimeDependent< int, int > refresherSINTERN
SignalTimeDependent< dynamicgraph::Vector, int > averageSOUT
SignalPtr< dynamicgraph::Vector, int > updateSIN


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26