dec2bin: Decimal to Binary Convertion

Description Usage Arguments Value See Also

Description

A function returns binary number from decimal number. The function is internally used in lbp function.

Usage

1
	dec2bin(x, digit=8)

Arguments

x

A decimal integer.

digit

A length of binary sequence.

Value

A binary number in array.

See Also

bin2dec, lbp


wvtool documentation built on May 1, 2019, 10:27 p.m.

Related to dec2bin in wvtool...