gz/math/SignalStats.hh File Reference
#include <map>
#include <memory>
#include <string>
#include <gz/math/Helpers.hh>
#include <gz/math/config.hh>
Go to the source code of this file.
Classes | |
class | SignalMaxAbsoluteValue |
Computing the maximum of the absolute value of a discretely sampled signal. Also known as the maximum norm, infinity norm, or supremum norm. More... | |
class | SignalMaximum |
Computing the maximum value of a discretely sampled signal. More... | |
class | SignalMean |
Computing the mean value of a discretely sampled signal. More... | |
class | SignalMinimum |
Computing the minimum value of a discretely sampled signal. More... | |
class | SignalRootMeanSquare |
Computing the square root of the mean squared value of a discretely sampled signal. More... | |
class | SignalStatistic |
Statistical properties of a discrete time scalar signal. More... | |
class | SignalStats |
Collection of statistics for a scalar signal. More... | |
class | SignalVariance |
Computing the incremental variance of a discretely sampled signal. More... | |
Namespaces | |
gz | |
gz::math | |