irtazahashmi / pytspl

A Python library for Topological Signal Processing and Learning.
MIT License
4 stars 0 forks source link

chebyshev polynomial implementation of the filters #4

Closed cookbook-ms closed 4 months ago

cookbook-ms commented 7 months ago

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.