In the filter design of simplicial convolutional filters, the best one (in the sense of stability and efficiency) is the chebyshev method. However, previously, there was only the matlab version of the necessary toolbox, chebfun. Now there is a python version as well
https://github.com/chebpy/chebpy
This is for when implementing the chebyshev polynomial based filter design.
In the filter design of simplicial convolutional filters, the best one (in the sense of stability and efficiency) is the chebyshev method. However, previously, there was only the matlab version of the necessary toolbox, chebfun. Now there is a python version as well https://github.com/chebpy/chebpy
This is for when implementing the chebyshev polynomial based filter design.