to_book_format | R Documentation |
Transform the symbol of B to format suitable for 2D FFT
to_book_format(band, K1, K2)
band |
the symbol of B, matrix of size |
K1 |
temporal grid size, integer |
K2 |
spatial grid size, integer |
matrix of size 2*K1
x 2*K2
to_book_format(matrix(runif(4),2), 3, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.