![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Median filter over a stream of values. More...
#include <util.h>
Public Member Functions | |
CMedianFilter (unsigned int size, T initial_value) | |
void | input (T value) |
T | median () const |
int | size () const |
std::vector< T > | sorted () const |
Private Attributes | |
std::vector< T > | vValues |
std::vector< T > | vSorted |
unsigned int | nSize |
Median filter over a stream of values.
Returns the median of the last N numbers
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |