CLAM::MelCepstrum Class Reference

#include <MelCepstrum.hxx>

List of all members.

Public Member Functions

 MelCepstrum ()
 MelCepstrum (const MelCepstrum &prototype, const bool shareData=false, const bool deep=true)
 __COMMON_DYNAMIC_TYPE (MelCepstrum, 4)
 __COMMON_DYN_ATTRIBUTE (0, public, TTime, CenterTime) protected
 Center Time.
bool LoadCenterTime (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (1, public, TData, LowCutoff) protected
 Low frequency cutoff ( Hz ).
bool LoadLowCutoff (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (2, public, TData, HighCutoff) protected
 High frequency cutoff ( Hz ).
bool LoadHighCutoff (CLAM::Storage &s)
 __COMMON_DYN_ATTRIBUTE (3, public, DataArray, Coefficients) protected
 The cepstrum coefficients.
bool LoadCoefficients (CLAM::Storage &s)

Protected Member Functions

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

Detailed Description

Definition at line 32 of file MelCepstrum.hxx.


Constructor & Destructor Documentation

CLAM::MelCepstrum::MelCepstrum (  )  [inline]

Definition at line 35 of file MelCepstrum.hxx.

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

Definition at line 35 of file MelCepstrum.hxx.


Member Function Documentation

CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
DataArray  ,
Coefficients   
) [inline]

The cepstrum coefficients.

Definition at line 44 of file MelCepstrum.hxx.

CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
HighCutoff   
) [inline]

High frequency cutoff ( Hz ).

Definition at line 42 of file MelCepstrum.hxx.

CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TData  ,
LowCutoff   
) [inline]

Low frequency cutoff ( Hz ).

Definition at line 40 of file MelCepstrum.hxx.

CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
TTime  ,
CenterTime   
) [inline]

Center Time.

Definition at line 38 of file MelCepstrum.hxx.

CLAM::MelCepstrum::__COMMON_DYNAMIC_TYPE ( MelCepstrum  ,
 
)
void CLAM::MelCepstrum::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 29 of file MelCepstrum.cxx.

bool CLAM::MelCepstrum::LoadCenterTime ( CLAM::Storage s  )  [inline]

Definition at line 38 of file MelCepstrum.hxx.

bool CLAM::MelCepstrum::LoadCoefficients ( CLAM::Storage s  )  [inline]

Definition at line 44 of file MelCepstrum.hxx.

bool CLAM::MelCepstrum::LoadHighCutoff ( CLAM::Storage s  )  [inline]

Definition at line 42 of file MelCepstrum.hxx.

bool CLAM::MelCepstrum::LoadLowCutoff ( CLAM::Storage s  )  [inline]

Definition at line 40 of file MelCepstrum.hxx.


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