FIFO: First-In First Out

Description Usage Arguments Value Examples

Description

First-In First Out utility function inserts a new value inval into a given sequential vector x, dropping the last value of the sequence

Usage

1
FIFO(x, inval)

Arguments

x

a vector;

inval

new input value for vector x of the same mode as vector

Value

A new vector x

Examples

1
2
FIFO(1:10, 11)
FIFO(LETTERS[1:10], letters[1])

vcerqueira/tsensembler documentation built on Oct. 28, 2020, 11:46 p.m.