#include "dsp/DSPOp.hh"#include "dsp/ReBufferT.hh"Include dependency graph for DSPVector.hh:

Go to the source code of this file.
Compounds | |
| class | clDSPVector |
Defines | |
| #define | DSPV_SHORTER(x) ((Size() <= x.Size()) ? Size() : x.Size()) |
| #define | DSPV_SHORTER2(x, y) ((x.Size() <= y.Size()) ? x.Size() : y.Size()) |
|
|
|
Definition at line 31 of file DSPVector.hh. Referenced by clDSPVector< TDSPVector_t >::Conv(), clDSPVector< TDSPVector_t >::Corr(), and clDSPVector< TDSPVector_t >::CrossCorr(). |
1.3.3