You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2020. It is now read-only.
I try to use tpms-tools on fresh install of Ububtu 14.04 LTS. I have some issue with python code, which using FFTW.
The root of problem is FFTW v2 in Ububtu 14.04 is obsolete. Only FFTW v3 (aka FFTW3) only allowable options. I have unsuccessful tried to install FFTW v2 by pip manager, but API of FFTW2 is obsolete and incompatible with recent version of NumPy (also required dependencies).
I need some help with porting burst_detector.py from FFTW2 to FFTW3. just three string needed for rewriting, but it seems I don't have proper knowledge. Bellow my try: