cr.nimble.dsp.dct

cr.nimble.dsp.dct(y)[source]

Computes the 1D Type-II DCT transform

Parameters

y (jax.numpy.ndarray) – The 1D real signal

Returns

The Type-II Discrete Cosine Transform coefficients of y

Return type

jax.numpy.ndarray