Public Member Functions | |
| CWTWavelets () | |
| void | createWavelet (WaveletType, int nrsamples, float scale) |
| const TypeSet< float > * | getWavelet (float scale) const |
| void | createMorletWavelet (int, float, TypeSet< float > &) |
| void | createMexhatWavelet (int, float, TypeSet< float > &) |
| void | createGaussWavelet (int, float, TypeSet< float > &) |
Public Attributes | |
| TypeSet< float > | scales_ |
| TypeSet< TypeSet< float > > | wavelets_ |
| CWT::CWTWavelets::CWTWavelets | ( | ) | [inline] |
| void CWT::CWTWavelets::createGaussWavelet | ( | int | , | |
| float | , | |||
| TypeSet< float > & | ||||
| ) |
| void CWT::CWTWavelets::createMexhatWavelet | ( | int | , | |
| float | , | |||
| TypeSet< float > & | ||||
| ) |
| void CWT::CWTWavelets::createMorletWavelet | ( | int | , | |
| float | , | |||
| TypeSet< float > & | ||||
| ) |
| void CWT::CWTWavelets::createWavelet | ( | WaveletType | , | |
| int | nrsamples, | |||
| float | scale | |||
| ) |
| const TypeSet<float>* CWT::CWTWavelets::getWavelet | ( | float | scale | ) | const |
| TypeSet<float> CWT::CWTWavelets::scales_ |
| TypeSet< TypeSet<float> > CWT::CWTWavelets::wavelets_ |
1.7.1