Package empro :: Package toolkit :: Package results :: Module sar :: Class Sar
[frames] | no frames]

Class Sar

source code

excitation_based.ExcitationBased --+
                                   |
                                  Sar

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
avg1gMax(self)
avg1gMax -> for each frequency of interest return the avg1gMax value under loaded conditions
source code
 
avg10gMax(self)
avg10gMax -> for each frequency of interest return the avg10gMax value under loaded conditions
source code
 
rawMax(self)
rawMax -> for each frequency of interest return the rawMax value under loaded conditions
source code
 
total1gMax(self)
total1gMax -> takes the total of all 1g computations and sums them
source code
 
total10gMax(self)
total10gMax -> takes the total of all 10g computations and sums them
source code
 
totalRawMax(self)
totalRawMax -> takes the total of all raw computations and sums them
source code

Inherited from excitation_based.ExcitationBased: __add__, __mul__, __radd__, __rmul__, __sub__, weights

Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: excitation_based.ExcitationBased.__init__