#include <spectrum-type.h>
Public Member Functions | |
| spectrum_type () | |
| spectrum_type (Data &d) | |
| spectrum_type (spectrum_type *other) | |
| spectrum_freq | band (int i) |
| void | set_band (signed4 i, spectrum_freq a) |
| void | set_bark (signed4 i, spectrum_freq a) |
| spectrum_freq | get_bark (signed4 i) |
| Data | get_data () const |
| void | set_data (Data &data) |
Public Attributes | |
| spectrum_freq | bark [spectrum_size] |
| spectrum_type::spectrum_type | ( | ) | [inline] |
References bark, i, and spectrum_size.
| spectrum_type::spectrum_type | ( | Data & | d | ) | [inline] |
References set_data().
| spectrum_type::spectrum_type | ( | spectrum_type * | other | ) | [inline] |
References bark, and spectrum_size.
| spectrum_freq spectrum_type::band | ( | int | i | ) | [inline] |
References bark.
Referenced by between_spectra(), dev_spectrum(), mean_spectrum(), and SongMetriek::spectrum_dist().
| spectrum_freq spectrum_type::get_bark | ( | signed4 | i | ) | [inline] |
References bark.
Referenced by RhythmAnalyzer::calculateRhythmPattern2().
| Data spectrum_type::get_data | ( | ) | const |
References bark, i, and spectrum_size.
Referenced by Index::write_idx().
| void spectrum_type::set_band | ( | signed4 | i, | |
| spectrum_freq | a | |||
| ) | [inline] |
References bark, spectrum_size, and translate_mean().
Referenced by between_spectra(), and SpectrumAnalyzer::fetchSpectrum_normal().
| void spectrum_type::set_bark | ( | signed4 | i, | |
| spectrum_freq | a | |||
| ) | [inline] |
References bark.
Referenced by RhythmAnalyzer::calculateRhythmPattern2(), and fft_to_bark().
| void spectrum_type::set_data | ( | Data & | data | ) |
References bark, i, and spectrum_size.
Referenced by spectrum_type().
| spectrum_freq spectrum_type::bark[spectrum_size] |
Referenced by band(), get_bark(), get_data(), set_band(), set_bark(), set_data(), and spectrum_type().
1.6.2