Digital Signal is more resilient against the distortion that…
Digital Signal is more resilient against the distortion that takes place during transmission. Easiest method of reconstructing digital signal from the received signal with distortion is setting all values with magnitude more than 0.5 to 1 and others to zero. On Canvas File folder, you will find the data file “random_number.txt”. Use this signal to create a replica of the following small three plots in a single figure. The third one is the absolute value of the difference between the received signal and reconstructed signal. Requirement – Recreate graphs given below – First “Received Signal with Distortion”, second “Reconstructed – 0 or 1”, the third, the difference between “Received Signal – Reconstructed”. 1) For the second plot use stem function in Matlab. 2) Use a single script that will replicate the result below after it load the “random_number.txt” 3) Replica is replica. It should be the exact copy of the figure – title, axis, and amplitude of signal.