The first derivative of the Inverse DCT
Usage
idct_rate(y, n = length(y))
Details
Returns the first derivative (rate of change) of the Inverse DCT (see dct for more details).
$$ \frac{\delta x_j}{\delta j} = -2\frac{\pi k}{J}\sum_{k=1}^{N-1} y_k \sin\left(\frac{\pi k(2j+1)}{2J}\right) $$