#include <smoothing_algorithm.h>
◆ Exp_Smooth() [1/4]
| Exp_Smooth::Exp_Smooth |
( |
| ) |
|
◆ Exp_Smooth() [2/4]
| Exp_Smooth::Exp_Smooth |
( |
float |
alpha | ) |
|
◆ Exp_Smooth() [3/4]
◆ Exp_Smooth() [4/4]
◆ ~Exp_Smooth()
| Exp_Smooth::~Exp_Smooth |
( |
| ) |
|
|
inline |
◆ clear()
| void Exp_Smooth::clear |
( |
| ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_Alpha()
| void Exp_Smooth::set_Alpha |
( |
float |
alpha | ) |
|
|
inline |
◆ smooth()
| float Exp_Smooth::smooth |
( |
const float & |
input | ) |
|
|
virtual |
◆ alpha_
◆ is_first_
| bool Exp_Smooth::is_first_ |
|
private |
◆ last_output_
| float Exp_Smooth::last_output_ |
|
private |
The documentation for this class was generated from the following files:
- C:/Users/073be/OneDrive/Documents/Robotics/Codes/beta/Khangai-Robot/Khangai-Robot-Full/KhangaiRobot-Play/Core/Inc/utils/filter/smoothing_algorithm.h
- C:/Users/073be/OneDrive/Documents/Robotics/Codes/beta/Khangai-Robot/Khangai-Robot-Full/KhangaiRobot-Play/Core/Src/utils/filter/exp_smooth.cpp