Computation of a particular basis in a functional space.
Usage
base.simul.far(m=24, n=5)
Arguments
m
Number of discretization points
n
Number of axis
Value
A matrix of size m x n containing the m values of
the n first axis of the basis.
Details
We consider a sinusoidal basis of the functional space C[0;1] of the
continuous functions from [0;1] to R. We compute here the values of
the n first (functional) axis at m equi-repartited
discretization points in [0;1] (more precisely the point
0,$\frac{1}{\code{m}}$,...,
$\frac{\code{m}-1}{\code{m}}$).