(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. ***********************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 130930, 4996]*) (*NotebookOutlinePosition[ 132013, 5033]*) (* CellTagsIndexPosition[ 131969, 5029]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{Cell[TextData["Make Your Own Convolution"], "Title", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["by"], "Subsubtitle", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData[ "H. Joel Trussell\nDept. of Electrical and Computer Engineering\nNorth \ Carolina State University\nRaleigh, NC 27695-7911"], "Subtitle", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ StyleBox["e-mail", Evaluatable->False, AspectRatioFixed->True, FontSlant->"Plain"], StyleBox[": hjt@ecehjt.ncsu.edu", Evaluatable->False, AspectRatioFixed->True] }], "Subsubtitle", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[StyleBox[ "This notebook let you create your own function and convolution kernel with \ which to demonstrate convolution.", Evaluatable->True, AspectRatioFixed->True, FontSize->14]], "Text", Evaluatable->True, AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData["Initialization"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ " makeFunction[x_] := Block[{ m,n,y},\n\n\tm = Length[x];\n\tn = 1;\n\ty = \ {x[[1]]};\n\n\tFor[i=2,i<=m,i++,\n\n\t\tIf[x[[i,1]] - y[[n,1]] > 0.01,\n\n\t\t\ \t(* then *) y = Append[y,x[[i]]];\n\t\t\tn = n+1;\n\n\t\t];\n\n\t];\n\t\ Return[y];\n];"], "Input", InitializationCell->True, AspectRatioFixed->True]}, Open]], Cell[CellGroupData[{Cell[TextData["Make Your Function"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ StyleBox[ "Enter your function on the graph below. Click once in the graph area to \ set the frame around the axes. To draw you function, hold down the Command \ key and the left button on the mouse as you move the mouse. The points will \ appear on the graph. You can repeat the process until you have the graph you \ want. Next, press -c (hold the Command key while pressing the c key) \ to copy the point pairs that define your function. A function f(x) will be \ defined using those pairs. This calls for you to alter the command in the ", Evaluatable->False, AspectRatioFixed->True, FontSize->14], StyleBox["Mathematica", Evaluatable->False, AspectRatioFixed->True, FontSize->14, FontSlant->"Italic"], StyleBox[ " file by deleting any previous lists of points after inserting the\nlist \ you have just copied. Insert the list in the place indicated below.", Evaluatable->False, AspectRatioFixed->True, FontSize->14] }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData["ListPlot[{{-10,-5},{10,5}}]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.047619 0.309017 0.05886 [ [(-10)] 0.02381 0.30902 0 2 Msboxa [(-5)] 0.2619 0.30902 0 2 Msboxa [(5)] 0.7381 0.30902 0 2 Msboxa [(10)] 0.97619 0.30902 0 2 Msboxa [(-4)] 0.4875 0.07358 1 0 Msboxa [(-2)] 0.4875 0.1913 1 0 Msboxa [(2)] 0.4875 0.42674 1 0 Msboxa [(4)] 0.4875 0.54446 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.02381 0.30902 moveto 0.02381 0.31527 lineto stroke grestore [(-10)] 0.02381 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.2619 0.30902 moveto 0.2619 0.31527 lineto stroke grestore [(-5)] 0.2619 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.7381 0.30902 moveto 0.7381 0.31527 lineto stroke grestore [(5)] 0.7381 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(10)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.07143 0.30902 moveto 0.07143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.11905 0.30902 moveto 0.11905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.16667 0.30902 moveto 0.16667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.30952 0.30902 moveto 0.30952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.35714 0.30902 moveto 0.35714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.45238 0.30902 moveto 0.45238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.54762 0.30902 moveto 0.54762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.64286 0.30902 moveto 0.64286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.69048 0.30902 moveto 0.69048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.83333 0.30902 moveto 0.83333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.88095 0.30902 moveto 0.88095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.92857 0.30902 moveto 0.92857 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0.07358 moveto 0.50625 0.07358 lineto stroke grestore [(-4)] 0.4875 0.07358 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.1913 moveto 0.50625 0.1913 lineto stroke grestore [(-2)] 0.4875 0.1913 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.42674 moveto 0.50625 0.42674 lineto stroke grestore [(2)] 0.4875 0.42674 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.54446 moveto 0.50625 0.54446 lineto stroke grestore [(4)] 0.4875 0.54446 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.09712 moveto 0.50375 0.09712 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.12066 moveto 0.50375 0.12066 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.14421 moveto 0.50375 0.14421 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.16775 moveto 0.50375 0.16775 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.21484 moveto 0.50375 0.21484 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.23838 moveto 0.50375 0.23838 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26193 moveto 0.50375 0.26193 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.28547 moveto 0.50375 0.28547 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.33256 moveto 0.50375 0.33256 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.35611 moveto 0.50375 0.35611 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.37965 moveto 0.50375 0.37965 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.40319 moveto 0.50375 0.40319 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.45028 moveto 0.50375 0.45028 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.47383 moveto 0.50375 0.47383 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.49737 moveto 0.50375 0.49737 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.52091 moveto 0.50375 0.52091 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.05003 moveto 0.50375 0.05003 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02649 moveto 0.50375 0.02649 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.00294 moveto 0.50375 0.00294 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.568 moveto 0.50375 0.568 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.59155 moveto 0.50375 0.59155 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.61509 moveto 0.50375 0.61509 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave 0.008 setlinewidth 0.02381 0.01472 Mdot 0.97619 0.60332 Mdot grestore % End of Graphics MathPictureEnd\ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggYjN[Vi^OShn03ooeGooj[oooclo5H/1EGooj[ooc/k>gYjN[Vi^OShn03o oclo?ginO[fm_Oclo5D00:X00?l00000EED0EJX00=d81Slo?ginO[fm_Oclo0<30d92@X61PL30`000 EED0EJX0EOl0E@00ZUD0ZZX0E@<30d92@X61PL30`000E@L71dI6AXF5QLC4a000ZUD0ZZX0Z_l0ZP00 e5D0ojX0ZPL71dI6AXF5QLC4a000ZP/;2dY:BXV9RLS8b000oeD0ojX0ool0o`1E05EE0:X0o`/;2dY: BXV9RLS8b000o`l?3di>CXf=SLcCXf=SLc@000ol0000n0003o`0003d000?o0000?`001Ol0003o008000?o0000 0@0000L00ol30004o`00oc/000?o0000?P000ol0000m0003o`0003d00ol30004o`00o`<000090003 o`0000800_ll00Co?@000ol0000m00Co?P000ol0000200;o100008d00_n;0000S@000ol0002:0000 S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000 0P3ooaSo0@0000P000?o00002`000ol0000:0003o`0000X000?o00002P000ol0000;0003o`0000X0 00?o00002P000ol0000;0003o`0000X000?o00002P000ol0000:0003o`0000/000?o00002P000ol0 000:0003o`0000X000?o00002`000ol0000:0003o`0000X000?o00002P000ol0000;0003o`0000D0 00080003o`00040000?o0000?`000ol0000o0003o`00040000?o00001@0008d000?o0000RP0008d0 00?o0000RP0008d000?o0000RP0008d000?o0000RP0008d00_n;0000S@000ol0002:0000S@000ol0 002:0000S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000S@02oh/0002=0003o`0008X0 002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0 002=00;oR`0008d000?o0000RP0008d000?o0000RP0008d000?o0000RP0008d000?o0000RP0008d0 00?o0000RP0008d00_n;0000S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000Q@04o`@0 00?o0000RP0008D000Co003o10000ol0002:0000QP000ol000040003o`0008X000270003o`0000<0 0on:0000R0000ol000020003o`0008X000250004o`00o`@000?o0000RP0008H00_l50003o`0008X0 002=0003o`0008X0002=0003o`0008X0002=00;oR`0008d000?o0000RP0008d000?o0000RP0008d0 00?o0000RP0008d000?o0000RP0008d000?o0000RP0008d000?o0000RP0008d00_n;0000S@000ol0 002:0000S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000S@000ol0002:0000S@02oh/0 002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0 002=0003o`0008X0002=00;oR`0008d000?o0000RP0008d000?o0000RP0008d000?o0000RP0008L0 00?o00000`000ol0002:0000Q`000ol000030003o`0008X0002400Go10000ol0002:0000Q0001?l0 0?l500?oRP0008D000?o0?l01@000ol0002:0000QP02o`D000?o0000RP0008L000?o00000`000ol0 002:0000S@000ol0002:0000S@000ol0002:0000S@02oh/0002=0003o`0008X0002=0003o`0008X0 002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0002=0003o`0008X0002=00;oR`0008d0 00?o0000RP0008d000?o0000P@02o`L0002=0003o`0008400_l70000S@000ol0002:0000S@000ol0 002:0000S@02oh/0002=0003o`0008X00000\ \>"], ImageRangeCache->{{{0, 281}, {173, 0}} -> {-10.6767, -5.27914, 0.075437, 0.0610301}}], Cell[OutputFormData[ "\<\ The Unformatted text for this cell was not generated. Use options in the Actions Settings dialog box to control when Unformatted text is generated.\ \>", "\<\ -Graphics-\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True]}, Open]], Cell[CellGroupData[{Cell[TextData[ "(* insert list of point pairs after the = sign for the *)\n(* variable x \ below *)\nx = {{-2.954321, 0.045341}, {-2.055959, 0.590436}, \n{-1.23246, \ -0.015225}, {-0.858143, -0.74202}, \n{-0.109508, -1.771645}, {0.189947, \ -1.953344}, \n{0.788855, -2.195609}, {1.3129, -1.468814}, \n{1.836945, \ -0.74202}, {2.435853, 0.105907}, \n{3.558805, 0.893268}, {3.85826, 0.832702}, \ \n{4.157714, 0.529871}, {4.532032, 0.408738}, \n{4.681759, 0.105907}};\nfs = \ makeFunction[x]; (*eliminate points with duplicate *)\n\t\t\t\t\t\t(* \ abscissa values *)\nf = Interpolation[fs,InterpolationOrder->1]; (* defines \ the function f(x) *)\nfxmin = Min[Table[fs[[i,1]],{i,Length[fs]}]];\nfxmax = \ Max[Table[fs[[i,1]],{i,Length[fs]}]];\n\ ListPlot[Table[{t,f[t]},{t,fxmin,fxmax,(fxmax-fxmin)/128}],\n\t\ PlotJoined->True,\n\tPlotLabel -> \"Function in Time Domain\"\n]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.392276 0.124721 0.43311 0.192133 [ [(-2)] 0.14283 0.43311 0 2 Msboxa [(2)] 0.64172 0.43311 0 2 Msboxa [(4)] 0.89116 0.43311 0 2 Msboxa [(Function in Time Domain)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.37978 0.04884 1 0 Msboxa [(-1.5)] 0.37978 0.14491 1 0 Msboxa [(-1)] 0.37978 0.24098 1 0 Msboxa [(-0.5)] 0.37978 0.33704 1 0 Msboxa [(0.5)] 0.37978 0.52918 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.14283 0.43311 moveto 0.14283 0.43936 lineto stroke grestore [(-2)] 0.14283 0.43311 0 2 Mshowa gsave 0.002 setlinewidth 0.64172 0.43311 moveto 0.64172 0.43936 lineto stroke grestore [(2)] 0.64172 0.43311 0 2 Mshowa gsave 0.002 setlinewidth 0.89116 0.43311 moveto 0.89116 0.43936 lineto stroke grestore [(4)] 0.89116 0.43311 0 2 Mshowa gsave 0.001 setlinewidth 0.19272 0.43311 moveto 0.19272 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.24261 0.43311 moveto 0.24261 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.2925 0.43311 moveto 0.2925 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.34239 0.43311 moveto 0.34239 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.44216 0.43311 moveto 0.44216 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.49205 0.43311 moveto 0.49205 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.54194 0.43311 moveto 0.54194 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.59183 0.43311 moveto 0.59183 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.69161 0.43311 moveto 0.69161 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.7415 0.43311 moveto 0.7415 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.79138 0.43311 moveto 0.79138 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.84127 0.43311 moveto 0.84127 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.09295 0.43311 moveto 0.09295 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.04306 0.43311 moveto 0.04306 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.94105 0.43311 moveto 0.94105 0.43686 lineto stroke grestore gsave 0.001 setlinewidth 0.99094 0.43311 moveto 0.99094 0.43686 lineto stroke grestore gsave 0.002 setlinewidth 0 0.43311 moveto 1 0.43311 lineto stroke grestore [(Function in Time Domain)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.39228 0.04884 moveto 0.39853 0.04884 lineto stroke grestore [(-2)] 0.37978 0.04884 1 0 Mshowa gsave 0.002 setlinewidth 0.39228 0.14491 moveto 0.39853 0.14491 lineto stroke grestore [(-1.5)] 0.37978 0.14491 1 0 Mshowa gsave 0.002 setlinewidth 0.39228 0.24098 moveto 0.39853 0.24098 lineto stroke grestore [(-1)] 0.37978 0.24098 1 0 Mshowa gsave 0.002 setlinewidth 0.39228 0.33704 moveto 0.39853 0.33704 lineto stroke grestore [(-0.5)] 0.37978 0.33704 1 0 Mshowa gsave 0.002 setlinewidth 0.39228 0.52918 moveto 0.39853 0.52918 lineto stroke grestore [(0.5)] 0.37978 0.52918 1 0 Mshowa gsave 0.001 setlinewidth 0.39228 0.06806 moveto 0.39603 0.06806 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.08727 moveto 0.39603 0.08727 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.10648 moveto 0.39603 0.10648 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.1257 moveto 0.39603 0.1257 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.16412 moveto 0.39603 0.16412 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.18334 moveto 0.39603 0.18334 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.20255 moveto 0.39603 0.20255 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.22176 moveto 0.39603 0.22176 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.26019 moveto 0.39603 0.26019 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.2794 moveto 0.39603 0.2794 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.29862 moveto 0.39603 0.29862 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.31783 moveto 0.39603 0.31783 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.35626 moveto 0.39603 0.35626 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.37547 moveto 0.39603 0.37547 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.39468 moveto 0.39603 0.39468 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.4139 moveto 0.39603 0.4139 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.45232 moveto 0.39603 0.45232 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.47154 moveto 0.39603 0.47154 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.49075 moveto 0.39603 0.49075 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.50996 moveto 0.39603 0.50996 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.02963 moveto 0.39603 0.02963 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.01042 moveto 0.39603 0.01042 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.54839 moveto 0.39603 0.54839 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.5676 moveto 0.39603 0.5676 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.58682 moveto 0.39603 0.58682 lineto stroke grestore gsave 0.001 setlinewidth 0.39228 0.60603 moveto 0.39603 0.60603 lineto stroke grestore gsave 0.002 setlinewidth 0.39228 0 moveto 0.39228 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath 0.004 setlinewidth 0.02381 0.44182 moveto 0.03125 0.44878 lineto 0.03869 0.45573 lineto 0.04613 0.46269 lineto 0.05357 0.46964 lineto 0.06101 0.4766 lineto 0.06845 0.48355 lineto 0.07589 0.49051 lineto 0.08333 0.49746 lineto 0.09077 0.50442 lineto 0.09821 0.51137 lineto 0.10565 0.51832 lineto 0.1131 0.52528 lineto 0.12054 0.53223 lineto 0.12798 0.53919 lineto 0.13542 0.54614 lineto 0.14286 0.53862 lineto 0.1503 0.53019 lineto 0.15774 0.52176 lineto 0.16518 0.51333 lineto 0.17262 0.5049 lineto 0.18006 0.49647 lineto 0.1875 0.48804 lineto 0.19494 0.47961 lineto 0.20238 0.47118 lineto 0.20982 0.46275 lineto 0.21726 0.45432 lineto 0.2247 0.44589 lineto 0.23214 0.43746 lineto 0.23958 0.42713 lineto 0.24702 0.40487 lineto 0.25446 0.38262 lineto 0.2619 0.36036 lineto 0.26935 0.33811 lineto 0.27679 0.31585 lineto 0.28423 0.2936 lineto 0.29167 0.27694 lineto 0.29911 0.26118 lineto 0.30655 0.24541 lineto 0.31399 0.22965 lineto 0.32143 0.21389 lineto 0.32887 0.19812 lineto 0.33631 0.18236 lineto 0.34375 0.16659 lineto 0.35119 0.15083 lineto 0.35863 0.13506 lineto 0.36607 0.1193 lineto 0.37351 0.10354 lineto 0.38095 0.09054 lineto 0.38839 0.08358 lineto Mistroke 0.39583 0.07663 lineto 0.40327 0.06967 lineto 0.41071 0.06272 lineto 0.41815 0.05644 lineto 0.4256 0.05181 lineto 0.43304 0.04717 lineto 0.44048 0.04253 lineto 0.44792 0.0379 lineto 0.45536 0.03326 lineto 0.4628 0.02862 lineto 0.47024 0.02399 lineto 0.47768 0.01935 lineto 0.48512 0.01472 lineto 0.49256 0.01531 lineto 0.5 0.03121 lineto 0.50744 0.04711 lineto 0.51488 0.063 lineto 0.52232 0.0789 lineto 0.52976 0.0948 lineto 0.5372 0.11069 lineto 0.54464 0.12659 lineto 0.55208 0.14249 lineto 0.55952 0.15838 lineto 0.56696 0.17428 lineto 0.5744 0.19018 lineto 0.58185 0.20607 lineto 0.58929 0.22197 lineto 0.59673 0.23787 lineto 0.60417 0.25376 lineto 0.61161 0.26966 lineto 0.61905 0.28556 lineto 0.62649 0.30168 lineto 0.63393 0.31791 lineto 0.64137 0.33414 lineto 0.64881 0.35036 lineto 0.65625 0.36659 lineto 0.66369 0.38282 lineto 0.67113 0.39905 lineto 0.67857 0.41528 lineto 0.68601 0.4315 lineto 0.69345 0.44773 lineto 0.70089 0.45866 lineto 0.70833 0.4667 lineto 0.71577 0.47473 lineto 0.72321 0.48277 lineto 0.73065 0.49081 lineto 0.7381 0.49884 lineto 0.74554 0.50688 lineto 0.75298 0.51492 lineto 0.76042 0.52295 lineto Mistroke 0.76786 0.53099 lineto 0.7753 0.53903 lineto 0.78274 0.54706 lineto 0.79018 0.5551 lineto 0.79762 0.56314 lineto 0.80506 0.57117 lineto 0.8125 0.57921 lineto 0.81994 0.58725 lineto 0.82738 0.59528 lineto 0.83482 0.60332 lineto 0.84226 0.60283 lineto 0.8497 0.60051 lineto 0.85714 0.59819 lineto 0.86458 0.59587 lineto 0.87202 0.59355 lineto 0.87946 0.58378 lineto 0.8869 0.57219 lineto 0.89435 0.5606 lineto 0.90179 0.54901 lineto 0.90923 0.53742 lineto 0.91667 0.53201 lineto 0.92411 0.5283 lineto 0.93155 0.52459 lineto 0.93899 0.52088 lineto 0.94643 0.51717 lineto 0.95387 0.51346 lineto 0.96131 0.49982 lineto 0.96875 0.47664 lineto 0.97619 0.45346 lineto Mfstroke % End of Graphics MathPictureEnd\ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggYjN[Vi^OShn03ooeGooj[oooclo5H/1EGooj[ooc/k>gYjN[Vi^OShn03o oclo?ginO[fm_Oclo5D00:X00?l00000EED0EJX00=d81Slo?ginO[fm_Oclo0<30d92@X61PL30`000 EED0EJX0EOl0E@00ZUD0ZZX0E@<30d92@X61PL30`000E@L71dI6AXF5QLC4a000ZUD0ZZX0Z_l0ZP00 e5D0ojX0ZPL71dI6AXF5QLC4a000ZP/;2dY:BXV9RLS8b000oeD0ojX0ool0o`1E05EE0:X0o`/;2dY: BXV9RLS8b000o`l?3di>CXf=SLcCXf=SLc0003o`0002d000?o0000MP0005l000?o00003`000ol0000^0003o`0007D0001O0003o`0000l0 00?o0000;P000ol0001e0000GP000ol0000@00;o<0000ol0001d0000GP000ol0000@0003o`0002l0 00?o0000M00005d000?o00002@05o`<000?o0000;`000ol0001d0000G@000ol0000;0003o`0000<0 00?o0000<0000ol0001c0000G0000ol0000<0003o`0000<000?o0000<0000ol0001c0000G0000ol0 000400Co10000ol0000300;o<@000ol0001c0000F`000ol0000=0003o`0000<000?o0000<@000ol0 001b0000F`000ol0000;00?o1@000ol0000a0003o`000780001J0003o`0000h000?o00000`000ol0 000b0003o`000740001J0003o`0001@000?o00000000ol0 001[0000E0000ol0000J0003o`0003T000?o0000JP0005@000?o00006P000ol0000i0003o`0006X0 001D0003o`0001X00_lk0003o`0006T0001D0003o`0001X000?o0000>P000ol0001Y0000D`000ol0 000800;o10000ol0000200?o1@000ol0000k0003o`0006P0001C0003o`0000L000Co003o2`000ol0 00020003o`0003/000?o0000J00005<000?o00001`001?l00?l;0003o`00008000?o0000?0000ol0 001W0000DP000ol0000200Co0P001?l00?l800?o1@02ocd000?o0000I`00058000?o000020001?l0 0?l80003o`0000D000?o0000?@000ol0001V0000D@000ol000090004o`00o`P000?o00001@000ol0 000m0003o`0006H0001A0003o`0000X00_l900Co10000ol0000n0003o`0006D0001A0003o`0001d0 00?o0000?P000ol0001U0000D0000ol0000N00;o@0000ol0001T0000D0000ol0000N0003o`0003l0 00?o0000I000050000?o00007P000ol000100003o`0006<0001?0003o`0001l000?o0000@0000ol0 001S0000C`000ol0000O0003o`00040000?o0000H`0004l000?o00007`02od8000?o0000HP0003<0 1?lG0003o`00020000?o0000>P04o`<000?o0000=`000ol0000X0000<`001?l00?lG0003o`000200 00?o0000>P001?l00?l30003o`0003L000?o0000:00003@000?o00005P000ol0000Q0003o`0003/0 00?o00000`000ol0000d00Go:@0002d01?l40003o`0001D000?o00008@000ol0000l0003o`0000<0 00?o0000<`001?l00?lZ0000=P000ol0000D0003o`0002400_ln0003o`00008000?o0000=0000ol0 o`0Z0000<`001?l00?lE0003o`00028000?o0000>P001?l00?l50003o`0003@00_lZ0000=002oaH0 00?o00008P000ol0000k00;o1P000ol0000e0003o`0002P0001<0003o`00028000?o0000A0000ol0 001O0000B`000ol0000S00;oA@000ol0001O0000B`000ol0000S0003o`0004D000?o0000GP0004/0 00?o00008`000ol000150003o`0005h0001:0003o`0002@000?o0000AP000ol0001M0000BP000ol0 000T0003o`0004H000?o0000G@0000h0oOl?000060000ol0000:0003o`0000X000?o00002@000ol0 00070004o`00o``000?o00002@000ol0000:0003o`0000T000?o00002P000ol0000:0003o`0000T0 00?o00002P000ol0000800;o30000ol0000:0003o`0000T000?o00002P000ol0000:0003o`0000T0 00?o00003`0001@000?o00006`000ol0000B0003o`0002L000?o0000?0000ol000090003o`000300 00?o0000:00001@000?o0000;`000ol0000X0003o`0004P000?o0000F`0001D000?o0000;P000ol0 000X0003o`0004T000?o0000FP0001H000?o0000;0000ol0000Y00;oBP000ol000140003o`0001<0 000G0003o`0002/000?o0000:@000ol0001:0003o`0004<000?o00004`0001P000?o0000:@000ol0 000Z0003o`0004/000?o0000@P000ol0000C00006@02obP000?o0000:`000ol0001<0003o`000440 00?o00004`0001/000?o000090000ol0000/0003o`0004d000?o0000?`000ol0000D000070000ol0 000R0003o`0002d00_m?0003o`0003h000?o0000500001d000?o000080000ol0000^0003o`0004l0 00?o0000?@000ol0000D00007P000ol0000N0003o`0002l000?o0000C`000ol0000m0003o`0001@0 000O0003o`0001`000?o0000<0000ol0001@0003o`0003/000?o00005@00020000?o00006P000ol0 000a0003o`00054000?o0000>P000ol0000E00008@000ol0000H0003o`0003800_mC0003o`0003T0 00?o00005@00028000?o00005P000ol0000c0003o`0005<000?o0000=`000ol0000F00008`02oaD0 00?o0000=0000ol0001D0003o`0003H000?o00005P0002D000?o00004@000ol0000e0003o`0005D0 00?o0000=@000ol0000F00009@000ol0000A0003o`0003D000?o0000EP000ol0000c0003o`0001L0 000V0003o`0000l000?o0000=P02oeP000?o0000"], ImageRangeCache->{{{0, 281}, {173, 0}} -> {-3.59221, -2.25944, 0.0317148, 0.0205873}}], Cell[OutputFormData[ "\<\ The Unformatted text for this cell was not generated. Use options in the Actions Settings dialog box to control when Unformatted text is generated.\ \>", "\<\ -Graphics-\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True]}, Open]]}, Open]], Cell[CellGroupData[{Cell[TextData["Make Your Kernel"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[StyleBox[ "Just as you defined your function, now define the kernel or impulse response \ that characterizes your system. Notice that the scale has been changed. This \ reflects the fact that most impulse responses are much shorter that the \ signals that are processed.", Evaluatable->False, AspectRatioFixed->True, FontSize->14]], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData["ListPlot[{{-2,-1},{2,1}}]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.238095 0.309017 0.294302 [ [(-2)] 0.02381 0.30902 0 2 Msboxa [(-1)] 0.2619 0.30902 0 2 Msboxa [(1)] 0.7381 0.30902 0 2 Msboxa [(2)] 0.97619 0.30902 0 2 Msboxa [(-1)] 0.4875 0.01472 1 0 Msboxa [(-0.5)] 0.4875 0.16187 1 0 Msboxa [(0.5)] 0.4875 0.45617 1 0 Msboxa [(1)] 0.4875 0.60332 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.02381 0.30902 moveto 0.02381 0.31527 lineto stroke grestore [(-2)] 0.02381 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.2619 0.30902 moveto 0.2619 0.31527 lineto stroke grestore [(-1)] 0.2619 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.7381 0.30902 moveto 0.7381 0.31527 lineto stroke grestore [(1)] 0.7381 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(2)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.07143 0.30902 moveto 0.07143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.11905 0.30902 moveto 0.11905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.16667 0.30902 moveto 0.16667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.30952 0.30902 moveto 0.30952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.35714 0.30902 moveto 0.35714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.45238 0.30902 moveto 0.45238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.54762 0.30902 moveto 0.54762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.64286 0.30902 moveto 0.64286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.69048 0.30902 moveto 0.69048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.83333 0.30902 moveto 0.83333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.88095 0.30902 moveto 0.88095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.92857 0.30902 moveto 0.92857 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0.01472 moveto 0.50625 0.01472 lineto stroke grestore [(-1)] 0.4875 0.01472 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.16187 moveto 0.50625 0.16187 lineto stroke grestore [(-0.5)] 0.4875 0.16187 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.45617 moveto 0.50625 0.45617 lineto stroke grestore [(0.5)] 0.4875 0.45617 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.60332 moveto 0.50625 0.60332 lineto stroke grestore [(1)] 0.4875 0.60332 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.04415 moveto 0.50375 0.04415 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.07358 moveto 0.50375 0.07358 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.10301 moveto 0.50375 0.10301 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.13244 moveto 0.50375 0.13244 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.1913 moveto 0.50375 0.1913 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22073 moveto 0.50375 0.22073 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.25016 moveto 0.50375 0.25016 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.27959 moveto 0.50375 0.27959 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.33845 moveto 0.50375 0.33845 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.36788 moveto 0.50375 0.36788 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.39731 moveto 0.50375 0.39731 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42674 moveto 0.50375 0.42674 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.4856 moveto 0.50375 0.4856 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.51503 moveto 0.50375 0.51503 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54446 moveto 0.50375 0.54446 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.57389 moveto 0.50375 0.57389 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave 0.008 setlinewidth 0.02381 0.01472 Mdot 0.97619 0.60332 Mdot grestore % End of Graphics MathPictureEnd\ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggYjN[Vi^OShn03ooeGooj[oooclo5H/1EGooj[ooc/k>gYjN[Vi^OShn03o oclo?ginO[fm_Oclo5D00:X00?l00000EED0EJX00=d81Slo?ginO[fm_Oclo0<30d92@X61PL30`000 EED0EJX0EOl0E@00ZUD0ZZX0E@<30d92@X61PL30`000E@L71dI6AXF5QLC4a000ZUD0ZZX0Z_l0ZP00 e5D0ojX0ZPL71dI6AXF5QLC4a000ZP/;2dY:BXV9RLS8b000oeD0ojX0ool0o`1E05EE0:X0o`/;2dY: BXV9RLS8b000o`l?3di>CXf=SLcCXf=SLc"], ImageRangeCache->{{{0, 281}, {173, 0}} -> {-2.14405, -1.06789, 0.0152602, 0.0123457}}]}, Open]], Cell[CellGroupData[{Cell[TextData[ "(* insert list of point pairs after the = sign for the *)\n(* variable x \ below *)\nx = {{0.014924, 0.021111}, {0.029847, 0.081478}, \n{0.029847, \ 0.129771}, {0.029847, 0.190138}, \n{0.029847, 0.250504}, {0.029847, \ 0.298797}, \n{0.029847, 0.359164}, {0.029847, 0.407457}, \n{0.029847, \ 0.467823}, {0.029847, 0.516116}, \n{0.029847, 0.588556}, {0.059694, \ 0.660996}, \n{0.059694, 0.709289}, {0.08954, 0.757582}, \n{0.134311, \ 0.709289}, {0.164158, 0.660996}, \n{0.194005, 0.612702}, {0.223851, \ 0.564409}, \n{0.253698, 0.516116}, {0.298468, 0.467823}, \n{0.343239, \ 0.41953}, {0.402932, 0.371237}, \n{0.47755, 0.31087}, {0.537243, 0.27465}, \n\ {0.596937, 0.238431}, {0.656631, 0.202211}, \n{0.761095, 0.165991}, \ {0.820788, 0.117698}, \n{0.895405, 0.093551}, {0.970022, 0.057331}, \n\ {1.059563, 0.033185}, {1.119256, 0.009038}, \n{1.17895, -0.003035}, \ {1.238644, -0.003035}};\nhs = makeFunction[x]; (*eliminate points with \ duplicate *)\n\t\t\t\t\t\t(* abscissa values *)\nh = \ Interpolation[hs,InterpolationOrder->1]; (* defines the function f(x) *)\n\ hxmin = Min[Table[hs[[i,1]],{i,Length[hs]}]];\nhxmax = \ Max[Table[hs[[i,1]],{i,Length[hs]}]];\nListPlot[Table[{t,h[t]},\n\t\ {t,hxmin+0.001,hxmax-0.001,(hxmax-hxmin-0.002)/128}],\n\tPlotJoined->True,\n\t\ PlotLabel -> \"Impulse Response in Time Domain\"\n]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.02381 0.769511 0.017073 0.776871 [ [(0.2)] 0.17771 0.01707 0 2 Msboxa [(0.4)] 0.33161 0.01707 0 2 Msboxa [(0.6)] 0.48552 0.01707 0 2 Msboxa [(0.8)] 0.63942 0.01707 0 2 Msboxa [(1)] 0.79332 0.01707 0 2 Msboxa [(1.2)] 0.94722 0.01707 0 2 Msboxa [(Impulse Response in Time Domain)] 0.5 0.61803 0 -2 Msboxa [(0.1)] 0.01131 0.09476 1 0 Msboxa [(0.2)] 0.01131 0.17245 1 0 Msboxa [(0.3)] 0.01131 0.25013 1 0 Msboxa [(0.4)] 0.01131 0.32782 1 0 Msboxa [(0.5)] 0.01131 0.40551 1 0 Msboxa [(0.6)] 0.01131 0.4832 1 0 Msboxa [(0.7)] 0.01131 0.56088 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.17771 0.01707 moveto 0.17771 0.02332 lineto stroke grestore [(0.2)] 0.17771 0.01707 0 2 Mshowa gsave 0.002 setlinewidth 0.33161 0.01707 moveto 0.33161 0.02332 lineto stroke grestore [(0.4)] 0.33161 0.01707 0 2 Mshowa gsave 0.002 setlinewidth 0.48552 0.01707 moveto 0.48552 0.02332 lineto stroke grestore [(0.6)] 0.48552 0.01707 0 2 Mshowa gsave 0.002 setlinewidth 0.63942 0.01707 moveto 0.63942 0.02332 lineto stroke grestore [(0.8)] 0.63942 0.01707 0 2 Mshowa gsave 0.002 setlinewidth 0.79332 0.01707 moveto 0.79332 0.02332 lineto stroke grestore [(1)] 0.79332 0.01707 0 2 Mshowa gsave 0.002 setlinewidth 0.94722 0.01707 moveto 0.94722 0.02332 lineto stroke grestore [(1.2)] 0.94722 0.01707 0 2 Mshowa gsave 0.001 setlinewidth 0.05459 0.01707 moveto 0.05459 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.08537 0.01707 moveto 0.08537 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.11615 0.01707 moveto 0.11615 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.14693 0.01707 moveto 0.14693 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.20849 0.01707 moveto 0.20849 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.23927 0.01707 moveto 0.23927 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.27005 0.01707 moveto 0.27005 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.30083 0.01707 moveto 0.30083 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.36239 0.01707 moveto 0.36239 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.39317 0.01707 moveto 0.39317 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.42396 0.01707 moveto 0.42396 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.45474 0.01707 moveto 0.45474 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.5163 0.01707 moveto 0.5163 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.54708 0.01707 moveto 0.54708 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.57786 0.01707 moveto 0.57786 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.60864 0.01707 moveto 0.60864 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.6702 0.01707 moveto 0.6702 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.70098 0.01707 moveto 0.70098 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.73176 0.01707 moveto 0.73176 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.76254 0.01707 moveto 0.76254 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.8241 0.01707 moveto 0.8241 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.85488 0.01707 moveto 0.85488 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.88566 0.01707 moveto 0.88566 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.91644 0.01707 moveto 0.91644 0.02082 lineto stroke grestore gsave 0.001 setlinewidth 0.978 0.01707 moveto 0.978 0.02082 lineto stroke grestore gsave 0.002 setlinewidth 0 0.01707 moveto 1 0.01707 lineto stroke grestore [(Impulse Response in Time Domain)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.02381 0.09476 moveto 0.03006 0.09476 lineto stroke grestore [(0.1)] 0.01131 0.09476 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.17245 moveto 0.03006 0.17245 lineto stroke grestore [(0.2)] 0.01131 0.17245 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.25013 moveto 0.03006 0.25013 lineto stroke grestore [(0.3)] 0.01131 0.25013 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.32782 moveto 0.03006 0.32782 lineto stroke grestore [(0.4)] 0.01131 0.32782 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.40551 moveto 0.03006 0.40551 lineto stroke grestore [(0.5)] 0.01131 0.40551 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.4832 moveto 0.03006 0.4832 lineto stroke grestore [(0.6)] 0.01131 0.4832 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.56088 moveto 0.03006 0.56088 lineto stroke grestore [(0.7)] 0.01131 0.56088 1 0 Mshowa gsave 0.001 setlinewidth 0.02381 0.03261 moveto 0.02756 0.03261 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.04815 moveto 0.02756 0.04815 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.06369 moveto 0.02756 0.06369 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.07922 moveto 0.02756 0.07922 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.1103 moveto 0.02756 0.1103 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.12583 moveto 0.02756 0.12583 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.14137 moveto 0.02756 0.14137 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.15691 moveto 0.02756 0.15691 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.18798 moveto 0.02756 0.18798 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.20352 moveto 0.02756 0.20352 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.21906 moveto 0.02756 0.21906 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.2346 moveto 0.02756 0.2346 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.26567 moveto 0.02756 0.26567 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.28121 moveto 0.02756 0.28121 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.29675 moveto 0.02756 0.29675 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.31228 moveto 0.02756 0.31228 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.34336 moveto 0.02756 0.34336 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.3589 moveto 0.02756 0.3589 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.37443 moveto 0.02756 0.37443 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.38997 moveto 0.02756 0.38997 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.42105 moveto 0.02756 0.42105 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.43658 moveto 0.02756 0.43658 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.45212 moveto 0.02756 0.45212 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.46766 moveto 0.02756 0.46766 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.49873 moveto 0.02756 0.49873 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.51427 moveto 0.02756 0.51427 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.52981 moveto 0.02756 0.52981 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.54535 moveto 0.02756 0.54535 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.00154 moveto 0.02756 0.00154 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.57642 moveto 0.02756 0.57642 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.59196 moveto 0.02756 0.59196 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.60749 moveto 0.02756 0.60749 lineto stroke grestore gsave 0.002 setlinewidth 0.02381 0 moveto 0.02381 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath 0.004 setlinewidth 0.03606 0.03662 moveto 0.04341 0.06661 lineto 0.05075 0.1583 lineto 0.0581 0.30227 lineto 0.06544 0.44624 lineto 0.07279 0.54052 lineto 0.08013 0.56452 lineto 0.08748 0.58851 lineto 0.09482 0.60332 lineto 0.10217 0.59532 lineto 0.10951 0.58732 lineto 0.11686 0.57932 lineto 0.1242 0.57133 lineto 0.13154 0.56094 lineto 0.13889 0.54894 lineto 0.14623 0.53695 lineto 0.15358 0.52495 lineto 0.16092 0.51295 lineto 0.16827 0.50095 lineto 0.17561 0.48896 lineto 0.18296 0.47696 lineto 0.1903 0.46496 lineto 0.19765 0.45296 lineto 0.20499 0.44096 lineto 0.21234 0.42897 lineto 0.21968 0.41732 lineto 0.22703 0.40932 lineto 0.23437 0.40132 lineto 0.24172 0.39333 lineto 0.24906 0.38533 lineto 0.25641 0.37733 lineto 0.26375 0.36933 lineto 0.2711 0.36133 lineto 0.27844 0.35333 lineto 0.28578 0.34534 lineto 0.29313 0.33875 lineto 0.30047 0.33275 lineto 0.30782 0.32675 lineto 0.31516 0.32075 lineto 0.32251 0.31476 lineto 0.32985 0.30876 lineto 0.3372 0.30276 lineto 0.34454 0.29676 lineto 0.35189 0.29076 lineto 0.35923 0.28476 lineto 0.36658 0.27876 lineto 0.37392 0.27276 lineto 0.38127 0.26677 lineto 0.38861 0.26077 lineto 0.39596 0.25572 lineto Mistroke 0.4033 0.25122 lineto 0.41065 0.24672 lineto 0.41799 0.24222 lineto 0.42533 0.23772 lineto 0.43268 0.23322 lineto 0.44002 0.22873 lineto 0.44737 0.22423 lineto 0.45471 0.21973 lineto 0.46206 0.21523 lineto 0.4694 0.21073 lineto 0.47675 0.20623 lineto 0.48409 0.20173 lineto 0.49144 0.19723 lineto 0.49878 0.19273 lineto 0.50613 0.18823 lineto 0.51347 0.18373 lineto 0.52082 0.17924 lineto 0.52816 0.17474 lineto 0.53551 0.17192 lineto 0.54285 0.16935 lineto 0.5502 0.16678 lineto 0.55754 0.16421 lineto 0.56488 0.16164 lineto 0.57223 0.15907 lineto 0.57957 0.15649 lineto 0.58692 0.15392 lineto 0.59426 0.15135 lineto 0.60161 0.14878 lineto 0.60895 0.14621 lineto 0.6163 0.14046 lineto 0.62364 0.13446 lineto 0.63099 0.12846 lineto 0.63833 0.12246 lineto 0.64568 0.11646 lineto 0.65302 0.11046 lineto 0.66037 0.10689 lineto 0.66771 0.10449 lineto 0.67506 0.10209 lineto 0.6824 0.09969 lineto 0.68975 0.09729 lineto 0.69709 0.09489 lineto 0.70443 0.09249 lineto 0.71178 0.09009 lineto 0.71912 0.08667 lineto 0.72647 0.08307 lineto 0.73381 0.07947 lineto 0.74116 0.07587 lineto 0.7485 0.07227 lineto 0.75585 0.06867 lineto 0.76319 0.06507 lineto Mistroke 0.77054 0.06153 lineto 0.77788 0.05953 lineto 0.78523 0.05753 lineto 0.79257 0.05554 lineto 0.79992 0.05354 lineto 0.80726 0.05154 lineto 0.81461 0.04954 lineto 0.82195 0.04754 lineto 0.8293 0.04554 lineto 0.83664 0.04354 lineto 0.84399 0.04088 lineto 0.85133 0.03788 lineto 0.85867 0.03488 lineto 0.86602 0.03188 lineto 0.87336 0.02888 lineto 0.88071 0.02588 lineto 0.88805 0.02349 lineto 0.8954 0.02199 lineto 0.90274 0.02049 lineto 0.91009 0.01899 lineto 0.91743 0.01749 lineto 0.92478 0.01599 lineto 0.93212 0.01472 lineto 0.93947 0.01472 lineto 0.94681 0.01472 lineto 0.95416 0.01472 lineto 0.9615 0.01472 lineto 0.96885 0.01472 lineto 0.97619 0.01472 lineto Mfstroke % End of Graphics MathPictureEnd\ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggYjN[Vi^OShn03ooeGooj[oooclo5H/1EGooj[ooc/k>gYjN[Vi^OShn03o oclo?ginO[fm_Oclo5D00:X00?l00000EED0EJX00=d81Slo?ginO[fm_Oclo0<30d92@X61PL30`000 EED0EJX0EOl0E@00ZUD0ZZX0E@<30d92@X61PL30`000E@L71dI6AXF5QLC4a000ZUD0ZZX0Z_l0ZP00 e5D0ojX0ZPL71dI6AXF5QLC4a000ZP/;2dY:BXV9RLS8b000oeD0ojX0ool0o`1E05EE0:X0o`/;2dY: BXV9RLS8b000o`l?3di>CXf=SLcCXf=SLc[o4@0002D0 00?o000010000ol000040003o`0000@000?o000010000ol000040003o`0000D000?o000010000ol0 00040003o`0000@000?o000010000ol000040003o`0000D000?o000010000ol000040003o`0000@0 00?o000010000ol000050003o`0000@000?o000010000ol000040003o`0000@000?o000010000ol0 00050003o`0000@000?o000010000ol000040003o`0000@000?o00001005o`<000?o000010000ol0 00040003o`0001@0000U0003o`000<@000?o0000:`0002D000?o0000`004obh0000U0003o`000;h0 0_lb00009@000ol0o`2m0003o`000380000U0003o`3o0;T01?le00009@000ol0o`2f00?o>@0002D0 00Co003o/005oc`0000U0004o`00oj`01?m100009@001?l00?nY00?oA@0002D000Go0000o`2V00;o B00002D000Go0000o`2T00;oBP0002D000Go0000o`2S0003o`0004X0000U0005o`000?l0X@02odd0 000U0005o`000?l0WP03odl0000B00;o10000ol0000200Go0`001Ol0003o09`00_mB00004@001?l0 0?l:0003o`0000<000Go0000o`2J00;oE000014000Co003o2P000ol0000300;o0`000ol0002D00?o EP00014000Co003o2P000ol000030003o`00008000?o0000T004oeT0000A0004o`00o`X000?o0000 0`000ol000020003o`0008d00omM00004@001?l00?l800?o1@000ol000020003o`0008/00_mP0000 4P02o`/000?o00000`000ol000020003o`0008T00_mR00009@000ol000020003o`0008P000?o0000 HP0002D000?o00000P000ol000280003o`000680000U0003o`00008000?o0000QP02ofD0000U0003 o`00008000?o0000Q002ofL0000U0003o`00008000?o0000P`000ol0001W00009@000ol000020003 o`0008<000?o0000I`0002D000?o00000`000ol0002000;oJP0002D000?o00000`000ol0001n00;o K00002D000?o00000`000ol0001k00?oKP0002D000?o00000`000ol0001g00CoL@0002D000?o0000 0`000ol0001f0003o`0007<0000B00;o10000ol0000200Co10000ol000030003o`0007801?mf0000 4@001?l00?l80004o`00o`@000?o00000`000ol0001_00?oNP00014000Co003o2@000ol0000400;o 10000ol0001]00;oO@00014000Co003o2P000ol000030003o`0000<000?o0000J`02ogl0000A0004 o`00o`/000?o00000P000ol000030003o`0006X000?o0000O`00014000Co003o20001?l00?l40003 o`0000<000?o0000J002oh80000B00;o2P02o`D000?o00000`000ol0001V00;oQ00002D000?o0000 0`000ol0001U0003o`0008@0000U0003o`0000@000?o0000HP02ohL0000U0003o`0000@000?o0000 H002ohT0000U0003o`0000@000?o0000GP02oh/0000U0003o`0000@000?o0000G@000ol0002;0000 9@000ol000040003o`0005/00_n>00009@000ol000040003o`0005T00_n@00009@000ol000040003 o`0005P000?o0000T00002D000?o000010000ol0001F00;oT`0002D000?o000010000ol0001D00;o U@0002D000?o000010000ol0001B00;oU`0001800_l40003o`0000<00_l50003o`0000@000?o0000 D@000ol0002G00004@001?l00?l80004o`00o`@000?o000010000ol0001@0003o`0009P0000A0004 o`00o`/000?o00000P02o`D000?o0000C`000ol0002I00004@001?l00?l900;o1@000ol000040003 o`0004d00_nL00004@001?l00?l;0003o`00008000?o000010000ol0001<0003o`0009`0000A0004 o`00o`P000Co003o10000ol000040003o`0004X00_nO00004P02o`X00_l50003o`0000@000?o0000 B@000ol0002O00009@000ol000050003o`0004L000?o0000X00002D000?o00001@000ol0001500;o X`0002D000?o00001@000ol000140003o`000:<0000U0003o`0000D000?o0000@`000ol0002T0000 9@000ol000050003o`00048000?o0000Y@0002D000?o00001@000ol0001000;oZ00002D000?o0000 1@000ol0000o0003o`000:P0000U0003o`0000D000?o0000?`000ol0002X00009@000ol000050003 o`0003d00_n[00009@000ol000050003o`0003/00_n]00009@000ol000050003o`0003X000?o0000 [@0001800_l40003o`0000@000?o00000`000ol000050003o`0003T000?o0000[P00014000Co003o 2P000ol000030003o`0000D000?o0000>0000ol0002_00004@001?l00?l700Go1002o`H000?o0000 =`000ol0002`00004@001?l00?l70004o`00o`D000?o00001@000ol0000f0003o`000;40000A0004 o`00o`P000?o0?l01@000ol000050003o`0003@00_nd00004@001?l00?l900;o1@000ol000050003 o`0003<000?o0000]00001800_l;0003o`0000<000?o00001@000ol0000b0003o`000;D0000U0003 o`0000D000?o0000<@000ol0002f00009@000ol000050003o`00030000?o0000]`0002D000?o0000 1@000ol0000_0003o`000;P0000U0003o`0000D000?o0000;P000ol0002i00009@000ol000050003 o`0002h000?o0000^@0002D000?o00001@000ol0000]0003o`000;X0000U0003o`0000D000?o0000 ;0000ol0002k00009@000ol000060003o`0002X000?o0000_00002D000?o00001P000ol0000Y0003 o`000;d0000U0003o`0000H000?o0000:0000ol0002n00009@000ol000060003o`0002L000?o0000 _`0001800_l40003o`0000800ol50003o`0000H000?o00009P000ol0003000004@001?l00?l;0003 o`00008000?o00001P000ol0000V0003o`000<00000A0004o`00o`/000?o00000P02o`L000?o0000 9002ol<0000A0004o`00o`P00ol50003o`0000H000?o00008`000ol0003300004@001?l00?l80003 o`0000D000?o00001P000ol0000R0003o`000<@0000A0004o`00o`P000?o00001@000ol000060003 o`00024000?o0000a@0001800_l900Co10000ol000060003o`00024000?o0000a@0002D000?o0000 1P000ol0000P0003o`00000004@001?l00?l80003 o`0000D000?o00001`000ol0000F0003o`0000003o`000=H0000U0003o`0000P000?o00003@000ol0003G0000 4P02o`@000?o00000`000ol000040003o`0000T000?o00002`000ol0003H00004@001?l00?l90003 o`0000@000?o00002@000ol0000;0003o`000=P0000A0004o`00o`X000?o00000`000ol000090003 o`0000X000?o0000f@00014000Co003o2P000ol0000300;o2`000ol000090003o`000=T0000A0004 o`00o`/000?o00000P000ol0000:0003o`0000P000?o0000fP00014000Co003o20001?l00?l40003 o`0000X000?o00001`000ol0003K00004P02o`T01?l40003o`0000X000?o00001P000ol0003L0000 9@000ol0000;0003o`0000@000?o0000g@0002D000?o00002`000ol000040003o`000=d0000U0003 o`0000/000?o00000`000ol0003N00009@000ol0000;0003o`00008000?o0000g`0002D000?o0000 30001?l00?oR00009@000ol0000<0003o`3o0><0000U0003o`0000d000?o0000hP0002D000?o0000 lP0002D000?o0000lP0002D000?o0000lP000?l06`000?l06`000?l06`000?l06`000?l06`0004<0 1?lb00CoW@0004@000?o0000<`000ol0002M0000=`05o`8000So0?l0o`3o00;o0`001Ol0ool000Go 00@0oooo1004o`H00ol00`3oo`0200Co00@0oooo0`001?l0ool300?o00D0oooo0002o`040?ooo`@0 1?l700So00<0ool01`03o`<01Ol01P3o0?l0o`801?l600Co1003o`8000Ko0?l0o`02o`040?oo00So 00<0ool0:@0003T000?o00000P001_l0o`3o00;o0P001?l0o`02o`@000?o000010001?l00?l;0004 o`00o`8000?o00001P000ol00002o`8000?o0?l00`000ol0o`020003o`0000<000Co003o3@001Ol0 003o008000?o00001`000ol00004000;o`000?l0o`3o0?l02`001?l00?l2000:o`000?l0o`3o00;o 0P02o`@000Go0000o`020003o`0002P0000i0003o`00008000Oo0?l0o`3o00<000?o0?l00P000ol0 00020003o`0000800_l300Go1`03o`<01Ol200;o0`001ol0003o0?l00`000ol0o`020004o`0000;o 0`05o`T000Go0000o`020003o`0000L000?o000010002_l0003o0?l0o`05o`L000Co003o0P003?l0 003o0?l0o`3o00Co10001Ol0003o008000?o0000:00003T000?o00000P001_l0o`3o00;o0P000ol0 o`020003o`00008000Go0000o`050005o`000?l01`001?l00?l20007o`000?l0o`0500;o0P000ol0 o`030006o`3oo`3o0P000ol000030005o`000?l02@001?l00002o`030?l000P000?o000010002ol0 003o0?l0o`3o00<000?o00001@001?l00?l2000;o`000?l0o`3o0?l010000ol000020004o`0000;o 00<0o`00:@0003T000Co00000ol00`3o0002o`040?oo00;o00<0ool010000ol0000200?o0`03o`P0 00Co003o0`03o`<00ol0103oo`02o`<00ol01@3oo`3o00@00ol300?o2@02o`800_l00`3o00070005 o`3o0?l00`02o`800ol00`3o000200?o20001?l00?l300?o00H0oooo0?l200?o1002o`800_l00`3o 000Z0000=`05oaH000?o00004P04od@01OlI00CoB@0005000om=0003o`0001D000?o0000;@000ol0 000_0000o`0K0000o`0K0000\ \>"], ImageRangeCache->{{{0, 281}, {173, 0}} -> {-0.206971, -0.0911788, 0.00557837, 0.00552552}}], Cell[OutputFormData[ "\<\ The Unformatted text for this cell was not generated. Use options in the Actions Settings dialog box to control when Unformatted text is generated.\ \>", "\<\ -Graphics-\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True]}, Open]]}, Open]], Cell[CellGroupData[{Cell[TextData["Compute Your Convolution"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[StyleBox[ "The following commands set up the product for the convolutional integral and \ perform the integration. For the Interpolation function to yield the proper \ values in the range of the integral, the function must be defined over the \ entire range of the integral. We define it zero in the regions where you have \ not defined it.", Evaluatable->False, AspectRatioFixed->True, FontSize->14]], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "If [hxmin < 0,\n\tfsx = Join[{{fxmin+hxmin,0},{(2 fxmin+hxmin)/2,0}},fs],\n\t\ (* else *) fsx = fs];\nIf [hxmax > 0,\n\tfsx = Join[fsx, {{(2 fxmax + \ hxmax)/2,0},{fxmax+hxmax,0}}]];\nf = \ Interpolation[fsx,InterpolationOrder->1];\nIf [fxmin < 0,\n\thsx = \ Join[{{fxmin+hxmin,0},{(fxmin+(2 hxmin))/2,0}},hs],\n\t(* else *) hsx = hs];\n\ If [fxmax > 0,\n\thsx = Join[hsx, {{(fxmax + \ (2hxmax))/2,0},{fxmax+hxmax,0}}]];\nh = \ Interpolation[hsx,InterpolationOrder->1];\n\nlowerLim = fxmin+hxmin;\n\ upperLim = fxmax+hxmax;\ndeltaT = (upperLim-lowerLim)/255;\ndf = \ Table[f[t],{t,lowerLim,upperLim,deltaT}];\ndh = \ Table[h[t],{t,lowerLim,upperLim,deltaT}];\nIf [lowerLim < 0, nshift = \ Floor[-lowerLim/deltaT], nshift = 0];\ndhs = dh;\n\ For[i=0,iTrue], Cell[TextData["Plot Results of convolution"], "Input", Evaluatable->False, CellGroupingRules->"SectionGrouping", AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData[ "timeAxis = Table[t,{t,lowerLim,upperLim,deltaT}];\nShow[ GraphicsArray[{ {\n \ Plotfunction = ListPlot[\n \tTranspose[{timeAxis,df}],\n \ PlotJoined->True,\n\tPlotLabel -> \"Function in Time Domain\",\n\t\ DisplayFunction->Identity,\n\tPlotRange->All],\n Plotkernel = ListPlot[\n \t\ Transpose[{timeAxis,dh}],\n PlotJoined->True,\n\tPlotLabel -> \"Impulse \ Response in Time Domain\",\n\tDisplayFunction->Identity,\n\t\ PlotRange->All]},{\n Plotresult = ListPlot[\n \tTranspose[{timeAxis,dy}],\n \ PlotJoined->True,\n\tPlotLabel -> \"Output of Convolution\",\n\t\ DisplayFunction->Identity],\n NullPlot = ListPlot[{{-10,-5},{10,5}},\n \ DisplayFunction->Identity]}}],\n \tDisplayFunction :> $DisplayFunction\n]\t\t\ \t"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.02381 0.952381 -0.047994 0.952381 [ [ 0 0 0 0 ] [ 1 0.618034 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave % Start of sub-graphic gsave 0.02381 0.32303 0.47732 0.60332 MathSubStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.339779 0.107495 0.432961 0.190865 [ [(-2)] 0.12479 0.43296 0 2 Msboxa [(2)] 0.55477 0.43296 0 2 Msboxa [(4)] 0.76976 0.43296 0 2 Msboxa [(6)] 0.98475 0.43296 0 2 Msboxa [(Function in Time Domain)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.32728 0.05123 1 0 Msboxa [(-1.5)] 0.32728 0.14666 1 0 Msboxa [(-1)] 0.32728 0.2421 1 0 Msboxa [(-0.5)] 0.32728 0.33753 1 0 Msboxa [(0.5)] 0.32728 0.52839 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash gsave gsave 0.002 setlinewidth 0.12479 0.43296 moveto 0.12479 0.43921 lineto stroke grestore [(-2)] 0.12479 0.43296 0 2 Mshowa gsave 0.002 setlinewidth 0.55477 0.43296 moveto 0.55477 0.43921 lineto stroke grestore [(2)] 0.55477 0.43296 0 2 Mshowa gsave 0.002 setlinewidth 0.76976 0.43296 moveto 0.76976 0.43921 lineto stroke grestore [(4)] 0.76976 0.43296 0 2 Mshowa gsave 0.002 setlinewidth 0.98475 0.43296 moveto 0.98475 0.43921 lineto stroke grestore [(6)] 0.98475 0.43296 0 2 Mshowa gsave 0.001 setlinewidth 0.16779 0.43296 moveto 0.16779 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.21079 0.43296 moveto 0.21079 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.25378 0.43296 moveto 0.25378 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.29678 0.43296 moveto 0.29678 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.38278 0.43296 moveto 0.38278 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.42577 0.43296 moveto 0.42577 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.46877 0.43296 moveto 0.46877 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.51177 0.43296 moveto 0.51177 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.59777 0.43296 moveto 0.59777 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.64076 0.43296 moveto 0.64076 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.68376 0.43296 moveto 0.68376 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.72676 0.43296 moveto 0.72676 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.81276 0.43296 moveto 0.81276 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.85575 0.43296 moveto 0.85575 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.89875 0.43296 moveto 0.89875 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.94175 0.43296 moveto 0.94175 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.08179 0.43296 moveto 0.08179 0.43671 lineto stroke grestore gsave 0.001 setlinewidth 0.03879 0.43296 moveto 0.03879 0.43671 lineto stroke grestore gsave 0.002 setlinewidth 0 0.43296 moveto 1 0.43296 lineto stroke grestore [(Function in Time Domain)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.33978 0.05123 moveto 0.34603 0.05123 lineto stroke grestore [(-2)] 0.32728 0.05123 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.14666 moveto 0.34603 0.14666 lineto stroke grestore [(-1.5)] 0.32728 0.14666 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.2421 moveto 0.34603 0.2421 lineto stroke grestore [(-1)] 0.32728 0.2421 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.33753 moveto 0.34603 0.33753 lineto stroke grestore [(-0.5)] 0.32728 0.33753 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.52839 moveto 0.34603 0.52839 lineto stroke grestore [(0.5)] 0.32728 0.52839 1 0 Mshowa gsave 0.001 setlinewidth 0.33978 0.07032 moveto 0.34353 0.07032 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.0894 moveto 0.34353 0.0894 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.10849 moveto 0.34353 0.10849 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.12758 moveto 0.34353 0.12758 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.16575 moveto 0.34353 0.16575 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.18484 moveto 0.34353 0.18484 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.20392 moveto 0.34353 0.20392 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.22301 moveto 0.34353 0.22301 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.26118 moveto 0.34353 0.26118 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.28027 moveto 0.34353 0.28027 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.29936 moveto 0.34353 0.29936 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.31844 moveto 0.34353 0.31844 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.35662 moveto 0.34353 0.35662 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.3757 moveto 0.34353 0.3757 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.39479 moveto 0.34353 0.39479 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.41387 moveto 0.34353 0.41387 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.45205 moveto 0.34353 0.45205 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.47113 moveto 0.34353 0.47113 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.49022 moveto 0.34353 0.49022 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.50931 moveto 0.34353 0.50931 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.03214 moveto 0.34353 0.03214 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.01306 moveto 0.34353 0.01306 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.54748 moveto 0.34353 0.54748 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.56657 moveto 0.34353 0.56657 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.58565 moveto 0.34353 0.58565 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.60474 moveto 0.34353 0.60474 lineto stroke grestore gsave 0.002 setlinewidth 0.33978 0 moveto 0.33978 0.61803 lineto stroke grestore grestore 0.004 setlinewidth 0.02381 0.44334 moveto 0.02754 0.44737 lineto 0.03128 0.45139 lineto 0.03501 0.45541 lineto 0.03875 0.45944 lineto 0.04248 0.46346 lineto 0.04622 0.46749 lineto 0.04995 0.47151 lineto 0.05369 0.47553 lineto 0.05742 0.47956 lineto 0.06116 0.48358 lineto 0.06489 0.4876 lineto 0.06863 0.49163 lineto 0.07236 0.49565 lineto 0.0761 0.49968 lineto 0.07983 0.5037 lineto 0.08357 0.50772 lineto 0.0873 0.51175 lineto 0.09104 0.51577 lineto 0.09477 0.51979 lineto 0.09851 0.52382 lineto 0.10224 0.52784 lineto 0.10598 0.53187 lineto 0.10971 0.53589 lineto 0.11345 0.53991 lineto 0.11718 0.54394 lineto 0.12092 0.54286 lineto 0.12465 0.53798 lineto 0.12838 0.5331 lineto 0.13212 0.52823 lineto 0.13585 0.52335 lineto 0.13959 0.51847 lineto 0.14332 0.5136 lineto 0.14706 0.50872 lineto 0.15079 0.50384 lineto 0.15453 0.49896 lineto 0.15826 0.49409 lineto 0.162 0.48921 lineto 0.16573 0.48433 lineto 0.16947 0.47945 lineto 0.1732 0.47458 lineto 0.17694 0.4697 lineto 0.18067 0.46482 lineto 0.18441 0.45995 lineto 0.18814 0.45507 lineto 0.19188 0.45019 lineto 0.19561 0.44531 lineto 0.19935 0.44044 lineto 0.20308 0.43556 lineto 0.20682 0.43068 lineto Mistroke 0.21055 0.41883 lineto 0.21429 0.40596 lineto 0.21802 0.39308 lineto 0.22176 0.38021 lineto 0.22549 0.36733 lineto 0.22923 0.35445 lineto 0.23296 0.34158 lineto 0.23669 0.3287 lineto 0.24043 0.31583 lineto 0.24416 0.30295 lineto 0.2479 0.29044 lineto 0.25163 0.28132 lineto 0.25537 0.2722 lineto 0.2591 0.26308 lineto 0.26284 0.25396 lineto 0.26657 0.24484 lineto 0.27031 0.23572 lineto 0.27404 0.2266 lineto 0.27778 0.21748 lineto 0.28151 0.20836 lineto 0.28525 0.19924 lineto 0.28898 0.19012 lineto 0.29272 0.181 lineto 0.29645 0.17187 lineto 0.30019 0.16275 lineto 0.30392 0.15363 lineto 0.30766 0.14451 lineto 0.31139 0.13539 lineto 0.31513 0.12627 lineto 0.31886 0.11715 lineto 0.3226 0.10803 lineto 0.32633 0.09891 lineto 0.33007 0.0926 lineto 0.3338 0.08857 lineto 0.33754 0.08455 lineto 0.34127 0.08053 lineto 0.345 0.0765 lineto 0.34874 0.07248 lineto 0.35247 0.06846 lineto 0.35621 0.06443 lineto 0.35994 0.06041 lineto 0.36368 0.05764 lineto 0.36741 0.05495 lineto 0.37115 0.05227 lineto 0.37488 0.04959 lineto 0.37862 0.04691 lineto 0.38235 0.04422 lineto 0.38609 0.04154 lineto 0.38982 0.03886 lineto 0.39356 0.03618 lineto Mistroke 0.39729 0.03349 lineto 0.40103 0.03081 lineto 0.40476 0.02813 lineto 0.4085 0.02545 lineto 0.41223 0.02276 lineto 0.41597 0.02008 lineto 0.4197 0.0174 lineto 0.42344 0.01472 lineto 0.42717 0.02028 lineto 0.43091 0.02948 lineto 0.43464 0.03868 lineto 0.43838 0.04788 lineto 0.44211 0.05707 lineto 0.44585 0.06627 lineto 0.44958 0.07547 lineto 0.45331 0.08466 lineto 0.45705 0.09386 lineto 0.46078 0.10306 lineto 0.46452 0.11226 lineto 0.46825 0.12145 lineto 0.47199 0.13065 lineto 0.47572 0.13985 lineto 0.47946 0.14904 lineto 0.48319 0.15824 lineto 0.48693 0.16744 lineto 0.49066 0.17664 lineto 0.4944 0.18583 lineto 0.49813 0.19503 lineto 0.50187 0.20423 lineto 0.5056 0.21342 lineto 0.50934 0.22262 lineto 0.51307 0.23182 lineto 0.51681 0.24102 lineto 0.52054 0.25021 lineto 0.52428 0.25941 lineto 0.52801 0.26861 lineto 0.53175 0.2778 lineto 0.53548 0.287 lineto 0.53922 0.2963 lineto 0.54295 0.30569 lineto 0.54669 0.31508 lineto 0.55042 0.32447 lineto 0.55415 0.33386 lineto 0.55789 0.34324 lineto 0.56162 0.35263 lineto 0.56536 0.36202 lineto 0.56909 0.37141 lineto 0.57283 0.3808 lineto 0.57656 0.39019 lineto 0.5803 0.39958 lineto Mistroke 0.58403 0.40897 lineto 0.58777 0.41835 lineto 0.5915 0.42774 lineto 0.59524 0.43713 lineto 0.59897 0.44652 lineto 0.60271 0.45453 lineto 0.60644 0.45918 lineto 0.61018 0.46383 lineto 0.61391 0.46848 lineto 0.61765 0.47313 lineto 0.62138 0.47778 lineto 0.62512 0.48243 lineto 0.62885 0.48708 lineto 0.63259 0.49173 lineto 0.63632 0.49638 lineto 0.64006 0.50103 lineto 0.64379 0.50568 lineto 0.64753 0.51033 lineto 0.65126 0.51497 lineto 0.655 0.51962 lineto 0.65873 0.52427 lineto 0.66246 0.52892 lineto 0.6662 0.53357 lineto 0.66993 0.53822 lineto 0.67367 0.54287 lineto 0.6774 0.54752 lineto 0.68114 0.55217 lineto 0.68487 0.55682 lineto 0.68861 0.56147 lineto 0.69234 0.56612 lineto 0.69608 0.57077 lineto 0.69981 0.57542 lineto 0.70355 0.58007 lineto 0.70728 0.58472 lineto 0.71102 0.58937 lineto 0.71475 0.59402 lineto 0.71849 0.59867 lineto 0.72222 0.60332 lineto 0.72596 0.60215 lineto 0.72969 0.60081 lineto 0.73343 0.59947 lineto 0.73716 0.59813 lineto 0.7409 0.59679 lineto 0.74463 0.59545 lineto 0.74837 0.59411 lineto 0.7521 0.59276 lineto 0.75584 0.58953 lineto 0.75957 0.58283 lineto 0.76331 0.57612 lineto 0.76704 0.56942 lineto Mistroke 0.77077 0.56271 lineto 0.77451 0.556 lineto 0.77824 0.5493 lineto 0.78198 0.54259 lineto 0.78571 0.53588 lineto 0.78945 0.53252 lineto 0.79318 0.53038 lineto 0.79692 0.52823 lineto 0.80065 0.52608 lineto 0.80439 0.52394 lineto 0.80812 0.52179 lineto 0.81186 0.51965 lineto 0.81559 0.5175 lineto 0.81933 0.51535 lineto 0.82306 0.51321 lineto 0.8268 0.51106 lineto 0.83053 0.4981 lineto 0.83427 0.48469 lineto 0.838 0.47128 lineto 0.84174 0.45787 lineto 0.84547 0.45244 lineto 0.84921 0.4513 lineto 0.85294 0.45017 lineto 0.85668 0.44904 lineto 0.86041 0.4479 lineto 0.86415 0.44677 lineto 0.86788 0.44563 lineto 0.87162 0.4445 lineto 0.87535 0.44337 lineto 0.87908 0.44223 lineto 0.88282 0.4411 lineto 0.88655 0.43996 lineto 0.89029 0.43883 lineto 0.89402 0.4377 lineto 0.89776 0.43656 lineto 0.90149 0.43543 lineto 0.90523 0.43429 lineto 0.90896 0.43316 lineto 0.9127 0.43296 lineto 0.91643 0.43296 lineto 0.92017 0.43296 lineto 0.9239 0.43296 lineto 0.92764 0.43296 lineto 0.93137 0.43296 lineto 0.93511 0.43296 lineto 0.93884 0.43296 lineto 0.94258 0.43296 lineto 0.94631 0.43296 lineto 0.95005 0.43296 lineto 0.95378 0.43296 lineto Mistroke 0.95752 0.43296 lineto 0.96125 0.43296 lineto 0.96499 0.43296 lineto 0.96872 0.43296 lineto 0.97246 0.43296 lineto 0.97619 0.43296 lineto Mfstroke 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath MathSubEnd grestore % End of sub-graphic % Start of sub-graphic gsave 0.52268 0.32303 0.97619 0.60332 MathSubStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.339779 0.107495 0.017127 0.794753 [ [(-2)] 0.12479 0.01713 0 2 Msboxa [(2)] 0.55477 0.01713 0 2 Msboxa [(4)] 0.76976 0.01713 0 2 Msboxa [(6)] 0.98475 0.01713 0 2 Msboxa [(Impulse Response in Time Domain)] 0.5 0.61803 0 -2 Msboxa [(0.1)] 0.32728 0.0966 1 0 Msboxa [(0.2)] 0.32728 0.17608 1 0 Msboxa [(0.3)] 0.32728 0.25555 1 0 Msboxa [(0.4)] 0.32728 0.33503 1 0 Msboxa [(0.5)] 0.32728 0.4145 1 0 Msboxa [(0.6)] 0.32728 0.49398 1 0 Msboxa [(0.7)] 0.32728 0.57345 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash gsave gsave 0.002 setlinewidth 0.12479 0.01713 moveto 0.12479 0.02338 lineto stroke grestore [(-2)] 0.12479 0.01713 0 2 Mshowa gsave 0.002 setlinewidth 0.55477 0.01713 moveto 0.55477 0.02338 lineto stroke grestore [(2)] 0.55477 0.01713 0 2 Mshowa gsave 0.002 setlinewidth 0.76976 0.01713 moveto 0.76976 0.02338 lineto stroke grestore [(4)] 0.76976 0.01713 0 2 Mshowa gsave 0.002 setlinewidth 0.98475 0.01713 moveto 0.98475 0.02338 lineto stroke grestore [(6)] 0.98475 0.01713 0 2 Mshowa gsave 0.001 setlinewidth 0.16779 0.01713 moveto 0.16779 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.21079 0.01713 moveto 0.21079 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.25378 0.01713 moveto 0.25378 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.29678 0.01713 moveto 0.29678 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.38278 0.01713 moveto 0.38278 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.42577 0.01713 moveto 0.42577 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.46877 0.01713 moveto 0.46877 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.51177 0.01713 moveto 0.51177 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.59777 0.01713 moveto 0.59777 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.64076 0.01713 moveto 0.64076 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.68376 0.01713 moveto 0.68376 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.72676 0.01713 moveto 0.72676 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.81276 0.01713 moveto 0.81276 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.85575 0.01713 moveto 0.85575 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.89875 0.01713 moveto 0.89875 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.94175 0.01713 moveto 0.94175 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.08179 0.01713 moveto 0.08179 0.02088 lineto stroke grestore gsave 0.001 setlinewidth 0.03879 0.01713 moveto 0.03879 0.02088 lineto stroke grestore gsave 0.002 setlinewidth 0 0.01713 moveto 1 0.01713 lineto stroke grestore [(Impulse Response in Time Domain)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.33978 0.0966 moveto 0.34603 0.0966 lineto stroke grestore [(0.1)] 0.32728 0.0966 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.17608 moveto 0.34603 0.17608 lineto stroke grestore [(0.2)] 0.32728 0.17608 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.25555 moveto 0.34603 0.25555 lineto stroke grestore [(0.3)] 0.32728 0.25555 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.33503 moveto 0.34603 0.33503 lineto stroke grestore [(0.4)] 0.32728 0.33503 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.4145 moveto 0.34603 0.4145 lineto stroke grestore [(0.5)] 0.32728 0.4145 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.49398 moveto 0.34603 0.49398 lineto stroke grestore [(0.6)] 0.32728 0.49398 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.57345 moveto 0.34603 0.57345 lineto stroke grestore [(0.7)] 0.32728 0.57345 1 0 Mshowa gsave 0.001 setlinewidth 0.33978 0.03302 moveto 0.34353 0.03302 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.04892 moveto 0.34353 0.04892 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.06481 moveto 0.34353 0.06481 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.08071 moveto 0.34353 0.08071 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.1125 moveto 0.34353 0.1125 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.12839 moveto 0.34353 0.12839 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.14429 moveto 0.34353 0.14429 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.16018 moveto 0.34353 0.16018 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.19197 moveto 0.34353 0.19197 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.20787 moveto 0.34353 0.20787 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.22376 moveto 0.34353 0.22376 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.23966 moveto 0.34353 0.23966 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.27145 moveto 0.34353 0.27145 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.28734 moveto 0.34353 0.28734 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.30324 moveto 0.34353 0.30324 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.31913 moveto 0.34353 0.31913 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.35092 moveto 0.34353 0.35092 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.36682 moveto 0.34353 0.36682 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.38271 moveto 0.34353 0.38271 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.39861 moveto 0.34353 0.39861 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.4304 moveto 0.34353 0.4304 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.44629 moveto 0.34353 0.44629 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.46219 moveto 0.34353 0.46219 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.47808 moveto 0.34353 0.47808 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.50987 moveto 0.34353 0.50987 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.52577 moveto 0.34353 0.52577 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.54166 moveto 0.34353 0.54166 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.55756 moveto 0.34353 0.55756 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.00123 moveto 0.34353 0.00123 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.58935 moveto 0.34353 0.58935 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.60524 moveto 0.34353 0.60524 lineto stroke grestore gsave 0.002 setlinewidth 0.33978 0 moveto 0.33978 0.61803 lineto stroke grestore grestore 0.004 setlinewidth 0.02381 0.01713 moveto 0.02754 0.01713 lineto 0.03128 0.01713 lineto 0.03501 0.01713 lineto 0.03875 0.01713 lineto 0.04248 0.01713 lineto 0.04622 0.01713 lineto 0.04995 0.01713 lineto 0.05369 0.01713 lineto 0.05742 0.01713 lineto 0.06116 0.01713 lineto 0.06489 0.01713 lineto 0.06863 0.01713 lineto 0.07236 0.01713 lineto 0.0761 0.01713 lineto 0.07983 0.01713 lineto 0.08357 0.01713 lineto 0.0873 0.01713 lineto 0.09104 0.01713 lineto 0.09477 0.01713 lineto 0.09851 0.01713 lineto 0.10224 0.01713 lineto 0.10598 0.01713 lineto 0.10971 0.01713 lineto 0.11345 0.01713 lineto 0.11718 0.01713 lineto 0.12092 0.01713 lineto 0.12465 0.01713 lineto 0.12838 0.01713 lineto 0.13212 0.01713 lineto 0.13585 0.01713 lineto 0.13959 0.01713 lineto 0.14332 0.01713 lineto 0.14706 0.01713 lineto 0.15079 0.01713 lineto 0.15453 0.01713 lineto 0.15826 0.01713 lineto 0.162 0.01713 lineto 0.16573 0.01713 lineto 0.16947 0.01713 lineto 0.1732 0.01713 lineto 0.17694 0.01713 lineto 0.18067 0.01713 lineto 0.18441 0.01732 lineto 0.18814 0.01771 lineto 0.19188 0.01811 lineto 0.19561 0.0185 lineto 0.19935 0.0189 lineto 0.20308 0.01929 lineto 0.20682 0.01969 lineto Mistroke 0.21055 0.02008 lineto 0.21429 0.02048 lineto 0.21802 0.02087 lineto 0.22176 0.02126 lineto 0.22549 0.02166 lineto 0.22923 0.02205 lineto 0.23296 0.02245 lineto 0.23669 0.02284 lineto 0.24043 0.02324 lineto 0.24416 0.02363 lineto 0.2479 0.02403 lineto 0.25163 0.02442 lineto 0.25537 0.02482 lineto 0.2591 0.02521 lineto 0.26284 0.02561 lineto 0.26657 0.026 lineto 0.27031 0.0264 lineto 0.27404 0.02679 lineto 0.27778 0.02718 lineto 0.28151 0.02758 lineto 0.28525 0.02797 lineto 0.28898 0.02837 lineto 0.29272 0.02876 lineto 0.29645 0.02916 lineto 0.30019 0.02955 lineto 0.30392 0.02995 lineto 0.30766 0.03034 lineto 0.31139 0.03074 lineto 0.31513 0.03113 lineto 0.31886 0.03153 lineto 0.3226 0.03192 lineto 0.32633 0.03231 lineto 0.33007 0.03271 lineto 0.3338 0.0331 lineto 0.33754 0.0335 lineto 0.34127 0.03389 lineto 0.345 0.37148 lineto 0.34874 0.60332 lineto 0.35247 0.59473 lineto 0.35621 0.557 lineto 0.35994 0.51232 lineto 0.36368 0.46764 lineto 0.36741 0.42441 lineto 0.37115 0.39463 lineto 0.37488 0.36484 lineto 0.37862 0.33893 lineto 0.38235 0.31659 lineto 0.38609 0.29425 lineto 0.38982 0.27191 lineto 0.39356 0.25323 lineto Mistroke 0.39729 0.23647 lineto 0.40103 0.21972 lineto 0.40476 0.20296 lineto 0.4085 0.18621 lineto 0.41223 0.17305 lineto 0.41597 0.16347 lineto 0.4197 0.1539 lineto 0.42344 0.13802 lineto 0.42717 0.11568 lineto 0.43091 0.10374 lineto 0.43464 0.0948 lineto 0.43838 0.08306 lineto 0.44211 0.06966 lineto 0.44585 0.05911 lineto 0.44958 0.05167 lineto 0.45331 0.04422 lineto 0.45705 0.03341 lineto 0.46078 0.02328 lineto 0.46452 0.01769 lineto 0.46825 0.01472 lineto 0.47199 0.01472 lineto 0.47572 0.01474 lineto 0.47946 0.01478 lineto 0.48319 0.01481 lineto 0.48693 0.01485 lineto 0.49066 0.01489 lineto 0.4944 0.01492 lineto 0.49813 0.01496 lineto 0.50187 0.01499 lineto 0.5056 0.01503 lineto 0.50934 0.01506 lineto 0.51307 0.0151 lineto 0.51681 0.01514 lineto 0.52054 0.01517 lineto 0.52428 0.01521 lineto 0.52801 0.01524 lineto 0.53175 0.01528 lineto 0.53548 0.01531 lineto 0.53922 0.01535 lineto 0.54295 0.01539 lineto 0.54669 0.01542 lineto 0.55042 0.01546 lineto 0.55415 0.01549 lineto 0.55789 0.01553 lineto 0.56162 0.01557 lineto 0.56536 0.0156 lineto 0.56909 0.01564 lineto 0.57283 0.01567 lineto 0.57656 0.01571 lineto 0.5803 0.01574 lineto Mistroke 0.58403 0.01578 lineto 0.58777 0.01582 lineto 0.5915 0.01585 lineto 0.59524 0.01589 lineto 0.59897 0.01592 lineto 0.60271 0.01596 lineto 0.60644 0.01599 lineto 0.61018 0.01603 lineto 0.61391 0.01607 lineto 0.61765 0.0161 lineto 0.62138 0.01614 lineto 0.62512 0.01617 lineto 0.62885 0.01621 lineto 0.63259 0.01625 lineto 0.63632 0.01628 lineto 0.64006 0.01632 lineto 0.64379 0.01635 lineto 0.64753 0.01639 lineto 0.65126 0.01642 lineto 0.655 0.01646 lineto 0.65873 0.0165 lineto 0.66246 0.01653 lineto 0.6662 0.01657 lineto 0.66993 0.0166 lineto 0.67367 0.01664 lineto 0.6774 0.01668 lineto 0.68114 0.01671 lineto 0.68487 0.01675 lineto 0.68861 0.01678 lineto 0.69234 0.01682 lineto 0.69608 0.01685 lineto 0.69981 0.01689 lineto 0.70355 0.01693 lineto 0.70728 0.01696 lineto 0.71102 0.017 lineto 0.71475 0.01703 lineto 0.71849 0.01707 lineto 0.72222 0.0171 lineto 0.72596 0.01713 lineto 0.72969 0.01713 lineto 0.73343 0.01713 lineto 0.73716 0.01713 lineto 0.7409 0.01713 lineto 0.74463 0.01713 lineto 0.74837 0.01713 lineto 0.7521 0.01713 lineto 0.75584 0.01713 lineto 0.75957 0.01713 lineto 0.76331 0.01713 lineto 0.76704 0.01713 lineto Mistroke 0.77077 0.01713 lineto 0.77451 0.01713 lineto 0.77824 0.01713 lineto 0.78198 0.01713 lineto 0.78571 0.01713 lineto 0.78945 0.01713 lineto 0.79318 0.01713 lineto 0.79692 0.01713 lineto 0.80065 0.01713 lineto 0.80439 0.01713 lineto 0.80812 0.01713 lineto 0.81186 0.01713 lineto 0.81559 0.01713 lineto 0.81933 0.01713 lineto 0.82306 0.01713 lineto 0.8268 0.01713 lineto 0.83053 0.01713 lineto 0.83427 0.01713 lineto 0.838 0.01713 lineto 0.84174 0.01713 lineto 0.84547 0.01713 lineto 0.84921 0.01713 lineto 0.85294 0.01713 lineto 0.85668 0.01713 lineto 0.86041 0.01713 lineto 0.86415 0.01713 lineto 0.86788 0.01713 lineto 0.87162 0.01713 lineto 0.87535 0.01713 lineto 0.87908 0.01713 lineto 0.88282 0.01713 lineto 0.88655 0.01713 lineto 0.89029 0.01713 lineto 0.89402 0.01713 lineto 0.89776 0.01713 lineto 0.90149 0.01713 lineto 0.90523 0.01713 lineto 0.90896 0.01713 lineto 0.9127 0.01713 lineto 0.91643 0.01713 lineto 0.92017 0.01713 lineto 0.9239 0.01713 lineto 0.92764 0.01713 lineto 0.93137 0.01713 lineto 0.93511 0.01713 lineto 0.93884 0.01713 lineto 0.94258 0.01713 lineto 0.94631 0.01713 lineto 0.95005 0.01713 lineto 0.95378 0.01713 lineto Mistroke 0.95752 0.01713 lineto 0.96125 0.01713 lineto 0.96499 0.01713 lineto 0.96872 0.01713 lineto 0.97246 0.01713 lineto 0.97619 0.01713 lineto Mfstroke 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath MathSubEnd grestore % End of sub-graphic % Start of sub-graphic gsave 0.02381 0.01472 0.47732 0.295 MathSubStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.339779 0.107495 0.439033 0.021321 [ [(-2)] 0.12479 0.43903 0 2 Msboxa [(2)] 0.55477 0.43903 0 2 Msboxa [(4)] 0.76976 0.43903 0 2 Msboxa [(6)] 0.98475 0.43903 0 2 Msboxa [(Output of Convolution)] 0.5 0.61803 0 -2 Msboxa [(-20)] 0.32728 0.01262 1 0 Msboxa [(-15)] 0.32728 0.11922 1 0 Msboxa [(-10)] 0.32728 0.22582 1 0 Msboxa [(-5)] 0.32728 0.33243 1 0 Msboxa [(5)] 0.32728 0.54564 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash gsave gsave 0.002 setlinewidth 0.12479 0.43903 moveto 0.12479 0.44528 lineto stroke grestore [(-2)] 0.12479 0.43903 0 2 Mshowa gsave 0.002 setlinewidth 0.55477 0.43903 moveto 0.55477 0.44528 lineto stroke grestore [(2)] 0.55477 0.43903 0 2 Mshowa gsave 0.002 setlinewidth 0.76976 0.43903 moveto 0.76976 0.44528 lineto stroke grestore [(4)] 0.76976 0.43903 0 2 Mshowa gsave 0.002 setlinewidth 0.98475 0.43903 moveto 0.98475 0.44528 lineto stroke grestore [(6)] 0.98475 0.43903 0 2 Mshowa gsave 0.001 setlinewidth 0.16779 0.43903 moveto 0.16779 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.21079 0.43903 moveto 0.21079 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.25378 0.43903 moveto 0.25378 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.29678 0.43903 moveto 0.29678 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.38278 0.43903 moveto 0.38278 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.42577 0.43903 moveto 0.42577 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.46877 0.43903 moveto 0.46877 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.51177 0.43903 moveto 0.51177 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.59777 0.43903 moveto 0.59777 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.64076 0.43903 moveto 0.64076 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.68376 0.43903 moveto 0.68376 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.72676 0.43903 moveto 0.72676 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.81276 0.43903 moveto 0.81276 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.85575 0.43903 moveto 0.85575 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.89875 0.43903 moveto 0.89875 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.94175 0.43903 moveto 0.94175 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.08179 0.43903 moveto 0.08179 0.44278 lineto stroke grestore gsave 0.001 setlinewidth 0.03879 0.43903 moveto 0.03879 0.44278 lineto stroke grestore gsave 0.002 setlinewidth 0 0.43903 moveto 1 0.43903 lineto stroke grestore [(Output of Convolution)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.33978 0.01262 moveto 0.34603 0.01262 lineto stroke grestore [(-20)] 0.32728 0.01262 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.11922 moveto 0.34603 0.11922 lineto stroke grestore [(-15)] 0.32728 0.11922 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.22582 moveto 0.34603 0.22582 lineto stroke grestore [(-10)] 0.32728 0.22582 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.33243 moveto 0.34603 0.33243 lineto stroke grestore [(-5)] 0.32728 0.33243 1 0 Mshowa gsave 0.002 setlinewidth 0.33978 0.54564 moveto 0.34603 0.54564 lineto stroke grestore [(5)] 0.32728 0.54564 1 0 Mshowa gsave 0.001 setlinewidth 0.33978 0.03394 moveto 0.34353 0.03394 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.05526 moveto 0.34353 0.05526 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.07658 moveto 0.34353 0.07658 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.0979 moveto 0.34353 0.0979 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.14054 moveto 0.34353 0.14054 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.16186 moveto 0.34353 0.16186 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.18318 moveto 0.34353 0.18318 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.2045 moveto 0.34353 0.2045 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.24714 moveto 0.34353 0.24714 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.26847 moveto 0.34353 0.26847 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.28979 moveto 0.34353 0.28979 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.31111 moveto 0.34353 0.31111 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.35375 moveto 0.34353 0.35375 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.37507 moveto 0.34353 0.37507 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.39639 moveto 0.34353 0.39639 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.41771 moveto 0.34353 0.41771 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.46035 moveto 0.34353 0.46035 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.48167 moveto 0.34353 0.48167 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.503 moveto 0.34353 0.503 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.52432 moveto 0.34353 0.52432 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.56696 moveto 0.34353 0.56696 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.58828 moveto 0.34353 0.58828 lineto stroke grestore gsave 0.001 setlinewidth 0.33978 0.6096 moveto 0.34353 0.6096 lineto stroke grestore gsave 0.002 setlinewidth 0.33978 0 moveto 0.33978 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath 0.004 setlinewidth 0.02381 0.44148 moveto 0.02754 0.44149 lineto 0.03128 0.44201 lineto 0.03501 0.44309 lineto 0.03875 0.44451 lineto 0.04248 0.4462 lineto 0.04622 0.44814 lineto 0.04995 0.4503 lineto 0.05369 0.45265 lineto 0.05742 0.45519 lineto 0.06116 0.45789 lineto 0.06489 0.46075 lineto 0.06863 0.46375 lineto 0.07236 0.46687 lineto 0.0761 0.4701 lineto 0.07983 0.47343 lineto 0.08357 0.47686 lineto 0.0873 0.48036 lineto 0.09104 0.48393 lineto 0.09477 0.48756 lineto 0.09851 0.49125 lineto 0.10224 0.49498 lineto 0.10598 0.49876 lineto 0.10971 0.50257 lineto 0.11345 0.50639 lineto 0.11718 0.51022 lineto 0.12092 0.51406 lineto 0.12465 0.5179 lineto 0.12838 0.52149 lineto 0.13212 0.52447 lineto 0.13585 0.52673 lineto 0.13959 0.52829 lineto 0.14332 0.52921 lineto 0.14706 0.52952 lineto 0.15079 0.52928 lineto 0.15453 0.52855 lineto 0.15826 0.52735 lineto 0.162 0.52572 lineto 0.16573 0.5237 lineto 0.16947 0.5213 lineto 0.1732 0.51857 lineto 0.17694 0.51551 lineto 0.18067 0.51217 lineto 0.18441 0.50854 lineto 0.18814 0.50467 lineto 0.19188 0.50056 lineto 0.19561 0.49624 lineto 0.19935 0.49172 lineto 0.20308 0.48701 lineto 0.20682 0.48213 lineto Mistroke 0.21055 0.4771 lineto 0.21429 0.47195 lineto 0.21802 0.46635 lineto 0.22176 0.46005 lineto 0.22549 0.45304 lineto 0.22923 0.44537 lineto 0.23296 0.43709 lineto 0.23669 0.42828 lineto 0.24043 0.41899 lineto 0.24416 0.40927 lineto 0.2479 0.39917 lineto 0.25163 0.38871 lineto 0.25537 0.37795 lineto 0.2591 0.36708 lineto 0.26284 0.35624 lineto 0.26657 0.34545 lineto 0.27031 0.3347 lineto 0.27404 0.32399 lineto 0.27778 0.31332 lineto 0.28151 0.30267 lineto 0.28525 0.29207 lineto 0.28898 0.28149 lineto 0.29272 0.27095 lineto 0.29645 0.26044 lineto 0.30019 0.24998 lineto 0.30392 0.23957 lineto 0.30766 0.22921 lineto 0.31139 0.21892 lineto 0.31513 0.20869 lineto 0.31886 0.19854 lineto 0.3226 0.18845 lineto 0.32633 0.17845 lineto 0.33007 0.16852 lineto 0.3338 0.15868 lineto 0.33754 0.14907 lineto 0.34127 0.13987 lineto 0.345 0.13116 lineto 0.34874 0.1229 lineto 0.35247 0.11507 lineto 0.35621 0.10762 lineto 0.35994 0.10052 lineto 0.36368 0.09375 lineto 0.36741 0.08727 lineto 0.37115 0.08112 lineto 0.37488 0.07532 lineto 0.37862 0.06986 lineto 0.38235 0.06472 lineto 0.38609 0.05986 lineto 0.38982 0.05528 lineto 0.39356 0.05095 lineto Mistroke 0.39729 0.04685 lineto 0.40103 0.04298 lineto 0.40476 0.0393 lineto 0.4085 0.03581 lineto 0.41223 0.03251 lineto 0.41597 0.02937 lineto 0.4197 0.02638 lineto 0.42344 0.02352 lineto 0.42717 0.0208 lineto 0.43091 0.01819 lineto 0.43464 0.01607 lineto 0.43838 0.01488 lineto 0.44211 0.01472 lineto 0.44585 0.01552 lineto 0.44958 0.01721 lineto 0.45331 0.01971 lineto 0.45705 0.02293 lineto 0.46078 0.02681 lineto 0.46452 0.03129 lineto 0.46825 0.03634 lineto 0.47199 0.0419 lineto 0.47572 0.04794 lineto 0.47946 0.05442 lineto 0.48319 0.06131 lineto 0.48693 0.06856 lineto 0.49066 0.07616 lineto 0.4944 0.08408 lineto 0.49813 0.09228 lineto 0.50187 0.10075 lineto 0.5056 0.10945 lineto 0.50934 0.11839 lineto 0.51307 0.12753 lineto 0.51681 0.13684 lineto 0.52054 0.1463 lineto 0.52428 0.15588 lineto 0.52801 0.16557 lineto 0.53175 0.17535 lineto 0.53548 0.1852 lineto 0.53922 0.1951 lineto 0.54295 0.20505 lineto 0.54669 0.21502 lineto 0.55042 0.22502 lineto 0.55415 0.23502 lineto 0.55789 0.24503 lineto 0.56162 0.25504 lineto 0.56536 0.26504 lineto 0.56909 0.27505 lineto 0.57283 0.28505 lineto 0.57656 0.29505 lineto 0.5803 0.30504 lineto Mistroke 0.58403 0.31503 lineto 0.58777 0.325 lineto 0.5915 0.33497 lineto 0.59524 0.34492 lineto 0.59897 0.35487 lineto 0.60271 0.3648 lineto 0.60644 0.37472 lineto 0.61018 0.38455 lineto 0.61391 0.39411 lineto 0.61765 0.40326 lineto 0.62138 0.41204 lineto 0.62512 0.42045 lineto 0.62885 0.42854 lineto 0.63259 0.43633 lineto 0.63632 0.44384 lineto 0.64006 0.45109 lineto 0.64379 0.45811 lineto 0.64753 0.4649 lineto 0.65126 0.47149 lineto 0.655 0.47789 lineto 0.65873 0.4841 lineto 0.66246 0.49015 lineto 0.6662 0.49604 lineto 0.66993 0.50179 lineto 0.67367 0.5074 lineto 0.6774 0.51288 lineto 0.68114 0.51825 lineto 0.68487 0.5235 lineto 0.68861 0.52865 lineto 0.69234 0.5337 lineto 0.69608 0.53867 lineto 0.69981 0.54356 lineto 0.70355 0.54838 lineto 0.70728 0.55315 lineto 0.71102 0.55786 lineto 0.71475 0.56252 lineto 0.71849 0.56714 lineto 0.72222 0.57172 lineto 0.72596 0.57628 lineto 0.72969 0.58081 lineto 0.73343 0.58504 lineto 0.73716 0.58878 lineto 0.7409 0.59202 lineto 0.74463 0.59481 lineto 0.74837 0.59717 lineto 0.7521 0.59915 lineto 0.75584 0.60078 lineto 0.75957 0.60208 lineto 0.76331 0.603 lineto 0.76704 0.60332 lineto Mistroke 0.77077 0.60296 lineto 0.77451 0.60195 lineto 0.77824 0.60034 lineto 0.78198 0.59817 lineto 0.78571 0.59551 lineto 0.78945 0.59238 lineto 0.79318 0.58883 lineto 0.79692 0.58505 lineto 0.80065 0.58125 lineto 0.80439 0.57747 lineto 0.80812 0.57372 lineto 0.81186 0.57001 lineto 0.81559 0.56635 lineto 0.81933 0.56272 lineto 0.82306 0.55912 lineto 0.8268 0.55556 lineto 0.83053 0.55205 lineto 0.83427 0.54858 lineto 0.838 0.54465 lineto 0.84174 0.53988 lineto 0.84547 0.53428 lineto 0.84921 0.52793 lineto 0.85294 0.52127 lineto 0.85668 0.51484 lineto 0.86041 0.50883 lineto 0.86415 0.50325 lineto 0.86788 0.49808 lineto 0.87162 0.49327 lineto 0.87535 0.48878 lineto 0.87908 0.48459 lineto 0.88282 0.48068 lineto 0.88655 0.47702 lineto 0.89029 0.4736 lineto 0.89402 0.4704 lineto 0.89776 0.46739 lineto 0.90149 0.46457 lineto 0.90523 0.46192 lineto 0.90896 0.45942 lineto 0.9127 0.45705 lineto 0.91643 0.45481 lineto 0.92017 0.45274 lineto 0.9239 0.45088 lineto 0.92764 0.44925 lineto 0.93137 0.44782 lineto 0.93511 0.44658 lineto 0.93884 0.44551 lineto 0.94258 0.44459 lineto 0.94631 0.44382 lineto 0.95005 0.44319 lineto 0.95378 0.44268 lineto Mistroke 0.95752 0.44229 lineto 0.96125 0.442 lineto 0.96499 0.44179 lineto 0.96872 0.44165 lineto 0.97246 0.44156 lineto 0.97619 0.4415 lineto Mfstroke MathSubEnd grestore % End of sub-graphic % Start of sub-graphic gsave 0.52268 0.01472 0.97619 0.295 MathSubStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.047619 0.309017 0.05886 [ [(-10)] 0.02381 0.30902 0 2 Msboxa [(-5)] 0.2619 0.30902 0 2 Msboxa [(5)] 0.7381 0.30902 0 2 Msboxa [(10)] 0.97619 0.30902 0 2 Msboxa [(-4)] 0.4875 0.07358 1 0 Msboxa [(-2)] 0.4875 0.1913 1 0 Msboxa [(2)] 0.4875 0.42674 1 0 Msboxa [(4)] 0.4875 0.54446 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash gsave gsave 0.002 setlinewidth 0.02381 0.30902 moveto 0.02381 0.31527 lineto stroke grestore [(-10)] 0.02381 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.2619 0.30902 moveto 0.2619 0.31527 lineto stroke grestore [(-5)] 0.2619 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.7381 0.30902 moveto 0.7381 0.31527 lineto stroke grestore [(5)] 0.7381 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(10)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.07143 0.30902 moveto 0.07143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.11905 0.30902 moveto 0.11905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.16667 0.30902 moveto 0.16667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.30952 0.30902 moveto 0.30952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.35714 0.30902 moveto 0.35714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.45238 0.30902 moveto 0.45238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.54762 0.30902 moveto 0.54762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.64286 0.30902 moveto 0.64286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.69048 0.30902 moveto 0.69048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.83333 0.30902 moveto 0.83333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.88095 0.30902 moveto 0.88095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.92857 0.30902 moveto 0.92857 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0.07358 moveto 0.50625 0.07358 lineto stroke grestore [(-4)] 0.4875 0.07358 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.1913 moveto 0.50625 0.1913 lineto stroke grestore [(-2)] 0.4875 0.1913 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.42674 moveto 0.50625 0.42674 lineto stroke grestore [(2)] 0.4875 0.42674 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.54446 moveto 0.50625 0.54446 lineto stroke grestore [(4)] 0.4875 0.54446 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.09712 moveto 0.50375 0.09712 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.12066 moveto 0.50375 0.12066 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.14421 moveto 0.50375 0.14421 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.16775 moveto 0.50375 0.16775 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.21484 moveto 0.50375 0.21484 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.23838 moveto 0.50375 0.23838 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26193 moveto 0.50375 0.26193 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.28547 moveto 0.50375 0.28547 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.33256 moveto 0.50375 0.33256 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.35611 moveto 0.50375 0.35611 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.37965 moveto 0.50375 0.37965 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.40319 moveto 0.50375 0.40319 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.45028 moveto 0.50375 0.45028 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.47383 moveto 0.50375 0.47383 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.49737 moveto 0.50375 0.49737 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.52091 moveto 0.50375 0.52091 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.05003 moveto 0.50375 0.05003 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02649 moveto 0.50375 0.02649 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.00294 moveto 0.50375 0.00294 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.568 moveto 0.50375 0.568 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.59155 moveto 0.50375 0.59155 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.61509 moveto 0.50375 0.61509 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave 0.008 setlinewidth 0.02381 0.01472 Mdot 0.97619 0.60332 Mdot grestore MathSubEnd grestore % End of sub-graphic grestore % End of Graphics MathPictureEnd\ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{444, 274}, ImageMargins->{{34, Inherited}, {Inherited, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggYjN[Vi^OShn03ooeGooj[oooclo5H/1EGooj[ooc/k>gYjN[Vi^OShn03o oclo?ginO[fm_Oclo5D00:X00?l00000EED0EJX00=d81Slo?ginO[fm_Oclo0<30d92@X61PL30`000 EED0EJX0EOl0E@00ZUD0ZZX0E@<30d92@X61PL30`000E@L71dI6AXF5QLC4a000ZUD0ZZX0Z_l0ZP00 e5D0ojX0ZPL71dI6AXF5QLC4a000ZP/;2dY:BXV9RLS8b000oeD0ojX0ool0o`1E05EE0:X0o`/;2dY: BXV9RLS8b000o`l?3di>CXf=SLcCXf=SLc4000?o0000K00005@000?o000020000ol0000700;ohP000ol0001/0000 E0000ol0000600;o30000ol0003O0003o`0006`0001D0003o`0000H000?o00002`000ol0003O0003 o`0006`0001D0003o`0000D000?o000030000ol0003O0003o`0006`0001D0003o`0000@00_l?0003 o`000=P000?o00000`000ol0001/0000E0000ol000030003o`0000l000?o0000f0000ol000030003 o`0006`0001D0003o`0000<000?o000040000ol0003D00Go1002ofd0001D0003o`00008000?o0000 4@000ol0003?00Co00D0o`00o`050003o`0006`0001D0005o`000?l05@000ol0003D0003o`3o00D0 00?o0000K00005@000Go0000o`0E0003o`000=D00_l50003o`0006`0001D0004o`00oaL000?o0000 e@000ol000030003o`0006`0001700Go00@0oooo10001?l00?lG0003o`000=/000?o0000K00004T0 00?o000010001ol0003o0?l06@000ol0003J0003o`0006`000190003o`0000@000Co00000olI0003 o`000=X000?o0000K00004401?l40004o`0000?o1002oaX000?o0000fP000ol0001/0000B@001Ol0 003o00H00_lK0003o`000=T000?o0000K00004L00ol30003o`0000@00_lK0003o`000=T000?o0000 K00004T000Co00001?l30003o`0001X000?o0000f@000ol0001/0000D`02oad000?o0000f0000ol0 001/0000D`02oad000?o0000f0000ol0001/0000D`02oah000?o0000e`000ol0001/0000D`02oah0 00?o0000e`000ol0001/0000DP000ol0o`0N0003o`000=L000?o0000K000054000Co003o7`000ol0 003F0003o`0006`0001A0004o`00oal000?o0000eP000ol0001/0000D@001?l00?lP0003o`000=D0 00?o0000K000054000Co003o80000ol0003E0003o`0006`0001@0005o`000?l080000ol0003=00Co 10000ol0001/0000D0001Ol0003o024000?o0000c0001?l00?l40003o`0006`0001700Go0P03o`<0 00?o00007`000ol0003=0003o`0000@00_m]0000B@001_l0003o00;o0`000ol0000P0003o`0000000BP000ol000070003o`0002D000?o0000L@000ol0 000200;o:004obX000?o0000:@04obT000?o00000P02o`l0001:0003o`0000L000?o00009@000ol0 003>0003o`0006`000190003o`0000P000?o00009P000ol0003=0003o`0006`000190004o`0000?o 10000ol0000V0003o`000`000ol0 000E0003o`000:8000?o0000K000050000Co00000_lj0003o`0001@000?o0000X`000ol0001/0000 C@03o`@000?o0000>P02oa<00_nU0003o`0006`0001=0003o`0000@000?o0000>`000ol0000@00;o YP000ol0001/0000C@000ol000040003o`0003`000?o00003P000ol0002V0003o`0006`0001=00Co 0`000ol0000l0003o`0000d00_nX0003o`0006`0001D0003o`0003d00_l<0003o`000:P000?o0000 K00005@000?o0000?P000ol000090003o`000:T000?o0000K00005@000?o0000?`02o`P00_n[0003 o`0006`0001D0003o`0004000_l60003o`000:/000?o0000K00005@000?o0000@@03o`800on]0003 o`0006`0001D0003o`0004<01?nY0003o`0000<000?o0000K00005@000?o0000l0000ol000030003 o`0006`0001D0003o`000>d01Ol40003o`0006`0003o04D000Co003o1@02ofd0003o04H000?o0?l0 1@000ol0001/0000o`1700;o1@000ol0001/0000o`180003o`0000<000?o0000K0000?l0CP000ol0 001/0000o`1>0003o`0006`0001200Coo`080003o`0006`000130003o`000?l020000ol0001/0000 <@03o`@000Co0?oo0`02o`8000Co0?oo0`001?l0ool300;o2@03o`801?l800?o1003o`050?ooo`00 0_l30003o`0000800ol200Go0P001?l0ool300;o0P05o`800ol01@3oool000;oW`000ol0001/0000 <0001Ol0003o008000Co0?oo0`001Ol00?l000;o0P001?l0o`02o`<000Co003o1`001Ol0003o0080 00?o00001`001Ol0003o008000Oo0000o`3o008000Oo0000o`3o008000Go0000o`030006o`000?l0 0_l30004o`00o`<000Go0000o`030003o`3o008000?o0000WP000ol0001/0000<0001Ol0003o0080 00Co003o0`000ol000020007o`000?l0o`020005o`000?l02P001Ol0003o008000?o00001`000ol0 00040007o`000?l0o`020007o`000?l0o`020005o`000?l00`001Ol0003o008000Go0000o`060005 o`000?l00`000ol0o`020003o`0009h000?o0000K000030000Go0000o`020004o`00o`<000?o0000 0P02o`8000?o0?l00P001Ol0003o00X000Go0000o`020003o`0000L000?o000010001_l0003o00;o 00D0o`00o`030003o`3o00<000Go0000o`030004o`00o`<000?o000010001Ol0003o00<000Ko0?oo 0?nP0003o`0005T000?o00004000030000Ko0000o`02o`030?oo00801?l0103oo`02o`040?oo00;o 0P04o`T00ol200Co1`001Ol0003o00<00ol01@3oo`3o00800ol00`3oo`0200?o10000ol00002o`03 0?oo00801?l300;o1003o`050?oo0?l0X@000ol0001/0000<@03o`X000?o00003`000ol0000?0003 o`0000P01?lL0003o`0000P000?o0000/P000ol0001/0000?P000ol0000?0003o`0001000olU00?o 2P000ol000040003o`000:/000?o0000K0000?l0_@000?l0_@000?l0_@000?l0_@000?l0_@000?l0 _@000?l0_@000?l0_@000?l0_@000?l0_@000?l0_@000?l0_@000?l0_@0005<000?o0000o`1W0000 D`000ol0003o06L0001C0003o`000?l0I`0005<00_l<0003o`000:l01?lj00Co7`000ol0000L00;o 9`0005<000?o00002P000ol0o`2`0004o`00ocX000Co003o7`000ol0000K0004o`00obH0001C0003 o`0000P00_l20003o`000:l000?o0000>`000ol0000L00Go70001?l00?lV0000D`02o`P00_l40003 o`000:L01?l40003o`0003/000?o00006`001?l00?lM00?o9`0004`01?l30003o`0000H000?o0000 10000ol0002`0003o`0003/000?o00006`000ol0o`0M0003o`0002L0001<0004o`00o`<000?o0000 1002o`L000?o0000[@001?l00?lj0004o`00oah00_lN0003o`0002H0001=0003o`0000<00_l300?o 2@000ol0002]00;o?002ob0000?o00007@02obH0001600Co10000ol000020004o`0000;o30000ol0 003o05D0001?0005o`000?l00P000ol0000<0003o`000?l0E@0004`000Co003o0`001?l0ool>0003 o`000?l0E@0004d00_l400?o40000ol0003o05@0001C00;o4@000ol0003:00;oQ`0005<000?o0000 4@000ol000390003o`0008H0001A00Co4P000ol000390003o`0001003_mX0000D@000ol0o`0C0003 o`0009H0V?lT0000D@000ol0o`0D0003o`000:L000?o00003P09o`L000?o00003`000ol0000;0003 o`0001h000?o00007@000ol0000U0000D0000ol00002oa<000?o0000`@09oa0000?o0000M0000500 00Co003o5@000ol000370003o`0000l000?o0000M00004l000Go0000o`0E0003o`0000003o`00020000?o0000Y`001?l00?l900;o 1002o`H000?o0000OP00048000?o00003P000ol0000P0003o`000:L000Co003o2`001?l00002o`H0 00?o0000OP00048000?o00003P000ol0000Q0003o`000:H000Co003o20001?l00?l300;o1P000ol0 001n0000@@02o`@000?o00000P03o`@00_lR0003o`000:L00_l:00;o1002o`H000?o0000OP000400 0_l00`3o000:0005o`000?l08`000ol0002i00;o1P000ol0001n0000@002o`030?l000X000Go0000 o`0T0003o`000;P00_l50003o`0007l0000j00Co0P001?l00?l800?o1002ob<000?o0000^002o`D0 00?o0000O`00040000Co003o20000ol000040003o`0002<000?o0000]`02o`D000?o0000O`000400 00Co003o20000ol000040003o`0002<000?o0000]`02o`@000?o0000P00002l01?l=00?o2@04o`<0 0_lQ00Co8`000ol0000R00;oG@02o`@000?o000010000ol0000200;o10000ol000200000;`001?l0 0?l=0003o`00010000?o000080000ol00002ob8000?o00008@001?l00?mK0004o`00o`X000?o0000 0P02o`@000?o0000P000030000?o000030000ol0000A0003o`00024000Co003o7`05ob8000Co003o F`001?l00?l700Go0`02o`@000?o0000P00002T01?l40003o`0000/000?o00004@000ol0000R0004 o`00oah000Co003o8`03oe`000Co003o1`001?l00?l400;o10000ol0002000000004o`00o`P00ol400;o=P000ol0000D00;oO@02o`/00_l300;o00<0o`00Q00002X0 0_l20003o`0000l000Co003o20000ol000040003o`0003H000?o00004@02oi400_l00`3o00240000 ;003oa4000Co003o20000ol000040003o`0003H00_lB0003o`0009000_l00`3o00240000;0000ol0 000B00;o2@04o`<00_lh0003o`00010000?o0000T002o`030?l008@0001C0003o`0003P000?o0000 3P000ol0002A00?oQP0005<000?o0000>@000ol0000<0003o`0009800on60000D`000ol0000i0003 o`0000`000?o0000P002o`@000?o00000`000ol0000300?oQP0005<00_lk00;o2`000ol000200004 o`00o`T000?o00000`03ohH0001C0003o`0003/000?o000020000ol000210004o`00o`X000?o0000 0P03ohH0001C0003o`0003`000?o00001`000ol000210004o`00o`X000?o00000P03ohH0001C00;o ?P000ol000060003o`00084000Co003o2`001?l00003ohH0001C0003o`0003d00_l500;oQ0001?l0 0?l80004o`00o`<00on60000D`000ol0000o0003o`3o00;oQ`02o`T01?l300?oQP0005<00_m000?o V`02ohL0001C0003o`000=d00_n70000D`000ol0003M0003o`0008H0003o0;d0003o0;d0003o0;d0 003o0;d0003o0;d0003o0;d0003j00CoP05o`8000So0?l0o`3o00;o 0`001Ol0ool000Go00@0oooo1004o`H00ol00`3oo`0200Co00@0oooo0`001?l0ool300?o00D0oooo 0002o`040?ooo`@01?l700So00<0ool01`03o`<01Ol01P3o0?l0o`801?l600Co1003o`8000Ko0?l0 o`02o`040?oo00So00<0ool0500002/000?o00000`001?l0ool20004o`00o`8000Go0000o`020004 o`00o`<000Go0000o`030003o`3o008000?o000020001Ol0003o008000?o00001`000ol00004000; o`000?l0o`3o0?l02`001?l00?l2000:o`000?l0o`3o00;o0P02o`@000Go0000o`020003o`0003/0 00?o00000P001_l0o`3o00;o0P001?l0o`02o`@000?o000010001?l00?l;0004o`00o`8000?o0000 1P000ol00002o`8000?o0?l00`000ol0o`020003o`0000<000Co003o3@001Ol0003o008000?o0000 1`000ol00004000;o`000?l0o`3o0?l02`001?l00?l2000:o`000?l0o`3o00;o0P02o`@000Go0000 o`020003o`0001<0000[0003o`3o00<000Co003o0P001?l00?l20003o`0000@000?o000010001Ol0 003o00<000?o0?l00P000ol000080005o`000?l00P000ol000070003o`0000@000[o0000o`3o0?l0 1Ol70004o`00o`8000co0000o`3o0?l0o`04o`@000Go0000o`020003o`0003/000?o00000P001ol0 o`3o0?l00`000ol0o`020003o`00008000?o00000P02o`<01Ol700?o0`05o`800_l30007o`000?l0 o`030003o`3o008000Co00000_l300Go2@001Ol0003o008000?o00001`000ol00004000:o`000?l0 o`3o00Go1`001?l00?l2000"], ImageRangeCache->{{{0, 443}, {273, 0}} -> {-0.0265232, 0.0503905, 0.00237708, 0.00237708}, {{11.125, 211.438}, {130.25, 6.5}} -> {-4.48059, -6.59054, 0.0536946, 0.0302407}, {{231.5, 431.812}, { 130.25, 6.5}} -> {-18.9391, -1.32681, 0.0615987, 0.00833159}, {{11.125, 211.438}, {266.438, 142.688}} -> {-4.66254, -23.3661, 0.0553517, 0.279069}, {{231.5, 431.812}, {266.438, 142.688}} -> {-35.9444, -5.97365, 0.10789, 0.0872857}}], Cell[OutputFormData[ "\<\ The Unformatted text for this cell was not generated. Use options in the Actions Settings dialog box to control when Unformatted text is generated.\ \>", "\<\ -GraphicsArray-\ \>"], "Output",\ Evaluatable->False, AspectRatioFixed->True]}, Open]]}, Open]]}, Open]]}, Open]] }, FrontEndVersion->"Macintosh 3.0", ScreenRectangle->{{0, 640}, {0, 460}}, AutoGeneratedPackage->None, WindowToolbars->{}, CellGrouping->Manual, WindowSize->{520, 365}, WindowMargins->{{12, Automatic}, {15, Automatic}}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False}, MacintoshSystemPageSetup->"\<\ AVU/IFiQKFD000000V8nh09RAj0000000OXQ<097PXP0AP1Y06`0I@1^0642HSkP 0V97`0000001nR4@0TN2R000000000000000009R?^0000000000000000000000 00000000000000000000000000000000\>" ] (*********************************************************************** Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. ***********************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[1731, 51, 100, 2, 70, "Title", Evaluatable->False], Cell[1834, 55, 83, 2, 70, "Subsubtitle", Evaluatable->False], Cell[CellGroupData[{ Cell[1940, 59, 201, 4, 70, "Subtitle", Evaluatable->False], Cell[2144, 65, 269, 10, 70, "Subsubtitle", Evaluatable->False], Cell[2416, 77, 257, 7, 70, "Text", Evaluatable->True], Cell[CellGroupData[{ Cell[2696, 86, 91, 2, 70, "Section", Evaluatable->False], Cell[2790, 90, 326, 6, 70, "Input", InitializationCell->True] }, Open ]], Cell[CellGroupData[{ Cell[3148, 98, 95, 2, 70, "Section", Evaluatable->False], Cell[3246, 102, 1055, 25, 70, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[4324, 129, 80, 1, 70, "Input"], Cell[4407, 132, 10144, 405, 182, 5137, 338, "GraphicsData", "PostScript", "Graphics", Evaluatable->False], Cell[14554, 539, 260, 9, 70, "Output", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[14846, 550, 912, 13, 70, "Input"], Cell[15761, 565, 17979, 613, 182, 8633, 492, "GraphicsData", "PostScript", "Graphics", Evaluatable->False], Cell[33743, 1180, 260, 9, 70, "Output", Evaluatable->False] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[34044, 1191, 93, 2, 70, "Section", Evaluatable->False], Cell[34140, 1195, 408, 9, 70, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[34571, 1206, 78, 1, 70, "Input"], Cell[34652, 1209, 9668, 369, 182, 4648, 302, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[44352, 1580, 1382, 20, 70, "Input"], Cell[45737, 1602, 20534, 748, 182, 10754, 622, "GraphicsData", "PostScript", "Graphics", Evaluatable->False], Cell[66274, 2352, 260, 9, 70, "Output", Evaluatable->False] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[66575, 2363, 101, 2, 70, "Section", Evaluatable->False], Cell[66679, 2367, 479, 10, 70, "Text", Evaluatable->False], Cell[67161, 2379, 1245, 20, 70, "Input"], Cell[68409, 2401, 142, 3, 70, "Input", Evaluatable->False, CellGroupingRules->"SectionGrouping"], Cell[CellGroupData[{ Cell[68574, 2406, 792, 12, 70, "Input"], Cell[69369, 2420, 61252, 2563, 283, 41602, 2315, "GraphicsData", "PostScript", "Graphics", Evaluatable->False], Cell[130624, 4985, 267, 10, 70, "Output", Evaluatable->False] }, Open ]] }, Open ]] }, Open ]] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)