signals,systems and networks, MATLAB in Engineering

Assignment Help:
Q.1: Consider the transmission of a sinusoid x(t) = cos(2f0t) through a channel a ected
by multipath and Doppler. Let there be two paths, and assume the sinusoid is being sent
from a moving transmitter so that a Doppler frequency shift occurs. Let the received signal
be
r(t) = 0cos(2(f0 ?? v)(t ?? L0=c)) + 1cos(2(f0 ?? v)(t ?? L1=c))
where 0  i  1 are attenuations, Li are the distances from the transmitter to the receiver
that the signal travels in the ith path i = 1,2, c = 3  108 m/sec, and the frequency shift
v is caused by the Doppler e ect.
(a) Let f0 = 2 KHz, v = 50 Hz, 0 =1, 1 = 0.9 and L0 = 10,000 meters. What would
be L1 if the two sinusoids have a phase di erence of =2 ?
(b) Is the received signal r(t), with the parameters given above but L1 = 10,000, periodic?
If so, what would be its period and how much does it di er from the period of the
original sinusoid? If x(t) is the input and r(t) the output of the transmission channel,
considered a system, is it linear and time invariant? Explain.
(c) Sample the signals x(t) and r(t) using a sampling frequency Fs = 10 KHz. Plot the
sampled sent x(nTs) and received r(nTs) signals for n = 0 to 2000.
(d) Consider the situation where f0 = 2 KHz, but the parameters of the paths are random,
trying to simulate real situations where these parameters are unpredictable, although
somewhat related. Let
r(t) = 0cos(2(f0 ?? v)(t ?? L0=c)) + 1cos(2(f0 ?? v)(t ?? L1=c))
where v = 50 HZ, L0 = 1,000, L1 = 10,000, 0 = 1 - , 1 = 0/10 and  is a
random number between 0 and 1 with equal probability of being any of these values
1
(this can be realized by using the rand MATLAB function). Generate the received
signal for 10 di erent events, use Fs = 10,000 Hz as the sampling rate, and plot them
together to observe the e ects of the multipath and Doppler.

Related Discussions:- signals,systems and networks

Variable scope, Variable Scope: The scope of any of variable is the wo...

Variable Scope: The scope of any of variable is the workspace in which it is valid. The workspace generated in the Command Window is known as the base workspace. As we know

Expanding a function, Expanding a function: The expand function will m...

Expanding a function: The expand function will multiply out terms, and factor will do the opposite: >> expand((x+2)*(x-1)) ans = x^2 x-2 >> factor(ans)

Algorithm for appex subfunction, Algorithm for appex subfunction: The ...

Algorithm for appex subfunction: The algorithm for appex subfunction is as shown:  Receives x & n as the input arguments.  Initializes a variable for running sum of t

Displaying the cell arrays, Displaying the cell arrays: There are seve...

Displaying the cell arrays: There are several techniques of displaying the cell arrays. The celldisp function shows all elements of the cell array:   >> celldisp(cellro

Storing strings in cell arrays, Storing Strings in Cell Arrays: The on...

Storing Strings in Cell Arrays: The one good application of a cell array is to store strings of various lengths. As cell arrays can store various types of values in the elemen

Function strncmp, Function strncmp: The function strncmp compares only...

Function strncmp: The function strncmp compares only the first n characters in the strings and ignores the rest. The initial two arguments are strings to compare, and third ar

Execution steps - modular program, Execution steps: Whenever the progr...

Execution steps: Whenever the program is executed, the steps below will take place: The script calcandprintarea starts executing. The calcandprintarea calls the readr

Creating cell arrays, Creating Cell arrays: There are many ways to cre...

Creating Cell arrays: There are many ways to create cell arrays. For illustration, we will create a cell array in which one element will store an integer, one element store ch

Gauss, Gauss, Gauss-Jordan elimination: For 2 × 2 systems of equations...

Gauss, Gauss-Jordan elimination: For 2 × 2 systems of equations, there are well-defined, easy solution techniques. Though, for the larger systems of equations, finding solutio

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd