Discrete |
Member name | Value | Description |
---|---|---|
ZeroPadding | 0 | Pads the signal edges with zeros: [... 0 0 | x1 x2 ... xn | 0 0 ...] |
ConstantPadding | 1 | Pads the signal edges with the first and last signal values: [... x1 x1 | x1 x2 ... xn | xn xn ...] |
SymmeticPadding | 2 | Pads the signal edges with the reflection of the mirrored signal: [... x2 x1 | x1 x2 ... xn | xn xn-1 ...] |
PeriodicPadding | 3 | Pads the signal edges as though it's a periodic signal: [... xn-1 xn | x1 x2 ... xn | x1 x2 ...] |
Copyright © 2023 CenterSpace Software, LLC. All rights reserved.