Inherits FGXMLAutopilot::DigitalFilterImplementation.
|
bool | configure (SGPropertyNode &cfg_node, const std::string &cfg_name, SGPropertyNode &prop_root) override |
|
Definition at line 261 of file digitalfilter.cxx.
◆ CoherentNoiseFilterImplementation()
CoherentNoiseFilterImplementation::CoherentNoiseFilterImplementation |
( |
| ) |
|
◆ collectDependentProperties()
virtual void FGXMLAutopilot::CoherentNoiseFilterImplementation::collectDependentProperties |
( |
std::set< const SGPropertyNode * > & | props | ) |
const |
|
inlinevirtual |
◆ compute()
double CoherentNoiseFilterImplementation::compute |
( |
double | dt, |
|
|
double | input ) |
|
overridevirtual |
◆ configure()
bool CoherentNoiseFilterImplementation::configure |
( |
SGPropertyNode & | cfg_node, |
|
|
const std::string & | cfg_name, |
|
|
SGPropertyNode & | prop_root ) |
|
overrideprotectedvirtual |
◆ initialize()
void CoherentNoiseFilterImplementation::initialize |
( |
double | initvalue | ) |
|
|
overridevirtual |
◆ _absoluteVal
bool FGXMLAutopilot::CoherentNoiseFilterImplementation::_absoluteVal = false |
|
protected |
◆ _amplitude
simgear::ValueList FGXMLAutopilot::CoherentNoiseFilterImplementation::_amplitude |
|
protected |
◆ _discreteValues
std::vector<double> FGXMLAutopilot::CoherentNoiseFilterImplementation::_discreteValues |
|
protected |
◆ _numDiscreteValues
size_t FGXMLAutopilot::CoherentNoiseFilterImplementation::_numDiscreteValues = 1024 |
|
protected |
The documentation for this class was generated from the following file: