Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It's a probability problem using Matlab. Thank you! comprising of five bits 11011 before and after the bits message. This block of bits is sent

It's a probability problem using Matlab. Thank you!

image text in transcribedimage text in transcribed
comprising of five bits 11011 before and after the bits message. This block of bits is sent to you sequentially over a channel that adds noise with the above PSD. You receive 1 million random samples from the output of the channel given in file noisysignal.mat. Your objective is to detect the start of the block of bits that contains the bits message, decode the bits message and detect the end of the block of bits. Moreover, using the ASCII table, decode the text message. Observe that the dynamic range of the signal vn] is from -3 to +3, whereas the dynamic range of the noise is from -15 to +15 with high probability. . Write the impulse response of the matched filter in terms of un]. . Write a short MATLAB program to accomplish the above objective, attach your matlab code, and a plot of the output of the matched filter. What is the text message? Note that you can use the following commands in MATLAB. (a) To convolve two sequences X and H, use: Y=conv(X,H); (b) To convert from ASCII to TEXT use: B=char(A); where A must a number between 0 and 127, and B will be a character array.Probability Lab Assignment: Matched Filter Consider the following detection problem. To communicate a "0", the all-zero discrete-time signal of length 100 is sent, and to communicate a "1", the discrete-time signal vn] (in file v.mat) of length 100 is sent. This signal is corrupted with a discrete-time random process X [n] with PSD Sx (f), where 2 Sx (f) = 1 - e-j2xf + 0.6e-34xf + 0.3e-16x] - 0.1e-j8xf The instructor wishes to send a text message to you. The text message is converted into bits message using the ASCII (7 bit) table. A block of bits is formed by adding a header

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Algebra

Authors: Charles P McKeague

2nd Edition

1483263819, 9781483263816

More Books

Students also viewed these Mathematics questions