gft: Graph Fourier Transform

View source: R/utilities.R

gftR Documentation

Graph Fourier Transform

Description

Compute the Graph Fourier Transform (GFT) of a signal using Laplacian eigenvectors.

Usage

gft(signal, U)

Arguments

signal

Input signal (vector or matrix)

U

Matrix of eigenvectors (dense matrix preferred)

Value

Transformed signal in the spectral domain (vector or matrix)


BioGSP documentation built on Feb. 2, 2026, 5:06 p.m.