subject

(a) Write a Matlab function signalx that evaluates the following signal at an arbitrary set of points:
x(t) = ∫ 2e^ t+2, βˆ’3 <_ t <_ βˆ’1
2e^βˆ’t cos 2Ο€t, βˆ’1 <_ t <_ 4
0, else
That is, given an input vector of time points, the function should give an output vector with the values of x evaluated at those time points. For time points falling outside [βˆ’3, 4], the function should return the value zero.
(b) Use the function signalx to plot x(t) versus t, for βˆ’6 <_ t <_ 6. To do this, create a vector of sampling times spaced closely enough to get a smooth plot. Generate a corresponding vector using signalx. Then plot one against the other.
(c) Use the function signalx to plot x (t βˆ’ 3) versus t.
(d) Use the function signalx to plot x (3 βˆ’ t) versus t.
(e) Use the function signalx to plot x (2t) versus t.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 07:00
To produce a starlight effect in her photograph, lina should choose the filter for her camera.
Answers: 1
question
Computers and Technology, 23.06.2019 13:50
Explain how email technologies enable the exchange of messages between users. find out the typical parts of an email address and explain each part.
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Barbara is interested in pursuing a career in the science and math pathway. which qualifications will her reach that goal? a.an advanced knowledge of physics and math b.an advanced knowledge of engineering and math c. an advanced knowledge of physics and robotics an d. advanced knowledge of machinery and math
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the studentÒ€ℒs scores and output the studentÒ€ℒs record, which consists of two quiz and two exam scores as well as the studentÒ€ℒs average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
You know the right answer?
(a) Write a Matlab function signalx that evaluates the following signal at an arbitrary set of point...
Questions
Questions on the website: 13722363