populateSpace: Populate Space with Transmitters and Receivers

Description Usage Arguments Details

Description

Populates a grid that is spaceResXspaceRes with transmitters and receivers. Transmitters are represented by a 1 and receivers by a -1.

Usage

1
2
## S4 method for signature 'trModel'
populateSpace(object, spaceRes = NULL)

Arguments

spaceRes

The resolution of the space grid. The grid will be symmetric with spaceRes columns and spaceRes rows. If provided, the returned moodel will have it's @spaceRes parameter replaced with the user provided parameter.

Details

Currently uses sampling without replacement, may want to consider allowing replacement and handling collisions appropriately.


ColeWunderlich/trSim documentation built on May 5, 2019, 12:28 p.m.