Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A complex sinusoid is denoted: y(t) = e(o+jw)t First compute a vector representing time from 0 to 10 seconds in about 500 steps (You

A complex sinusoid is denoted: y(t) = e(o+jw)t First compute a vector representing time from 0 to 10 seconds 

A complex sinusoid is denoted: y(t) = e(o+jw)t First compute a vector representing time from 0 to 10 seconds in about 500 steps (You can use np.linspace). Use this vector to compute a complex sinusoid with a period of 2 seconds, and a decay rate that reduces the signal level at 10 seconds to 1/3 its original value. What o and w did you choose? Evaluate (y(t) as shown above i.e. y(t) = e(o+jw)t Hint: to define complex number e(5+6j) y = np.exp (5 + 1j*6) (b) (7 points) Task 2 Use the np.real (y) and np. imag (y) Python functions to extract the real and imagi- nary parts of the complex exponential. i. (5 points) Plot them as a function of time (plot them separately, you can use subplot for this task). This should look more reasonable. Label your axes, and check that your signal has the required period and decay rate. ii. (2 points) Plot the imaginary component of y(t) as a function of real component of y(t). What can be inferred from the plot? Hint: Comment on the shape of the plot and what we can infer about the envelope of y(t) from the shape? (c) (5 points) Task 3 Use the np.abs() and np.angle() functions to plot the magnitude and phase angle of the complex exponential (plot them in the same figure). Scale the np. angle() plot by dividing it by 2*pi so that it fits well on the same plot as the np.abs() plot (i.e. plot the angle in cycles, instead of radians, the function np. angle (x) returns the angle in radians). Feel free to also explore and visualize the change in the wave-forms for different sigma and omega values.

Step by Step Solution

3.31 Rating (118 Votes )

There are 3 Steps involved in it

Step: 1

Answer 1 given time period T2 therefore for decay rat... blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Smith and Roberson Business Law

Authors: Richard A. Mann, Barry S. Roberts

15th Edition

1285141903, 1285141903, 9781285141909, 978-0538473637

More Books

Students also viewed these Computer Engineering questions

Question

Prove the formula in Prob. 15.

Answered: 1 week ago

Question

Differentiate tan(7x+9x-2.5)

Answered: 1 week ago

Question

Explain the sources of recruitment.

Answered: 1 week ago

Question

Differentiate sin(5x+2)

Answered: 1 week ago

Question

Compute the derivative f(x)=1/ax+bx

Answered: 1 week ago

Question

Identify and discuss the principal rights of partners.

Answered: 1 week ago

Question

Discuss the buyers right to revoke acceptance.

Answered: 1 week ago