'Is there a possibility to calculate the cyclic convolultion of two signals in Python?

I would like to calculate the cyclic convolution of two discrete signals in python. As far as I know, there is only the numpy.convolve method for linear convolutions. However, this method does not seem to be able to calculate the cyclic convolution of two signals.

Does anyone know a way to solve this problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source