|
| void | addDecompInputs (const DecompInput &) |
| |
| void | addToComponent (ObjectSet< IMFComponent > &, int comp, int nrzeros) const |
| |
| void | addZeroComponents (ObjectSet< IMFComponent > &, int comp) const |
| |
| bool | calcAmplitudes (const ObjectSet< ObjectSet< IMFComponent > > &, const ObjectSet< IMFComponent > &imagcomps, ObjectSet< IMFComponent > &comps) const |
| |
| bool | calcFrequencies (const ObjectSet< ObjectSet< IMFComponent > > &, const ObjectSet< IMFComponent > &imagcomps, ObjectSet< IMFComponent > &frequencycomponents, const float refstep) const |
| |
| void | computeStats (float &, float &) const |
| |
| void | createNoise (float stdev) |
| |
| bool | decompositionLoop (ObjectSet< IMFComponent > &, int maxnrimf, float stdevinput) const |
| |
| bool | doHilbert (const ObjectSet< ObjectSet< IMFComponent > > &, ObjectSet< IMFComponent > &imagcomp) const |
| |
| bool | dumpComponents (const ObjectSet< ObjectSet< IMFComponent > > &, const OrgTraceMinusAverage *) const |
| |
| void | findExtrema (int &nrmax, int &nrmin, int &nrzeros, bool symmetricboundary, MyPointBasedMathFunction &maxima, MyPointBasedMathFunction &minima) const |
| |
| bool | outputAttribute (const ObjectSet< ObjectSet< IMFComponent > > &, Array2D< float > &output, int outputattrib, float startfreq, float endfreq, float stepoutfreq, int startcomp, int outputcomp, float average) const |
| |
| void | readComponents (ObjectSet< ObjectSet< IMFComponent > > &) const |
| |
| void | replaceDecompInputs (const DecompInput &) |
| |
| void | rescaleDecompInput (float scaler) |
| |
| void | resetInput (const OrgTraceMinusAverage &) |
| |
| void | retrieveFromComponent (const ObjectSet< IMFComponent > &, int comp) |
| |
| bool | sortSpectrum (const float *unsortedamplitudes, int size, float *unsortedfrequencies, MyPointBasedMathFunction &sortedampspectrum) const |
| |
| void | stackCeemdComponents (const ObjectSet< ObjectSet< IMFComponent > > &, ObjectSet< IMFComponent > &, int nrimf) const |
| |
| void | stackEemdComponents (const ObjectSet< ObjectSet< IMFComponent > > &, ObjectSet< IMFComponent > &) const |
| |
| void | subtractDecompInputs (const DecompInput &) |
| |
| void | testFunction (int &nrmax, int &nrmin, int &nrzeros, MyPointBasedMathFunction &maxima, MyPointBasedMathFunction &minima) const |
| |
| bool | useGridding (const ObjectSet< ObjectSet< IMFComponent > > &, Array2D< float > &output, float startfreq, float endfreq, float stepoutfreq) const |
| |
| bool | usePolynomial (const ObjectSet< ObjectSet< IMFComponent > > &, Array2D< float > &output, float startfreq, float endfreq, float stepoutfreq) const |
| |