Sinusoid Parameters
Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
Part a. Consider the function x_1[n] = A_1\cos\left(\Omega_1 n + \phi_1\right), where
-
A_1, \Omega_1, and \phi_1 are constants,
-
A_1\ge0,
-
-\pi\lt\phi_1\le\pi, and
-
n represents the integer-valued time index.
Determine the values of the constants A_1, \Omega_1, and \phi_1 that correspond to the following plot of x_1[n]:
and enter their values as python
expressions in the boxes below.
Your answers may contain the following predefined constants and functions:
omega
represents \omegaOMEGA
represents \Omegasin
andcos
represent \sin(\cdot) and \cos(\cdot), respectivelysqrt
represents the square root functione
,1j
, andpi
represent e, j, and \pi, respectivelyRe
andIm
represent {\rm Re}(\cdot) and {\rm Im}(\cdot), respectively
Part b. Determine the constants c_3, d_3, and \Omega_3 for the function \displaystyle x_3[n] = c_3\cos(\Omega_3 n) + d_3\sin(\Omega_3 n), which is plotted below:
Enter the values of c_3, d_3, and \Omega_3
as python
expressions in the boxes below.