fts.freqdom {freqdom.fda} | R Documentation |
Creates an object of class fts.freqdom
.
Description
Creates an object of class fts.freqdom
.
Usage
fts.freqdom(F, basisX, basisY = basisX)
Arguments
F |
an object of class freqdom. |
basisX |
an object of class |
basisY |
an object of class |
Details
This class is used to describe a frequency domain operator (for example a spectral
density operator) on selected frequencies. Formally we consider an object of class
freqdom
and add some basis functions. Depending on the context, we
have different interpretations for the new object.
(I) In order to define an operator which maps between two functions spaces, the we
interpret F$operators
as coefficients in the basis function expansion of
the kernel of some finite rank operators
The kernels are , where
and
are the basis functions provided by the arguments basisX and basisY, respectively. Moreover, we consider frequencies
. The object this function creates corresponds to the mapping
.
(II) We may ignore basisX, and represent the linear mapping
by considering and
.
(III) We may ignore basisY, and represent the linear mapping
by considering and
.
Value
Returns an object of class fts.freqdom
. An object of class
fts.freqdom
is a list containing the following components:
-
operators
returns the array
F$operators
. -
basisX
returns
basisX
as given in the argument. -
basisY
returns
basisY
as given in the argument. -
freq
returns the vector
F$freq
.
See Also
The multivariate equivalent in the freqdom
package: freqdom