Question

MATLABQ1 A signal x(t) is shown in the following figure: X) 3 -2 1 01 2 3 sketch x( t+2).

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Look like figure is handmade, values are not clear.

Let us se the effect of incremnt the argument of any function on its value.

Let for any function, we modify the function from

f(t) ==> f(t+k)

Now, for f(0), we will get the value that we got earlier at f(-k), at f(k), we will get the value we used to get earlier at f(0). In general, we can conclude that:

On adding a value k to the arguement , the graph is shifted k value to the left.

For the above figure, i will modify the graph provided by you. Resultant graph is:

In matlab, we are given 2 vectors to plat a graph, x and t.

To plot x(t+2, we just need to create another vector t1 = t+2 and plot t1 and x.

For example , if a graph is plotted using

plot(t, x).

To plot the new graph of x(t+2), we need to replace plot(t,x) with

t1 = t1+2;

plot(t1,x);

Add a comment
Know the answer?
Add Answer to:
MATLAB Q1 A signal x(t) is shown in the following figure: X) 3 -2 1 01...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT