Question: Problem 4 [ 1 5 marks ] Consider a communication problem where we wish to transmit the word SMILE using the Pulse Amplitude Modulation (

Problem 4[15 marks] Consider a communication problem where we wish to transmit the word "SMILE"
using the Pulse Amplitude Modulation (PAM) scheme and then decode it at the receiver . This is done as
follows:
The individual text letters are ASCII encoded to get a corresponding binary word. For example, the
ASCII encoded 8-bit binary word corresponding to letter "S" is "01010011".
The bits in the binary word are grouped together to form symbols. Each symbol contains log2M bits,
where M is a power of 2. For instance, if M=4, the binary word "01010011" will result in 4 symbols -
01,01,00,11.
Each symbol is mapped to a different amplitude level. For example, if we choose the mapping 00
A0,01A1,10A2 and are amplitude levels), then letter "S" corresponds
to the amplitude level sequence A1,A1,A0,A3.
The amplitude levels are transmitted over a noisy channel.
The receiver's goal is to decode the noisy amplitude levels back to letters.
The above scheme can be modeled as the following M-ary hypothesis testing for detecting each of the
transmitted amplitude levels corrupted in noise,
Hi:y=Ai+w,i=0,1,dots,M-1
where wN(0,2), and the amplitude levels A1,A2,cdots,Am are given. We wish to distinguish between
hypothesis H0,H1,cdots,HM-1 using the observation y. Assume uniform costs and equal priors.
(a) Compute the minimum probability of error (Pe) detector and show that it corresponds to the minimum
distance detector.
(b) Compute the minimum Pe when M=2.
(c) Use the detector computed in (a) to decode the transmitted message "SMILE" from the measurement
data provided in Problem4.mat file. The file contains two sets of measurement data:Question 4.[15 marks] Consider a random DNA sequence of nucleotides stored in FASTA format in the file randomDNA.fasta. Write a Matlab script file to - read this file, - convert the '\( a \)' and '\( g \)' in the sequence to \(-1\) and the '\( c \)' and '\( t \)' to \(+1\),- construct a DNA random walk by performing the cumulative sum of the \(-1\) and \(+1\), and - plot the DNA walk.
 Problem 4[15 marks] Consider a communication problem where we wish to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!