to_book_format: Transform the symbol of B to format suitable for 2D FFT

View source: R/utils.R

to_book_formatR Documentation

Transform the symbol of B to format suitable for 2D FFT

Description

Transform the symbol of B to format suitable for 2D FFT

Usage

to_book_format(band, K1, K2)

Arguments

band

the symbol of B, matrix of size d x d, where d is an integer

K1

temporal grid size, integer >= 2

K2

spatial grid size, integer >= 2

Value

matrix of size 2*K1 x 2*K2

Examples

to_book_format(matrix(runif(4),2), 3, 5)

TMasak/surfcov documentation built on April 25, 2022, 12:15 a.m.