number of bit errors and bit error rate (ber) -凯发k8网页登录
number of bit errors and bit error rate (ber)
syntax
description
[
compares the unsigned binary representation of elements in number
,ratio
] = biterr(x,y
)x
to those
in y
. the function returns number
, the number of
bits that differ in the comparison, and ratio
, the ratio of
number
to the total number of bits. the function determines the order
in which it compares x
and y
based on their sizes.
for more information, see the algorithms section.
[
returns the binary comparison result of number
,ratio
,individual
] = biterr(___)x
and y
as
matrix individual
. you can specify any of the input argument
combination from the previous syntaxes.
examples
input arguments
output arguments
algorithms
extended capabilities
version history
introduced before r2006a
see also
| |