Question: Please help me with this. If you don't know how to proceed MATLAB that's fine. Just give me an idea. Thank you. comprising of five
Please help me with this. If you don't know how to proceed MATLAB that's fine. Just give me an idea. Thank you.


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
Get step-by-step solutions from verified subject matter experts
