|
CLAM-Development
1.1
|
#include <FrameDescriptors.hxx>
Public Member Functions | |
| DYNAMIC_TYPE_USING_INTERFACE (FrameDescriptors, 10, Descriptor) | |
| DYN_ATTRIBUTE (0, public, SpectralDescriptors, SpectrumD) | |
| Spectrum analyzed from the Audio input. | |
| DYN_ATTRIBUTE (1, public, SpectralPeakDescriptors, SpectralPeakD) | |
| Vector of peaks in spectral analysis. | |
| DYN_ATTRIBUTE (2, public, SpectralDescriptors, ResidualSpecD) | |
| Residual spectrum of the Audio. | |
| DYN_ATTRIBUTE (3, public, SpectralDescriptors, SinusoidalSpecD) | |
| Sinusoidal spectrum of the Audio. | |
| DYN_ATTRIBUTE (4, public, AudioDescriptors, AudioFrameD) | |
| Audio chunk we want to analyze. | |
| DYN_ATTRIBUTE (5, public, AudioDescriptors, SinusoidalAudioFrameD) | |
| Sinusoidal synthesized Audio. | |
| DYN_ATTRIBUTE (6, public, AudioDescriptors, ResidualAudioFrameD) | |
| Residual synthesized Audio. | |
| DYN_ATTRIBUTE (7, public, AudioDescriptors, SynthAudioFrameD) | |
| Global synthesized Audio. | |
| DYN_ATTRIBUTE (8, public, MorphologicalFrameDescriptors, MorphologicalFrameD) | |
| Morphological descriptors. | |
| DYN_ATTRIBUTE (9, public, TTime, CenterTime) | |
| Frame Center Time is some times interesting to also have it in descriptors. | |
| FrameDescriptors (Frame *pFrame) | |
| FrameDescriptors (TData initVal) | |
| const Frame * | GetpFrame () const |
| void | SetpFrame (const Frame *pFrame) |
| void | Compute () |
| void | ConcreteCompute () |
| TData | GetFundamental () |
Definition at line 43 of file FrameDescriptors.hxx.
| CLAM::FrameDescriptors::FrameDescriptors | ( | Frame * | pFrame | ) |
Definition at line 32 of file FrameDescriptors.cxx.
| CLAM::FrameDescriptors::FrameDescriptors | ( | TData | initVal | ) |
Definition at line 38 of file FrameDescriptors.cxx.
References CLAM::DynamicType::UpdateData().
| void CLAM::FrameDescriptors::Compute | ( | ) | [virtual] |
Reimplemented from CLAM::DescriptorTmpl< abs >.
Definition at line 105 of file FrameDescriptors.cxx.
References ConcreteCompute().
| void CLAM::FrameDescriptors::ConcreteCompute | ( | ) | [virtual] |
Implements CLAM::DescriptorTmpl< abs >.
Definition at line 113 of file FrameDescriptors.cxx.
Referenced by Compute().
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 0 | , |
| public | , | ||
| SpectralDescriptors | , | ||
| SpectrumD | |||
| ) |
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 1 | , |
| public | , | ||
| SpectralPeakDescriptors | , | ||
| SpectralPeakD | |||
| ) |
Vector of peaks in spectral analysis.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 2 | , |
| public | , | ||
| SpectralDescriptors | , | ||
| ResidualSpecD | |||
| ) |
Residual spectrum of the Audio.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 3 | , |
| public | , | ||
| SpectralDescriptors | , | ||
| SinusoidalSpecD | |||
| ) |
Sinusoidal spectrum of the Audio.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 4 | , |
| public | , | ||
| AudioDescriptors | , | ||
| AudioFrameD | |||
| ) |
Audio chunk we want to analyze.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 5 | , |
| public | , | ||
| AudioDescriptors | , | ||
| SinusoidalAudioFrameD | |||
| ) |
Sinusoidal synthesized Audio.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 6 | , |
| public | , | ||
| AudioDescriptors | , | ||
| ResidualAudioFrameD | |||
| ) |
Residual synthesized Audio.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 7 | , |
| public | , | ||
| AudioDescriptors | , | ||
| SynthAudioFrameD | |||
| ) |
Global synthesized Audio.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 8 | , |
| public | , | ||
| MorphologicalFrameDescriptors | , | ||
| MorphologicalFrameD | |||
| ) |
Morphological descriptors.
| CLAM::FrameDescriptors::DYN_ATTRIBUTE | ( | 9 | , |
| public | , | ||
| TTime | , | ||
| CenterTime | |||
| ) |
Frame Center Time is some times interesting to also have it in descriptors.
| TData CLAM::FrameDescriptors::GetFundamental | ( | ) | [inline] |
Definition at line 83 of file FrameDescriptors.hxx.
| const Frame * CLAM::FrameDescriptors::GetpFrame | ( | ) | const |
Definition at line 61 of file FrameDescriptors.cxx.
| void CLAM::FrameDescriptors::SetpFrame | ( | const Frame * | pFrame | ) |
Definition at line 65 of file FrameDescriptors.cxx.
References CLAM::DynamicType::UpdateData().
1.7.6.1