SPUC::rv_stat Class Reference
[SPUC non-template classesMiscellaneous DSP]

a basic random Variable Statistics Class More...

#include <rv_stat.h>

List of all members.

Public Member Functions

 rv_stat ()
void update (float_type x)
float_type average ()
float_type mean_sq ()
float_type rms ()
float_type var ()
float_type std ()
float_type minimum ()
float_type maximum ()

Protected Attributes

float_type count
float_type av
float_type sq
float_type min_abs
float_type max_abs


Detailed Description

a basic random Variable Statistics Class

Author:
Tony Kirke


Constructor & Destructor Documentation

SPUC::rv_stat::rv_stat (  ) 


Member Function Documentation

float_type SPUC::rv_stat::average (  )  [inline]

float_type SPUC::rv_stat::maximum (  )  [inline]

float_type SPUC::rv_stat::mean_sq (  )  [inline]

float_type SPUC::rv_stat::minimum (  )  [inline]

float_type SPUC::rv_stat::rms (  )  [inline]

float_type SPUC::rv_stat::std (  )  [inline]

void SPUC::rv_stat::update ( float_type  x  ) 

float_type SPUC::rv_stat::var (  )  [inline]


Member Data Documentation

float_type SPUC::rv_stat::av [protected]

float_type SPUC::rv_stat::count [protected]

float_type SPUC::rv_stat::max_abs [protected]

float_type SPUC::rv_stat::min_abs [protected]

float_type SPUC::rv_stat::sq [protected]


The documentation for this class was generated from the following files:
Generated on Mon Jun 9 19:40:54 2008 for DSPTemplates by  doxygen 1.4.7