Convert binary number sequence to decimal number.
[D] = NL_S_Bin2Dec(B)
Vector (0 or 1).
Decimal value.
NL_S_Bin2Dec convert a binary number sequence B=[0 1 1 ...] to the corresponding decimal number D.
bi=[1 0 1 0 1 0 1 0 1 1];//binary sequence [de]=NL_S_Bin2Dec(bi)//application of NL_S_Bin2Dec