Spectral Graph Modal Analysis ================================== SGMA performs joint spatial-temporal wavelet transforms on graph signals to identify oscillatory modes in the wavenumber-frequency domain. The SGWT is constructed from the graph Laplacian :math:`\mathbf{L}`, whose eigenvalues :math:`\lambda` correspond to squared wavenumber :math:`k^2`. API Reference ------------- .. autoclass:: sgwt.SGMA :members: :undoc-members: :show-inheritance: .. autoclass:: sgwt.ModeTable :members: :undoc-members: :show-inheritance: