torch_lfilter icon indicating copy to clipboard operation
torch_lfilter copied to clipboard

bring low pass filtering to PyTorch!

Results 3 torch_lfilter issues
Sort by recently updated
recently updated
newest added

pip install torch-lfilter Defaulting to user installation because normal site-packages is not writeable Collecting torch-lfilter Using cached torch_lfilter-0.0.3.tar.gz (4.1 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages:...

$ pip install torch-lfilter Defaulting to user installation because normal site-packages is not writeable Collecting torch-lfilter Using cached torch_lfilter-0.0.3.tar.gz (4.1 kB) Preparing metadata (setup.py) ... done Building wheels for collected...

I suppose there is no support for setting the filter initial conditions, as in scipy's `lfilter` using the `zi` argument, right? Or constructing them using something similar to `lfilteric`?