Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 463 Bytes

Readme.md

File metadata and controls

7 lines (4 loc) · 463 Bytes

Implementation of approx GFT

This repository contains the python code I had written while working on the approximate fast graph fourier transform.

The code is based off the paper "Approximate fast graph Fourier transforms via multi-layer sparse approximations" by Magoarou et al. (2017) arXiv:1612.04542

Approx_GFT.py corresponds to figure 2 and Parallel_Approx_GFT.py corresponds to figure 4 in the paper respectively.