ToyNoiseMap {cope}R Documentation

Generate an AR sequence with the ToyFUN as base noise and the AR coefficients given by the ARCoeffMap.

Description

Generate an AR sequence with the ToyFUN as base noise and the AR coefficients given by the ARCoeffMap.

Usage

ToyNoiseMap(n = 1, ToyFUN, ...)

Arguments

n

Length of sequence.

ToyFUN

Base noise to build the sequence from.

...

Additional parameters passed to ToyFUN.

Value

A list containing x and y, the coordinates of the grid and z and array of dimensions c(64,64,n) giving n realizations of the Toy Noise.


[Package cope version 0.2.3 Index]