|
Constant-Q Library
|
#include <CQKernel.h>
Classes | |
| struct | KernelMatrix |
| struct | Properties |
Public Member Functions | |
| CQKernel (CQParameters params) | |
| ~CQKernel () | |
| bool | isValid () const |
| Properties | getProperties () const |
| std::vector< std::complex < double > > | processForward (const std::vector< std::complex< double > > &) |
| std::vector< std::complex < double > > | processInverse (const std::vector< std::complex< double > > &) |
| CQKernel::CQKernel | ( | CQParameters | params | ) |
| Properties CQKernel::getProperties | ( | ) | const [inline] |
| bool CQKernel::isValid | ( | ) | const [inline] |
| vector< C > CQKernel::processForward | ( | const std::vector< std::complex< double > > & | ) |
| vector< C > CQKernel::processInverse | ( | const std::vector< std::complex< double > > & | ) |
1.7.6.1