Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Two continuous signals are given as follows: x1 (t) = sin (2nt i X2 (t) = sin 2nt 20 3 Please write a Scilab program to do the following: Sampling...

Can I please have help with the following with some explanations written in Scilab

Two continuous signals are given as follows:x1 (t) = sin(2nti X2 (t) = sin2nt203Please write a Scilab program to do the following:6. Sampling the signals x, (t) and x2 (t) for 0 s t = 200 with step size 17. Create a new signal s(t):s (t) = X1(t) + X2(t)8. Use Scilab function wfir() to design a low pass filter with following requirements:Order of the filter = 33; Use Kaiser Window; cut off frequency = 0.2, and trade-off between main-lobeand side-lobe parameter is 5.69. Filter the signal s(t) by using Scilab function:y = convol(wft,s)Where wit is the vector of designed filter coefficients, s is the input signal, and y is the output signal orfiltered signal.10. Plot the signal s(t) and y(t) with following requirements:. Plot both signals in the same window. Signal s(t) is in the upper half of the window with title: "Sum of Two Sinusoids". Signal y(t) is in the bottom half of the window with title: "Filtered Signal By a Windowed FIR Low-pass". Label the horizontal axis with "Time"; and vertical axis with "Amplitude" for both graphsYou can find an example for plotting these graphs in this unit's lecture.
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question