#include <NoiseReduction.h>
◆ tcNoiseReduction()
tcNoiseReduction::tcNoiseReduction |
( |
int |
anBaseAddress | ) |
|
◆ ~tcNoiseReduction()
tcNoiseReduction::~tcNoiseReduction |
( |
| ) |
|
◆ get_params()
bool tcNoiseReduction::get_params |
( |
bool & |
en_hi, |
|
|
uint16_t & |
thresh_hi, |
|
|
bool & |
en_low, |
|
|
uint16_t & |
thresh_lo |
|
) |
| |
Get the parameters
- Parameters
-
en_hi | enable hi peak clipping / filtering |
thresh_hi | threshold for hi peak clipping / filtering |
en_lo | enable low peak clipping / filtering |
thresh_low | threshold for low peak clipping / filtering |
- Returns
- true on success
◆ initialized()
bool tcNoiseReduction::initialized |
( |
| ) |
|
- Returns
- True if the register is initialized.
◆ reset()
void tcNoiseReduction::reset |
( |
bool |
abReset | ) |
|
Set the reset bit.
- Parameters
-
abReset | - the state of the reset bit. |
◆ set_params()
void tcNoiseReduction::set_params |
( |
bool |
en_hi, |
|
|
uint16_t |
thresh_hi, |
|
|
bool |
en_low, |
|
|
uint16_t |
thresh_lo |
|
) |
| |
Set the parameters
- Parameters
-
en_hi | enable hi peak clipping / filtering |
thresh_hi | threshold for hi peak clipping / filtering |
en_lo | enable low peak clipping / filtering |
thresh_low | threshold for low peak clipping / filtering |
◆ mhNoiseReduction
tcFPGARegister<unsigned int> tcNoiseReduction::mhNoiseReduction |
|
protected |
The documentation for this class was generated from the following files: