Classes | |
| class | FreqFunc |
Public Member Functions | |
| Frequency (Desc &) | |
| void | prepPriorToBoundsCalc () |
Static Public Member Functions | |
| static void | initClass () |
| static const char * | attribName () |
| static const char * | gateStr () |
| static const char * | normalizeStr () |
| static const char * | windowStr () |
| static const char * | paramvalStr () |
| static const char * | dumptofileStr () |
Protected Member Functions | |
| ~Frequency () | |
| bool | checkInpAndParsAtStart () |
| bool | allowParallelComputation () const |
| bool | getInputOutput (int input, TypeSet< int > &res) const |
| bool | getInputData (const BinID &, int idx) |
| bool | computeData (const DataHolder &, const BinID &rel, int z0, int nrsamples, int threadid) const |
| const Interval< float > * | reqZMargin (int input, int output) const |
Static Protected Member Functions | |
| static Provider * | createInstance (Desc &) |
| static void | updateDesc (Desc &) |
| static void | updateDefaults (Desc &) |
Protected Attributes | |
| Interval< float > | gate_ |
| Interval< int > | samplegate_ |
| bool | dumptofile_ |
| ArrayNDWindow * | window_ |
| BufferString | windowtype_ |
| float | df_ |
| bool | normalize_ |
| float | variable_ |
| const DataHolder * | redata_ |
| const DataHolder * | imdata_ |
| int | realidx_ |
| int | imagidx_ |
| BufferStringSet | dumpset_ |
| bool | fftisinit_ |
| int | fftsz_ |
| Fourier::CC * | fft_ |
| Array1DImpl< float_complex > * | signal_ |
| Array1DImpl< float_complex > * | timedomain_ |
| Array1DImpl< float_complex > * | freqdomain_ |
| Attrib::Frequency::Frequency | ( | Desc & | ) |
| Attrib::Frequency::~Frequency | ( | ) | [protected] |
| bool Attrib::Frequency::allowParallelComputation | ( | ) | const [inline, protected, virtual] |
Reimplemented from Attrib::Provider.
| static const char* Attrib::Frequency::attribName | ( | ) | [inline, static] |
| bool Attrib::Frequency::checkInpAndParsAtStart | ( | ) | [protected, virtual] |
Reimplemented from Attrib::Provider.
| bool Attrib::Frequency::computeData | ( | const DataHolder & | , | |
| const BinID & | rel, | |||
| int | z0, | |||
| int | nrsamples, | |||
| int | threadid | |||
| ) | const [protected, virtual] |
Reimplemented from Attrib::Provider.
| static const char* Attrib::Frequency::dumptofileStr | ( | ) | [inline, static] |
| static const char* Attrib::Frequency::gateStr | ( | ) | [inline, static] |
| bool Attrib::Frequency::getInputData | ( | const BinID & | , | |
| int | idx | |||
| ) | [protected, virtual] |
Reimplemented from Attrib::Provider.
| bool Attrib::Frequency::getInputOutput | ( | int | input, | |
| TypeSet< int > & | res | |||
| ) | const [protected, virtual] |
Reimplemented from Attrib::Provider.
| static void Attrib::Frequency::initClass | ( | ) | [static] |
| static const char* Attrib::Frequency::normalizeStr | ( | ) | [inline, static] |
| static const char* Attrib::Frequency::paramvalStr | ( | ) | [inline, static] |
| void Attrib::Frequency::prepPriorToBoundsCalc | ( | ) | [virtual] |
Reimplemented from Attrib::Provider.
| const Interval<float>* Attrib::Frequency::reqZMargin | ( | int | input, | |
| int | output | |||
| ) | const [protected, virtual] |
Reimplemented from Attrib::Provider.
| static void Attrib::Frequency::updateDefaults | ( | Desc & | ) | [static, protected] |
| static void Attrib::Frequency::updateDesc | ( | Desc & | ) | [static, protected] |
| static const char* Attrib::Frequency::windowStr | ( | ) | [inline, static] |
float Attrib::Frequency::df_ [protected] |
BufferStringSet Attrib::Frequency::dumpset_ [protected] |
bool Attrib::Frequency::dumptofile_ [protected] |
Fourier::CC* Attrib::Frequency::fft_ [protected] |
bool Attrib::Frequency::fftisinit_ [protected] |
int Attrib::Frequency::fftsz_ [protected] |
Array1DImpl<float_complex>* Attrib::Frequency::freqdomain_ [protected] |
Interval<float> Attrib::Frequency::gate_ [protected] |
int Attrib::Frequency::imagidx_ [protected] |
const DataHolder* Attrib::Frequency::imdata_ [protected] |
bool Attrib::Frequency::normalize_ [protected] |
int Attrib::Frequency::realidx_ [protected] |
const DataHolder* Attrib::Frequency::redata_ [protected] |
Interval<int> Attrib::Frequency::samplegate_ [protected] |
Array1DImpl<float_complex>* Attrib::Frequency::signal_ [protected] |
Array1DImpl<float_complex>* Attrib::Frequency::timedomain_ [protected] |
float Attrib::Frequency::variable_ [protected] |
ArrayNDWindow* Attrib::Frequency::window_ [protected] |
BufferString Attrib::Frequency::windowtype_ [protected] |
1.7.1