View source: R/freqdom.transpose.R
freqdom.transpose | R Documentation |
For a given frequency-domain operator S
(freqdom
) the function freqdom.transpose
computes the transpose of S_θ' at
each frequency from the evaluation grid.
freqdom.transpose(x)
S |
a frequency-domain filter of type |
Let S = \{ S_θ : θ \in G \}, where G is some finite grid
of frequencies in [-π,π] and S_θ \in \mathbf{C}^{p \times p}.
At each frequency θ \in G function freqdom.transpose
transposes
Resulting object is defined as
S' = \{ S_θ': θ \in G \}.
Function returns a frequency domain object (freqdom
) of dimensions L \times p_2 \times p_1, where L is the size of the grid.
The elements of the object correspond to S_θ' as defined above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.