Learn R Programming

BioGSP (version 1.0.0)

gft: Graph Fourier Transform

Description

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

Usage

gft(signal, U)

Value

Transformed signal in the spectral domain (vector or matrix)

Arguments

signal

Input signal (vector or matrix)

U

Matrix of eigenvectors (dense matrix preferred)