intblock: Intercalate repeats of a block at random or constant...

Description Usage Arguments Details

Description

Intercalate repeats of a block at random or constant intervals

Usage

1
2
intblock(int.type = "random", int.length = NA, block.length, nblock = NA,
  total, gap_start)

Arguments

int.type

Type of interval.

block.length

Length of the block

nblock

Repeats of the block.

total

Total length in seconds.

gap_start

Logical. Should sequence start with a gap.

Details

A block is considered a time series classfied as signal. A gap is silence or noise.

Intercalates repeat of the blocks, alternating between block and silence. If the total duration of the sequence is less than that specified by the used in total, a truncated blokc is added at the end until the total length of the sequence is equal to that specified in total.


crodriguez-saltos/portableStim documentation built on May 12, 2019, 5:45 a.m.