Constants identifying various convolution modes. More...
#include <Sequence.hpp>
Static Public Attributes | |
| static const int | full = 0 |
| The full convolution result (i.e., the same as "full" in MATLAB) More... | |
| static const int | sameDomainZeroExt = 1 |
| The same as "same" in MATLAB. More... | |
| static const int | sameDomainConstExt = 3 |
| Constant extension. More... | |
| static const int | sameDomainPerExt = 2 |
| Periodic extension. More... | |
| static const int | sameDomainSymExt0 = 4 |
| Symmetric periodic extension. More... | |
Constants identifying various convolution modes.
|
static |
The full convolution result (i.e., the same as "full" in MATLAB)
|
static |
Constant extension.
|
static |
Periodic extension.
|
static |
Symmetric periodic extension.
|
static |
The same as "same" in MATLAB.