#include <meteoio/meteoFilters/FilterBlock.h>
#include <vector>
#include <string>
Go to the source code of this file.
|
class | mio::ProcNoise |
| Generate a noise signal to modify the input. The noise signal is either added ("add") to the input or used as a fraction and multiplied by the input signal ("mult"). This filter always takes three arguments: a type specifying if the noise is added or multiplied, a distribution specifying the random numbers distribution and a range that is the scaling factor to apply. The following random distributions are supported: More...
|
|