CLAM::CepstralTransformConfig Class Reference

#include <CepstralTransform.hxx>

List of all members.

Public Member Functions

 CepstralTransformConfig ()
 CepstralTransformConfig (const CepstralTransformConfig &prototype, const bool shareData=false, const bool deep=true)
 __COMMON_DYNAMIC_TYPE (CepstralTransformConfig, 3)
 __COMMON_DYN_ATTRIBUTE (0, public, TSize, NumMelCoefficients) protected
 Number of input samples.
bool LoadNumMelCoefficients (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (1, public, TSize, NumCepstrumCoefficients) protected
 Number of output samples.
bool LoadNumCepstrumCoefficients (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (2, public, bool, UseBase10) protected
 Use base 10 or natural logarithm for computation (false by default).
bool LoadUseBase10 (CLAM::Storage &s)

Protected Member Functions

void DefaultInit ()
 The concrete dynamic type constructor calls DefaultInit().

Detailed Description

Definition at line 35 of file CepstralTransform.hxx.


Constructor & Destructor Documentation

CLAM::CepstralTransformConfig::CepstralTransformConfig (  )  [inline]

Definition at line 39 of file CepstralTransform.hxx.

CLAM::CepstralTransformConfig::CepstralTransformConfig ( const CepstralTransformConfig prototype,
const bool  shareData = false,
const bool  deep = true 
) [inline]

Definition at line 39 of file CepstralTransform.hxx.


Member Function Documentation

CLAM::CepstralTransformConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
bool  ,
UseBase10   
) [inline]

Use base 10 or natural logarithm for computation (false by default).

Definition at line 46 of file CepstralTransform.hxx.

CLAM::CepstralTransformConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TSize  ,
NumCepstrumCoefficients   
) [inline]

Number of output samples.

Definition at line 44 of file CepstralTransform.hxx.

CLAM::CepstralTransformConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TSize  ,
NumMelCoefficients   
) [inline]

Number of input samples.

Definition at line 42 of file CepstralTransform.hxx.

CLAM::CepstralTransformConfig::__COMMON_DYNAMIC_TYPE ( CepstralTransformConfig  ,
 
)
void CLAM::CepstralTransformConfig::DefaultInit ( void   )  [protected]

The concrete dynamic type constructor calls DefaultInit().

This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().

See also:
CopyInit()

Reimplemented from CLAM::DynamicType.

Definition at line 35 of file CepstralTransform.cxx.

bool CLAM::CepstralTransformConfig::LoadNumCepstrumCoefficients ( CLAM::Storage s  )  [inline]

Definition at line 44 of file CepstralTransform.hxx.

bool CLAM::CepstralTransformConfig::LoadNumMelCoefficients ( CLAM::Storage s  )  [inline]

Definition at line 42 of file CepstralTransform.hxx.

bool CLAM::CepstralTransformConfig::LoadUseBase10 ( CLAM::Storage s  )  [inline]

Definition at line 46 of file CepstralTransform.hxx.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3