Write a MATLAB function bindet.m with the following synopsis: This function simulates the action of a binary signal detector in the presence of AWGN. [s_out,p_err] = bandit (x, sigma, opt) x: transmitted bits sigma: standard deviation of AWGN opt : signaling option : 1 —> symbol alphabet {-1,1} : 2 —> symbol alphabet {0 1}
Read More