The Pwlut class implements a lookup table with piecewise linear segments.
More...
#include <pwlut.h>
|
| Pwlut () |
|
|
void | set_lut (const std::string &pwlut_string) |
| Set the input/output pairs in the lookup table.
|
|
void | set_lut (const Float_pair_list &pwlut_fpl) |
| Set the input/output pairs in the lookup table.
|
|
float | lookup (float vin) const |
| Interpolate a lookup value.
|
|
The Pwlut class implements a lookup table with piecewise linear segments.
◆ Pwlut()
◆ lookup()
float Pwlut::lookup |
( |
float | vin | ) |
const |
Interpolate a lookup value.
◆ set_lut() [1/2]
Set the input/output pairs in the lookup table.
◆ set_lut() [2/2]
void Pwlut::set_lut |
( |
const std::string & | pwlut_string | ) |
|
Set the input/output pairs in the lookup table.
◆ ait_end
Float_pair_list::const_iterator Pwlut::ait_end |
|
protected |
◆ ait_start
Float_pair_list::const_iterator Pwlut::ait_start |
|
protected |
◆ fpl
◆ left_slope
◆ right_slope
The documentation for this class was generated from the following files: