GSP_TRANSLATE - Tranlate the signal f to the node i

Usage

ft = gsp_translate(G, f, i);

Input parameters

G Graph
f Signal (column)
i Indices of vertex (int)

Output parameters

ft translate signal

Description

This function translate the column vector f onto the node i. If f is a matrix, the translation will be done to each column.