|
| spectrum_t (MHA_AC::algo_comm_t &iac, std::string name, unsigned int frames, unsigned int channels) |
|
mha_spec_t * | update (mha_spec_t *s) |
| Update data of spectrum to hold actual input data. More...
|
|
| spectrum_t (algo_comm_t &ac, const std::string &name, unsigned int bins, unsigned int channels, bool insert_now) |
| Initialize memory and metadata of the AC variable. More...
|
|
| ~spectrum_t () |
| Destroy the AC variable: deallocate its memory. More...
|
|
void | insert () |
| Insert or re-insert AC variable into AC space. More...
|
|
void | remove () |
| Remove the AC variable by reference from the AC variable space. More...
|
|
| spectrum_t (const unsigned int &frames, const unsigned int &channels) |
| constructor of spectrum class More...
|
|
| spectrum_t (const mha_spec_t &) |
| Copy constructor. More...
|
|
| spectrum_t (const MHASignal::spectrum_t &) |
| Copy constructor. More...
|
|
| spectrum_t (const std::vector< mha_complex_t > &) |
|
mha_complex_t & | operator() (unsigned int f, unsigned int ch) |
| Access to element. More...
|
|
mha_complex_t & | operator[] (unsigned int k) |
| Access to a single element, direct index into data buffer. More...
|
|
mha_complex_t & | value (unsigned int f, unsigned int ch) |
| Access to element. More...
|
|
void | copy (const mha_spec_t &) |
| copy all elements from a spectrum More...
|
|
void | copy_channel (const mha_spec_t &s, unsigned sch, unsigned dch) |
| Copy one channel of a given spectrum signal to a target channel. More...
|
|
void | export_to (mha_spec_t &) |
| copy elements to spectrum structure More...
|
|
void | scale (const unsigned int &, const unsigned int &, const unsigned int &, const mha_real_t &) |
| scale section [a,b) in channel "ch" by "val" More...
|
|
void | scale_channel (const unsigned int &, const mha_real_t &) |
| scale all elements in one channel More...
|
|
| base_t (MHA_AC::algo_comm_t &iac) |
|
void | select_source (const std::vector< std::string > &src, int in_channels) |
| Change the selection of input sources. More...
|
|