Main Content
bsc
Binary symmetric channel
Syntax
Description
passes the binary input signal ndata
= bsc(data
,probability
)data
through a binary symmetric
channel with the specified error probability
. The channel
introduces a bit error and processes each element of the input
data
independently.
accepts a seed value for initializing the local random number generator.ndata
= bsc(data
,probability
,seed
)
accepts a random stream handle to generate noise samples.ndata
= bsc(data
,probability
,streamhandle
)
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006a