bob.sp.IDCT1D¶
-
class
bob.sp.IDCT1D((object)self, (int)length) → None¶ Bases:
bob.sp._sp.DCT1DAbstractObjects of this class, after configuration, can compute the inverse DCT of a 1D array/signal.
__init__( (object)self, (IDCT1D)other) -> None
-
__init__((object)self, (int)length) → None¶ __init__( (object)self, (IDCT1D)other) -> None
Methods
__init__((object)self, (int)length)__init__( (object)self, (IDCT1D)other) -> None reset((DCT1D)self, (int)length)Reset the length of the expected input signals. Attributes
lengthLength of the array to process. -
__call__((IDCT1D)self, (object)input, (object)output) → None :¶ Compute the inverse DCT of the input 1D array/signal. The output should have the expected size and type (numpy.float64).
- __call__( (IDCT1D)self, (object)input) -> object :
- Compute the inverse DCT of the input 1D array/signal. The output is allocated and returned.
-
length¶ Length of the array to process.
-
reset((DCT1D)self, (int)length) → None :¶ Reset the length of the expected input signals.
-