graycode2: Graycode Function

Description Usage Arguments Value Author(s) References Examples

Description

A function to generate decimal graycode

Usage

1

Arguments

a

the number of targets

Value

A list contains the following components:

rows

the number of rows

cols

the number of columns

dec

the decimal graycode results

Author(s)

Liye He liye.he@helsinki.fi

References

Dah jyh Guan. (Scientific Note) Generalized Gray Codes with Applications. 1998

Examples

1
code<-graycode2(5)

timma documentation built on May 2, 2019, 1:10 p.m.