Difference between revisions of "Assignment 8, Part 0: convolution practice"

From Course Wiki
Jump to: navigation, search
Line 6: Line 6:
 
</noinclude>
 
</noinclude>
  
{{Template:Assignment Turn In|message=Turn in your answers to the following questions}}
+
The two tables below will pop up frequently in 20.309 for the rest of the semester. Table 8.0.1 describes the Fourier transform and many of its useful properties, while table 8.0.2 contains the transform pairs of many common functions. These two tables are useful because you can combine functions in table 8.0.2 using the properties in table 8.0.1 to figure out the transforms of an endless number of functions (without doing any math!).
+
 
You may find the Fourier transform Tables 8.0.1 and 8.0.2 useful. Note that there are a few functions that you may not have seen before including:
+
* ''u(t)'' is the unit step function <math>u(t) =
+
\begin{cases}
+
0, & \text{if }t<0 \\
+
1, & \text{if }t\geq0
+
\end{cases}
+
</math>
+
* sinc''(ax)'' is defined as: <math> \text{sinc}(ax) = \frac{\sin(ax)}{ax}</math>
+
* rect''(ax)'' is the box function: <math> \text{rect}(ax) =
+
\begin{cases}
+
0, & \text{if } |ax|> 1/2 \\
+
1, & \text{if } |ax| \leq 1/2
+
\end{cases}
+
</math>
+
+
 
[[Image: FourierTransformsTable.png|thumb|center|500 px|<caption>Table 8.0.1: Short table of Fourier transform properties</caption>]]
 
[[Image: FourierTransformsTable.png|thumb|center|500 px|<caption>Table 8.0.1: Short table of Fourier transform properties</caption>]]
 +
 
[[Image: TimeFrequencyDomains_MoreTransformPairsTable.png|thumb|center|500 px|<caption>Table 8.0.2: Short table of Fourier transform pairs</caption>]]
 
[[Image: TimeFrequencyDomains_MoreTransformPairsTable.png|thumb|center|500 px|<caption>Table 8.0.2: Short table of Fourier transform pairs</caption>]]
 
   
 
   
 +
{{Template:Assignment Turn In|message=
 
   
 
   
 
<ol type="A">
 
<ol type="A">
 +
 +
<li>Sketch each function in table 8.0.2 as well as the magnitude of its Fourier transform. Include any relevant constants in your sketch (for example: ''a'', <math>\alpha</math>, and <math>f_0</math>).
 +
</li>
 +
<br>
 
   <li>
 
   <li>
 
In class we found the Fourier transform of <math>\cos^2(\omega_0 t)</math>. Use graphical convolution to determine the transform of <math>\cos^4(\omega_0 t)</math>.
 
In class we found the Fourier transform of <math>\cos^2(\omega_0 t)</math>. Use graphical convolution to determine the transform of <math>\cos^4(\omega_0 t)</math>.
Line 38: Line 29:
 
   <li> Table 8.0.3 shows plots of eight time-domain signals A-H. The table on the right includes magnitude plots of the Fourier transform of ten signals numbered 1-10. For each time domain signal A-H, write the number 1-10 in the empty column of the matching frequency-domain signal. You may use a numbered plot more than once.<br>
 
   <li> Table 8.0.3 shows plots of eight time-domain signals A-H. The table on the right includes magnitude plots of the Fourier transform of ten signals numbered 1-10. For each time domain signal A-H, write the number 1-10 in the empty column of the matching frequency-domain signal. You may use a numbered plot more than once.<br>
 
Some of the frequency plots are shown on log-log axes and some are linear, as indicated by the plot title.<br>
 
Some of the frequency plots are shown on log-log axes and some are linear, as indicated by the plot title.<br>
 +
''Hint:'' Gaussian or white noise is a random signal with equal contributions from ''every frequency''.
 
   
 
   
[[Image: PSet4_ConvolutionImage.png|thumb|center|500 px|<caption>Table 8.0.3</caption>]]
 
 
   </li>
 
   </li>
 
<br>
 
<br>
 
   
 
   
</ol>
+
</ol>}}
 +
[[Image: PSet4_ConvolutionImage.png|thumb|center|500 px|<caption>Table 8.0.3</caption>]]
  
 
<noinclude>
 
<noinclude>

Revision as of 15:49, 20 April 2020

20.309: Biological Instrumentation and Measurement

ImageBar 774.jpg


The two tables below will pop up frequently in 20.309 for the rest of the semester. Table 8.0.1 describes the Fourier transform and many of its useful properties, while table 8.0.2 contains the transform pairs of many common functions. These two tables are useful because you can combine functions in table 8.0.2 using the properties in table 8.0.1 to figure out the transforms of an endless number of functions (without doing any math!).

Table 8.0.1: Short table of Fourier transform properties
Table 8.0.2: Short table of Fourier transform pairs


Pencil.png
  1. Sketch each function in table 8.0.2 as well as the magnitude of its Fourier transform. Include any relevant constants in your sketch (for example: a, $ \alpha $, and $ f_0 $).

  2. In class we found the Fourier transform of $ \cos^2(\omega_0 t) $. Use graphical convolution to determine the transform of $ \cos^4(\omega_0 t) $.

  3. Using the transform pairs in table 8.0.2, sketch the fourier transform of $ e^{-\alpha t} u(t) \times \cos(\omega_0 t) $. Assume that $ \alpha\ll\omega_0 $.

  4. Table 8.0.3 shows plots of eight time-domain signals A-H. The table on the right includes magnitude plots of the Fourier transform of ten signals numbered 1-10. For each time domain signal A-H, write the number 1-10 in the empty column of the matching frequency-domain signal. You may use a numbered plot more than once.
    Some of the frequency plots are shown on log-log axes and some are linear, as indicated by the plot title.
    Hint: Gaussian or white noise is a random signal with equal contributions from every frequency.


Table 8.0.3


Navigation

Back to 20.309 Main Page