{"id":1284,"date":"2024-08-02T04:36:24","date_gmt":"2024-08-02T04:36:24","guid":{"rendered":"https:\/\/neilfoxman.com\/?page_id=1284"},"modified":"2024-08-19T03:41:41","modified_gmt":"2024-08-19T03:41:41","slug":"common-continuous-transforms-and-examples","status":"publish","type":"page","link":"https:\/\/neilfoxman.com\/?page_id=1284","title":{"rendered":"Common Continuous Transforms and Examples"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Exponential_Decay\"><\/span>Exponential Decay<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= e^{-at} u(t) \\\\<br>\\\\<br>X(s) &amp;= \\int_{-\\infty}^{\\infty} e^{-at} u(t) e^{-s t} dt \\\\<br>X(s) &amp;= \\int_{0}^{\\infty} e^{-at} e^{-s t} dt \\\\<br>X(s) &amp;= \\int_{0}^{\\infty} e^{-(a + s) t} dt \\\\<br>X(s) &amp;= \\left[ \\frac{1}{-(a + s)} e^{-(a + s) t} \\right]_{t=0}^{\\infty} \\\\<br>X(s) &amp;= \\frac{1}{a + s} &amp;Re\\{a + s\\} &gt; 0\\\\<br>X(s) &amp;= \\frac{1}{a + s} &amp;Re\\{s\\} &gt; -Re\\{a\\}\\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that in the Fourier Transform where $s = j\\omega$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>|X(j \\omega)| = \\frac{1}{\\sqrt{a^2 + \\omega^2}} \\\\<br>\\\\<br>\\angle X(j \\omega) = \\angle 1 &#8211; \\angle a + j \\omega \\\\<br>\\angle X(j \\omega) = &#8211; \\text{atan}(\\omega\/a) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e54d0a&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e54d0a\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"579\" height=\"779\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706193502058.png\" alt=\"\" class=\"wp-image-1324\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706193502058.png 579w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706193502058-223x300.png 223w\" sizes=\"auto, (max-width: 579px) 100vw, 579px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Linearity\"><\/span>Linearity<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>\\begin{align}<br>x_1(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X_1(s) &amp;&amp;ROC: s \\in R_1 \\\\<br>x_2(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X_2(s) &amp;&amp;ROC: s \\in R_2 \\\\<br>\\\\<br>a x_1(t) + b x_2(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} a X_1(s) + b X_2(s) &amp;&amp;ROC: (s \\in R) \\land (R_1 \\cap R_2 \\in R) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that ROC contains $R_1 \\cap R_2$ but may also include additional values outside of $R_1 \\cap R_2$.  Example of this shown below.  Define $x_1$ as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x_1(t) &amp;= e^{-t} u(t) \\\\<br>X_1(s) &amp;= \\frac{1}{s + 1} \\\\<br>ROC&amp;: Re\\{s\\} &gt; -1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Then define $x_2$ as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x_2(t) &amp;= [e^{-t} &#8211; e^{-2t}] u(t) \\\\<br>X_2(s) &amp;= \\int_{-\\infty}^{\\infty} x_2(t) e^{-st} dt \\\\<br>X_2(s) &amp;= \\int_{-\\infty}^{\\infty} [e^{-t} &#8211; e^{-2t}] u(t) e^{-st} dt \\\\<br>X_2(s) &amp;= \\int_{0}^{\\infty} [e^{-t} &#8211; e^{-2t}] e^{-st} dt \\\\<br>X_2(s) &amp;= \\int_{0}^{\\infty} e^{-t} e^{-st} dt &#8211; \\int_{0}^{\\infty} e^{-2t} e^{-st} dt \\\\<br>X_2(s) &amp;= \\mathscr{L}\\left\\{ e^{-t} u(t) \\right\\} &#8211; \\mathscr{L}\\left\\{ e^{-2t} u(t) \\right\\} &amp;&amp;ROC: (Re\\{s\\} &gt; -1) \\land (Re\\{s\\} &gt; -2) \\\\<br>X_2(s) &amp;= \\mathscr{L}\\left\\{ e^{-t} u(t) \\right\\} &#8211; \\mathscr{L}\\left\\{ e^{-2t} u(t) \\right\\} &amp;&amp;ROC: Re\\{s\\} &gt; -1 \\\\<br>X_2(s) &amp;= \\frac{1}{s+1} &#8211; \\frac{1}{s+2} &amp;&amp;ROC: Re\\{s\\} &gt; -1 \\\\<br>X_2(s) &amp;= \\frac{(s+2)-(s+1)}{(s+1)(s+2)} &amp;&amp;ROC: Re\\{s\\} &gt; -1 \\\\<br>X_2(s) &amp;= \\frac{1}{(s+1)(s+2)} &amp;&amp;ROC: Re\\{s\\} &gt; -1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note the ROC when we define $x_3$ as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x_3(t) &amp;= x_1(t) &#8211; x_2(t) \\\\<br>x_3(t) &amp;= e^{-t} u(t) &#8211; [e^{-t} &#8211; e^{-2t}] u(t) \\\\<br>x_3(t) &amp;= e^{-2t} u(t) \\\\<br>X_3(t) &amp;= \\frac{1}{s+2} &amp;&amp;ROC: Re\\{s\\} &gt; -2 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>ROC for both constituent signals was restrictive, however ROC was modified as we were able to cancel a pole and expand the ROC.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Time_Shift\"><\/span>Time Shift<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>From Synthesis Equation<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(s) e^{s t} d\\omega \\\\<br><br>x(t-t_0) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(s) e^{s (t-t_0)} d\\omega \\\\<br><br>x(t-t_0) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(s) e^{s t} e^{-s t_0} d\\omega \\\\<br><br>x(t-t_0) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\left[e^{-s t_0} X(s)\\right] e^{s t} d\\omega \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>In other words, a time delay of $t_0$ is equivalent to multiplying the non-delayed transform by $e^{-st_0}$.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) \\\\<br>x(t-t_0) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} e^{-st_0} X(s) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that for any finite $t_0$ and $s$, then $e^{-st_0}$ cannot be a pole and the ROC remains unchanged.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"s-Domain_Shift\"><\/span>s-Domain Shift<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This property can be conceptualized as shifting the surface plot of $X(s)$ defined over the entire $s$ plane by $s_0$.  On the shifted surface, $X(s-s_0)$, when $s=s_0$ we get the same result that would have previously been at the origin, $X(0)$.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-st} dt &amp;&amp;ROC: Re\\{s\\} \\in R \\\\<br>\\\\<br>X(s-s_0) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-(s-s_0)t} dt &amp;&amp;ROC: Re\\{s-s_0\\} \\in R \\\\<br>X(s-s_0) &amp;= \\int_{-\\infty}^{\\infty} \\left[ x(t) e^{s_0 t} \\right] e^{-st} dt &amp;&amp;ROC: Re\\{s\\} \\in R + Re\\{s_0\\} \\\\<br>\\\\<br>e^{s_0 t} x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s-s_0) &amp;&amp;ROC: Re\\{s\\} \\in R + Re\\{s_0\\} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>In the special case where $s_0 = j \\omega_0$ and $x(t)$ is modulated by a sinusoidal signal of frequency $\\omega_0$, then we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>e^{j \\omega_0 t} x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s-j \\omega_0) &amp;&amp;ROC: Re\\{s\\} \\in R \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Convolution_Property\"><\/span>Convolution Property<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><a href=\"https:\/\/neilfoxman.com\/?page_id=1166#Intent\">Recall<\/a> that the intent of using transforms is to more simply conceptualize the result of convolution in the time domain.  The convolution property fully realizes this result.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Laplace_Transform\"><\/span>Laplace Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>y(t) &amp;= h(t) * x(t) \\\\<br>y(t) &amp;= \\int_{-\\infty}^{\\infty} x(\\tau) h(t &#8211; \\tau) d\\tau \\\\<br>\\\\<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} \\left[ \\int_{-\\infty}^{\\infty} x(\\tau) h(t &#8211; \\tau) d\\tau \\right] e^{-st} dt \\\\<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} \\int_{-\\infty}^{\\infty} x(\\tau) h(t &#8211; \\tau) e^{-st} d\\tau dt \\\\<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} \\int_{-\\infty}^{\\infty} x(\\tau) h(t &#8211; \\tau) e^{-st} dt d\\tau \\\\<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} x(\\tau) \\left[ \\int_{-\\infty}^{\\infty} h(t &#8211; \\tau) e^{-st} dt \\right] d\\tau \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The inner integral may be conceptualized as the transform of a signal $h(t)$ that is time shifted by some value $\\tau$. Using the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Time_Shift\">time shift property<\/a> we then have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} x(\\tau) \\left[ H(s) e^{-s\\tau} \\right] d\\tau \\\\<br>Y(s) &amp;= H(s) \\int_{-\\infty}^{\\infty} x(\\tau) e^{-s\\tau} d\\tau \\\\<br>Y(s) &amp;= H(s) X(s) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The two responses $H$ and $X$ just scale each other.  The ROC is inclusive of the previous ROC as we saw in the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Linearity\">linearity example<\/a>.<\/p>\n\n\n\n<p>$$<br>ROC: R_H \\cap R_X \\in s<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Differentiation_in_Time_Domain\"><\/span>Differentiation in Time Domain<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Synthesis_Equation_Approach\"><\/span>Synthesis Equation Approach<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) \\\\<br>\\\\<br>x(t) &amp;= \\frac{1}{2\\pi} \\int_{-\\infty}^{\\infty} X(\\sigma+j\\omega) e^{(\\sigma+j\\omega)t} d\\omega \\\\<br>\\\\<br>\\frac{d}{dt} x(t) &amp;= \\frac{d}{dt} \\left[ \\frac{1}{2\\pi} \\int_{-\\infty}^{\\infty} X(\\sigma+j\\omega) e^{(\\sigma+j\\omega)t} d\\omega \\right] \\\\<br>\\frac{d}{dt} x(t) &amp;= \\frac{1}{2\\pi} \\int_{-\\infty}^{\\infty} X(\\sigma+j\\omega) \\frac{d}{dt} \\left[ e^{(\\sigma+j\\omega)t} \\right] d\\omega \\\\<br>\\frac{d}{dt} x(t) &amp;= \\frac{1}{2\\pi} \\int_{-\\infty}^{\\infty} X(\\sigma+j\\omega) \\left[ (\\sigma+j\\omega) e^{(\\sigma+j\\omega)t} \\right] d\\omega \\\\<br>\\frac{d}{dt} x(t) &amp;= \\frac{1}{2\\pi} \\int_{-\\infty}^{\\infty} \\left[ (\\sigma+j\\omega) X(\\sigma+j\\omega) \\right] e^{(\\sigma+j\\omega)t} d\\omega \\\\<br>\\\\<br>\\frac{d}{dt} x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} (\\sigma+j\\omega) X(\\sigma+j\\omega) \\\\<br>\\frac{d}{dt} x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} s X(s) \\\\<br>\\\\<br>ROC\\left[ X(s) \\right]: &amp;s \\in R \\\\<br>ROC\\left[ s X(s) \\right]: &amp;s \\in R&#8217;, R \\in R&#8217; \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Similar to examples above, the ROC for $sX(s)$ may get larger if the added $s$ cancels a pole in $X(s)$ at $s=0$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Bounded_Signal_Differentiation_Analysis_Equation_Approach\"><\/span>Bounded Signal Differentiation, Analysis Equation Approach<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Reference: <a href=\"https:\/\/www.tutorialspoint.com\/time-differentiation-property-of-laplace-transform\">https:\/\/www.tutorialspoint.com\/time-differentiation-property-of-laplace-transform<\/a><\/p>\n\n\n\n<p>We sometimes want to use a relation where the Laplace operation is a definite integral (when $x(t)=0$ when outside some bounds $[a, b]$).<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X_0(s) \\\\<br>X_0(s) &amp;= \\int_a^b x(t) e^{-st} dt \\\\<br>\\\\<br>\\frac{dx(t)}{dt} &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X_1(s) \\\\<br>X_1(s) &amp;= \\int_a^b \\left[ \\frac{dx(t)}{dt} \\right] e^{-st} dt \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>From IBP<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_a^b f(t) g'(t) dt &amp;= [f(t) g(t)]_{t=a}^b &#8211; \\int_a^b f'(t) g(t) dt \\\\<br>\\\\<br>f(t) &amp;= e^{-st} \\\\<br>f'(t) dt &amp;= &#8211; s e^{-st} dt \\\\<br>\\\\<br>g'(t) dt &amp;= \\frac{dx(t)}{dt} dt \\\\<br>g(t) &amp;= x(t) \\\\<br>\\\\<br>X_1(s) &amp;= [e^{-st} x(t)]_{t=a}^b &#8211; \\int_a^b &#8211; s x(t) e^{-st} dt \\\\<br>X_1(s) &amp;= [e^{-st} x(t)]_{t=a}^b + s \\int_a^b x(t) e^{-st} dt \\\\<br>X_1(s) &amp;= [e^{-sb} x(b) &#8211; e^{-sa} x(a)] + s \\int_a^b x(t) e^{-st} dt \\\\<br>X_1(s) &amp;= [e^{-sb} x(b) &#8211; e^{-sa} x(a)] + s X_0(s) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Initial_and_Final_Value_Theorems_Special_Cases_of_Bounded_Signal_Differentiation_in_Time_Domain\"><\/span>Initial and Final Value Theorems, Special Cases of Bounded Signal Differentiation in Time Domain<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>References:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/eng.libretexts.org\/Bookshelves\/Electrical_Engineering\/Signal_Processing_and_Modeling\/Introduction_to_Linear_Time-Invariant_Dynamic_Systems_for_Students_of_Engineering_(Hallauer)\/02%3A_Complex_Numbers_and_Arithmetic_Laplace_Transforms_and_Partial-Fraction_Expansion\/2.02%3A_Introduction_to_Application_of_Laplace_Transforms\">Introduction to Linear Time-Invariant Dynamic Systems for Students of Engineering (Hallauer) 2.2<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/eng.libretexts.org\/Bookshelves\/Electrical_Engineering\/Signal_Processing_and_Modeling\/Introduction_to_Linear_Time-Invariant_Dynamic_Systems_for_Students_of_Engineering_(Hallauer)\/08%3A_Pulse_Inputs_Dirac_Delta_Function_Impulse_Response_Initial_Value_Theorem_Convolution_Sum\/8.02%3A_Impulse-Momentum_Theorem\">Introduction to Linear Time-Invariant Dynamic Systems for Students of Engineering (Hallauer) 8.2<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/eng.libretexts.org\/Bookshelves\/Electrical_Engineering\/Signal_Processing_and_Modeling\/Introduction_to_Linear_Time-Invariant_Dynamic_Systems_for_Students_of_Engineering_(Hallauer)\/08%3A_Pulse_Inputs_Dirac_Delta_Function_Impulse_Response_Initial_Value_Theorem_Convolution_Sum\/8.06%3A_Derivation_of_the_Initial-Value_Theorem\">Introduction to Linear Time-Invariant Dynamic Systems for Students of Engineering (Hallauer) 8.6<\/a><\/li>\n<\/ul>\n\n\n\n<p>If $\\forall t &lt; 0, x(t) = 0$ ($x(t)$ is causal) then we can analyze the special case of the differentiation property where the lower bound is the limit to 0, and the right bound is infinity.  This approach allows the use of the impulse function or other discontinuity at $t=0$ in the signal.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>a &amp;= 0^- + 0j = 0^-\\\\<br>Re\\{b\\} &amp;= \\infty \\\\<br>\\\\<br>X_1(s) &amp;= [e^{-s\\infty} x(\\infty) &#8211; e^{-s0^-} x(0^-)] + s X_0(s) \\\\<br>X_1(s) &amp;= [0 &#8211; 1 \\cdot x(0^-)] + s X_0(s) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>X_1(s) &amp;= s X_0(s) &#8211; x(0^-) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that we assume $e^{-st} x(t)$ converges to 0.  If $x(t)$ is of the form $e^{-at}$ then we have the restriction that<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>Re\\{s\\} + Re\\{a\\} &amp;&gt; 0 \\\\<br>Re\\{s\\} &amp;&gt; &#8211; Re\\{a\\} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Substituting $X_1(s)$ in the above equation for the Analysis Equation we can determine the initial value  of $x(t)$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{0^-}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt &amp;= s X_0(s) &#8211; x(0^-) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>\\int_{0^-}^{0^+} \\frac{dx(t)}{dt} e^{-st} dt + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt &amp;= s X_0(s) &#8211; x(0^-) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>\\int_{0^-}^{0^+} \\frac{dx(t)}{dt} e^{0} dt + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt &amp;= s X_0(s) &#8211; x(0^-) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>\\int_{0^-}^{0^+} \\frac{dx(t)}{dt} dt + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt &amp;= s X_0(s) &#8211; x(0^-) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>[x(0^+) &#8211; x(0^-)] + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt &amp;= s X_0(s) &#8211; x(0^-) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt &amp;= s X_0(s) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Now if we take the limit as $s \\to \\infty$ recall we are only considering positive values of $t$, so the value inside the integral becomes 0 for all t (regardless of t).  Then we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\lim_{s \\to \\infty} \\left[ x(0^+) + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt \\right] &amp;= \\lim_{s \\to \\infty} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) + \\lim_{s \\to \\infty} \\left[ \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt \\right] &amp;= \\lim_{s \\to \\infty} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-\\infty t} dt &amp;= \\lim_{s \\to \\infty} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) &amp;= \\lim_{s \\to \\infty} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Therefore, the initial value of $x(t)$ can be found from $X(s)$.  Note that a similar approach may be used if $x(t)$ contains discontinuities elsewhere (for example at another signal boundary).<\/p>\n\n\n\n<p>Note that this property also suggests the order of the numerator of $X(s)$ has to be less than the order of the denominator, otherwise the limit does not converge to a finite value i.e. there is no determinable initial value to the system. Example:<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) = e^{-3 t} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) = \\frac{1}{s + 3} &amp;&amp;ROC: Re\\{s\\} &gt; -3 \\\\<br>\\\\<br>\\lim_{Re\\{s\\} \\to \\infty} s X(s) &amp;= \\lim_{Re\\{s\\} \\to \\infty} s \\frac{1}{s + 3} \\\\<br>\\lim_{Re\\{s\\} \\to \\infty} s X(s) &amp;= \\lim_{Re\\{s\\} \\to \\infty} \\frac{1}{1 + 3\/s} \\\\<br>\\lim_{Re\\{s\\} \\to \\infty} s X(s) &amp;= 1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>which matches the expression for $x(t)$ which is known in this case.<\/p>\n\n\n\n<p>Similar analysis can be applied for finding final value<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\lim_{s \\to 0} \\left[ x(0^+) + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt \\right] &amp;= \\lim_{s \\to 0} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) + \\lim_{s \\to 0} \\left[ \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} e^{-st} dt \\right] &amp;= \\lim_{s \\to 0} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) + \\int_{0^+}^{\\infty} \\frac{dx(t)}{dt} dt &amp;= \\lim_{s \\to 0} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(0^+) + [x(\\infty) &#8211; x(0^+)] &amp;= \\lim_{s \\to 0} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br><br>x(\\infty) &amp;= \\lim_{s \\to 0} \\left[s X_0(s) \\right] &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Successive_Differentiation\"><\/span>Successive Differentiation<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Recall from above (simplified)<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X_0(s) &amp;= \\int_a^b x(t) e^{-st} dt \\\\<br>X_1(s) &amp;= \\int_a^b \\left[ \\frac{dx(t)}{dt} \\right] e^{-st} dt \\\\<br>\\\\<br>\\int_a^b f(t) g'(t) dt &amp;= [f(t) g(t)]_{t=a}^b &#8211; \\int_a^b f'(t) g(t) dt \\\\<br>f(t) &amp;= e^{-st} \\\\<br>f'(t) dt &amp;= &#8211; s e^{-st} dt \\\\<br>g'(t) dt &amp;= \\frac{dx(t)}{dt} dt \\\\<br>g(t) &amp;= x(t) \\\\<br>\\\\<br>X_1(s) &amp;= [e^{-st} x(t)]_{t=a}^b &#8211; \\int_a^b &#8211; s x(t) e^{-st} dt \\\\<br>X_1(s) &amp;= [e^{-st} x(t)]_{t=a}^b + s \\int_a^b x(t) e^{-st} dt \\\\<br>X_1(s) &amp;= [e^{-st} x(t)]_{t=a}^b + s X_0(s) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Moving on to the next derivative<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X_2(s) &amp;= \\int_a^b \\frac{d^2 x(t)}{dt^2} e^{-st} dt \\\\<br>\\\\<br>\\int_a^b f(t) g'(t) dt &amp;= [f(t) g(t)]_{t=a}^b &#8211; \\int_a^b f'(t) g(t) dt \\\\<br>f(t) &amp;= e^{-st} \\\\<br>f'(t) dt &amp;= &#8211; s e^{-st} dt \\\\<br>g'(t) dt &amp;= \\frac{d^2 x(t)}{dt^2} dt \\\\<br>g(t) &amp;= \\frac{dx(t)}{dt} \\\\<br>\\\\<br>X_2(s) &amp;= \\left[ e^{-st} \\frac{dx(t)}{dt} \\right]_{t=a}^b &#8211; \\int_a^b &#8211; s \\frac{dx(t)}{dt} e^{-st} dt \\\\<br>X_2(s) &amp;= \\left[ e^{-st} \\frac{dx(t)}{dt} \\right]_{t=a}^b + s \\int_a^b \\frac{dx(t)}{dt} e^{-st} dt \\\\<br>X_2(s) &amp;= \\left[ e^{-st} x'(t) \\right]_{t=a}^b + s X_1(s) \\\\<br>X_2(s) &amp;= \\left[ e^{-st} x'(t) \\right]_{t=a}^b + s \\left[ [e^{-st} x(t)]_{t=a}^b + s X_0(s) \\right] \\\\<br>X_2(s) &amp;= [e^{-st} x'(t)]_{t=a}^b + s[e^{-st} x(t)]_{t=a}^b + s^2 X_0(s) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Continuing the trend, we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X_n(s) &amp;= [e^{-st} x^{(n-1)}(t)]_{t=a}^b + s[e^{-st} x^{(n-2)}(t)]_{t=a}^b + s^2[e^{-st} x^{(n-3)}(t)]_{t=a}^b + \\dots + s^{n-2}[e^{-st} x'(t)]_{t=a}^b + s^{n-1}[e^{-st} x(t)]_{t=a}^b + s^n X_0(s) \\\\<br>X_n(s) &amp;= s^n X_0(s) + \\sum_{i=0}^{n-1} s^i [e^{-st} x^{(n-1-i)}(t)]_{t=a}^b  \\\\<br>X_n(s) &amp;= s^n X_0(s) + \\sum_{i=0}^{n-1} s^i [e^{-sb} x^{(n-1-i)}(b) &#8211; e^{-sa} x^{(n-1-i)}(a)]  \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>With some additional assumptions that the signal\/system is causal, we have the more commonly seen form<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X_n(s) &amp;= s^n X_0(s) + \\sum_{i=0}^{n-1} s^i [e^{-s\\infty} x^{(n-1-i)}(\\infty) &#8211; e^{-s0} x^{(n-1-i)}(0)] &amp;&amp;&amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>X_n(s) &amp;= s^n X_0(s) + \\sum_{i=0}^{n-1} s^i [0 &#8211; x^{(n-1-i)}(0)] &amp;&amp;\\forall i \\in \\{0, 1, \\dots, n-1\\}, \\lim_{t \\to \\infty} e^{-st} x^{(n-1-i)}(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>X_n(s) &amp;= s^n X_0(s) &#8211; \\sum_{i=0}^{n-1} s^i x^{(n-1-i)}(0) &amp;&amp;\\forall i \\in \\{0, 1, \\dots, n-1\\}, \\lim_{t \\to \\infty} e^{-st} x^{(n-1-i)}(t) = 0 &amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>That is if<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We have the 0 order system function and<\/li>\n\n\n\n<li>Initial conditions for $x(t)$ and its first $n-1$ derivatives and<\/li>\n\n\n\n<li>$\\lim_{t \\to \\infty} e^{-st} x^i(t) = 0$ for all the $i &lt; n$ derivatives<\/li>\n<\/ol>\n\n\n\n<p>then we can determine the system function for the $n$th derivative.  For a second order system, we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X_2(s) &amp;= s^2 X_0(s) &#8211; \\sum_{i=0}^{1} s^i x^{(1-i)}(0) &amp;&amp;\\forall i \\in \\{0, 1\\}, \\lim_{t \\to \\infty} e^{-st} x^{(1-i)}(t) = 0 &amp;&amp;&amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>X_2(s) &amp;= s^2 X_0(s) &#8211; s x(0) &#8211;  x'(0) &amp;&amp;\\lim_{t \\to \\infty} e^{-st} x(t) = 0 &amp;\\lim_{t \\to \\infty} e^{-st} x'(t) = 0 &amp;&amp;\\forall t &lt; 0, x(t) = 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Differentiation_in_s-Domain\"><\/span>Differentiation in s-Domain<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Transform\"><\/span>Fourier Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>X(j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-j \\omega t} dt \\\\<br>\\\\<br>\\frac{d X(j \\omega)}{d \\omega} &amp;= \\int_{-\\infty}^{\\infty} -j t x(t) e^{-j \\omega t} dt \\\\<br>\\\\<br>\\frac{d^2 X(j \\omega)}{d \\omega^2} &amp;= \\int_{-\\infty}^{\\infty} (-j t)^2 x(t) e^{-j \\omega t} dt \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>So we can generalize<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>-j t x(t) &amp;\\stackrel{F}{\\leftrightarrow} \\frac{d X(j \\omega)}{d \\omega} \\\\<br>\\\\<br>(-j t)^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>t^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} (-j)^{-n} \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>t^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} \\frac{1}{j^n} \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>t^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} \\frac{j^n}{j^n j^n} \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>t^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} \\frac{j^n}{(j^2)^n} \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>t^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} \\frac{j^n}{(-1)^n} \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>t^n x(t) &amp;\\stackrel{F}{\\leftrightarrow} (-j)^n \\frac{d^n X(j \\omega)}{d \\omega^n} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Laplace_Transform-2\"><\/span>Laplace Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Analysis_Equation_Approach\"><\/span>Analysis Equation Approach<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) \\\\<br>\\\\<br>X(s) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-st} dt &amp;&amp;ROC: s \\in R \\\\<br>\\\\<br>\\frac{d}{ds} X(s) &amp;= \\frac{d}{ds} \\left[ \\int_{-\\infty}^{\\infty} x(t) e^{-st} dt \\right] &amp;&amp;ROC: s \\in R \\\\<br>\\frac{d}{ds} X(s) &amp;= \\int_{-\\infty}^{\\infty} x(t) \\frac{d}{ds} \\left[ e^{-st} \\right] dt &amp;&amp;ROC: s \\in R \\\\<br>\\frac{d}{ds} X(s) &amp;= \\int_{-\\infty}^{\\infty} x(t) \\left[ -t e^{-st} \\right] dt &amp;&amp;ROC: s \\in R \\\\<br>\\frac{d}{ds} X(s) &amp;= \\int_{-\\infty}^{\\infty} \\left[ -t x(t) \\right] e^{-st} dt &amp;&amp;ROC: s \\in R \\\\<br>\\\\<br>-t x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{d}{ds} X(s) &amp;&amp;ROC: s \\in R \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Example<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= t e^{-at} u(t) \\\\<br>\\\\<br>e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{s + a} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\\\<br>-t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{d}{ds} \\left[ \\frac{1}{s + a} \\right] &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>-t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{d}{ds} \\left[ (s + a)^{-1} \\right] &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>-t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} -(s + a)^{-2} \\cdot 1 &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>-t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} &#8211; \\frac{1}{(s + a)^2} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\\\<br>t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{(s + a)^2} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Successive_Differentiation-2\"><\/span>Successive Differentiation<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Note that for successive differentiation, we can see a trend<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>-t \\cdot t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{d}{ds} \\frac{1}{(s + a)^2} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>-t \\cdot t e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} -2 \\frac{1}{(s + a)^3} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\frac{t^2}{2} e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{(s + a)^3} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\\\<br>-t \\cdot \\frac{t^2}{2} e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{d}{ds} \\frac{1}{(s + a)^3} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>-t \\cdot \\frac{t^2}{2} e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} -3 \\frac{1}{(s + a)^4} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\frac{t^3}{3 \\cdot 2} e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{(s + a)^4} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>which may be summarized as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\frac{t^{n-1}}{(n-1)!} e^{-at} u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{(s + a)^n} &amp;&amp;Re\\{s\\} &gt; -a \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>which is useful for partial fraction expansion.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Periodic_Exponential\"><\/span>Periodic Exponential<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In this case, it is easiest to start with the (known) Transformed result and work backwards as a proof.  In this case, the transform is a weighted impulse.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>X(j \\omega) &amp;= 2 \\pi \\delta(\\omega &#8211; \\omega_0) \\\\<br>\\\\<br>x(t) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\left[ 2 \\pi \\delta(\\omega &#8211; \\omega_0) \\right] e^{j \\omega t} d\\omega \\\\<br>x(t) &amp;= \\int_{-\\infty}^{\\infty} \\delta(\\omega &#8211; \\omega_0) e^{j \\omega t} d\\omega \\\\<br>x(t) &amp;= e^{j \\omega_0 t} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that this also implies<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) = e^{j \\omega_0 t} &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X(j \\omega) = 2 \\pi \\delta(\\omega &#8211; \\omega_0) \\\\<br>x(t) = a_k e^{j \\omega_0 t} &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X(j \\omega) = 2 \\pi a_k \\delta(\\omega &#8211; \\omega_0) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>If we know a periodic signal in its Fourier Series representation i.e. we know it is a sum of harmonic exponentials, then the Fourier Transform is represented as impulses in the frequency spectrum weighted by $2 \\pi a_k$.  The kth harmonic is an impulse at $k \\omega_0$ with height $2 \\pi a_k$.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>x(t) &amp;= \\sum_{k=-\\infty}^{\\infty} a_k e^{j k \\omega_0 t} \\stackrel{\\mathcal{F}}{\\leftrightarrow} X(j \\omega) = \\sum_{k=-\\infty}^{\\infty} 2 \\pi a_k \\delta(\\omega &#8211; k \\omega_0) \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Sin\"><\/span>Sin<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Series\"><\/span>Fourier Series<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br><br>x(t) &amp;= \\sin(\\omega_0 t) \\\\<br>x(t) &amp;= \\frac{1}{2 j} \\left[ e^{j \\omega_0 t} &#8211; e^{-j \\omega_0 t} \\right] \\\\<br>\\\\<br>a_{1} &amp;= \\frac{1}{2j}\\\\<br>a_0 &amp;= 0 \\\\<br>a_{-1} &amp;= &#8211; \\frac{1}{2j}\\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Transform-2\"><\/span>Fourier Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Recall from the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Periodic_Exponential\">periodic exponential<\/a> that<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>a_k e^{j \\omega_0 t} &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} 2 \\pi a_k \\delta(\\omega &#8211; \\omega_0) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>so if we know the $a_k$s for this signal we can write the Fourier transform as a composition of impulses.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>X(j \\omega) &amp;= 2 \\pi \\left[ &#8211; \\frac{1}{2j} \\right] \\delta(\\omega + \\omega_0) + 2 \\pi \\left[ \\frac{1}{2j} \\right] \\delta(\\omega &#8211; \\omega_0) \\\\<br><br>X(j \\omega) &amp;= &#8211; \\frac{\\pi}{j} \\delta(\\omega + \\omega_0) + \\frac{\\pi}{j} \\delta(\\omega &#8211; \\omega_0) \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e563f4&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e563f4\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"483\" height=\"266\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706211820326.png\" alt=\"\" class=\"wp-image-1366\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706211820326.png 483w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706211820326-300x165.png 300w\" sizes=\"auto, (max-width: 483px) 100vw, 483px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Laplace_Transform-3\"><\/span>Laplace Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\sin(\\omega_0 t) u(t) \\\\<br>x(t) &amp;= \\frac{1}{2 j} \\left[ e^{j \\omega_0 t} &#8211; e^{-j \\omega_0 t} \\right] u(t) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The Laplace transform of this signal can be represented as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) &amp;=\\frac{1}{2 j} \\left[ \\mathscr{L}\\left\\{ e^{j \\omega_0 t} u(t) \\right\\} &#8211; \\mathscr{L}\\left\\{ e^{-j \\omega_0 t} u(t) \\right\\} \\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that this is essentially a summation of two <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Exponential_Decay\">exponential decay signals<\/a>, so we can more easily determine the Laplace Transform with some minor manipulation.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) &amp;=\\frac{1}{2 j} \\left[ \\mathscr{L}\\left\\{ e^{-(-j \\omega_0) t} u(t) \\right\\} &#8211; \\mathscr{L}\\left\\{ e^{-(j \\omega_0) t} u(t) \\right\\} \\right] \\\\<br><br>X(s) &amp;=\\frac{1}{2 j} \\left[ \\frac{1}{s + (-j \\omega_0)} &#8211; \\frac{1}{s + (j \\omega_0)} \\right] &amp;&amp;Re\\{s\\} > -Re\\{-j\\omega_0\\} \\land Re\\{s\\} > -Re\\{j\\omega_0\\} \\\\<br><br>X(s) &amp;=\\frac{1}{2 j} \\left[ \\frac{1}{s &#8211; j \\omega_0} &#8211; \\frac{1}{s + j \\omega_0} \\right] &amp;&amp;Re\\{s\\} > 0 \\\\<br><br>X(s) &amp;=\\frac{1}{2 j} \\frac{(s + j \\omega_0) &#8211; (s &#8211; j \\omega_0)}{(s + j \\omega_0) (s &#8211; j \\omega_0)} &amp;&amp;Re\\{s\\} > 0 \\\\<br><br>X(s) &amp;=\\frac{1}{2 j} \\frac{2 j \\omega_0}{s^2 &#8211; (j \\omega_0)^2} &amp;&amp;Re\\{s\\} > 0 \\\\<br><br>X(s) &amp;= \\frac{\\omega_0}{s^2 + \\omega_0^2} &amp;&amp;Re\\{s\\} > 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Cos\"><\/span>Cos<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Series-2\"><\/span>Fourier Series<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Solved similarly to the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Sin\">sin<\/a> signal above, we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>x(t) &amp;= \\cos(\\omega_0 t) \\\\<br>x(t) &amp;= \\frac{1}{2} \\left[ e^{j \\omega_0 t} + e^{-j \\omega_0 t} \\right] \\\\<br>\\\\<br>a_{1} &amp;= \\frac{1}{2}\\\\<br>a_0 &amp;= 0 \\\\<br>a_{-1} &amp;= &#8211; \\frac{1}{2}\\\\<br>\\\\<br>X(j \\omega) &amp;= 2 \\pi \\left[ \\frac{1}{2} \\right] \\delta(\\omega + \\omega_0) + 2 \\pi \\left[ \\frac{1}{2} \\right] \\delta(\\omega &#8211; \\omega_0) \\\\<br><br>X(j \\omega) &amp;= \\pi \\delta(\\omega + \\omega_0) + \\pi \\delta(\\omega &#8211; \\omega_0) \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e56d11&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e56d11\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"445\" height=\"230\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706211835125.png\" alt=\"\" class=\"wp-image-1369\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706211835125.png 445w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706211835125-300x155.png 300w\" sizes=\"auto, (max-width: 445px) 100vw, 445px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Laplace_Transform-4\"><\/span>Laplace Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\cos(\\omega_0 t) u(t) \\\\<br>x(t) &amp;= \\frac{1}{2} \\left[ e^{j \\omega_0 t} + e^{-j \\omega_0 t} \\right] u(t) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The Laplace transform of this signal can be represented as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) &amp;=\\frac{1}{2} \\left[ \\mathscr{L}\\left\\{ e^{j \\omega_0 t} u(t) \\right\\} + \\mathscr{L}\\left\\{ e^{-j \\omega_0 t} u(t) \\right\\} \\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that this is essentially a summation of two <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Exponential_Decay\">exponential decay signals<\/a>, so we can more easily determine the Laplace Transform with some minor manipulation.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) &amp;=\\frac{1}{2} \\left[ \\mathscr{L}\\left\\{ e^{-(-j \\omega_0) t} u(t) \\right\\} + \\mathscr{L}\\left\\{ e^{-(j \\omega_0) t} u(t) \\right\\} \\right] \\\\<br><br>X(s) &amp;=\\frac{1}{2} \\left[ \\frac{1}{s + (-j \\omega_0)} + \\frac{1}{s + (j \\omega_0)} \\right] &amp;&amp;Re\\{s\\} > -Re\\{-j\\omega_0\\} \\land Re\\{s\\} > -Re\\{j\\omega_0\\} \\\\<br><br>X(s) &amp;=\\frac{1}{2} \\left[ \\frac{1}{s &#8211; j \\omega_0} + \\frac{1}{s + j \\omega_0} \\right] &amp;&amp;Re\\{s\\} > 0 \\\\<br><br>X(s) &amp;=\\frac{1}{2} \\frac{(s + j \\omega_0) + (s &#8211; j \\omega_0)}{(s + j \\omega_0) (s &#8211; j \\omega_0)} &amp;&amp;Re\\{s\\} > 0 \\\\<br><br>X(s) &amp;=\\frac{1}{2} \\frac{2 s}{s^2 &#8211; (j \\omega_0)^2} &amp;&amp;Re\\{s\\} > 0 \\\\<br><br>X(s) &amp;= \\frac{s}{s^2 + \\omega_0^2} &amp;&amp;Re\\{s\\} > 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Impulse\"><\/span>Impulse<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\delta(t) \\\\<br>\\\\<br>X(s) &amp;= \\int_{-\\infty}^{\\infty} \\delta(t) e^{-s t} dt \\\\<br>X(s) &amp;= e^{-s (0)} \\\\<br>X(s) &amp;= 1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Fourier transform of an impulse has equal contribution at all frequencies.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Periodic_Impulse_Train\"><\/span>Periodic Impulse Train<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e5755c&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e5755c\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"829\" height=\"248\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323180617702.png\" alt=\"\" class=\"wp-image-1301\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323180617702.png 829w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323180617702-300x90.png 300w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323180617702-768x230.png 768w\" sizes=\"auto, (max-width: 829px) 100vw, 829px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) = \\sum_{k=-\\infty}^{\\infty} \\delta(t-kT)<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Series-3\"><\/span>Fourier Series<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>a_k &amp;= \\frac{1}{T} \\int_{-T\/2}^{T\/2} \\delta(t) e^{-j k \\omega_0 t} dt \\\\<br>a_k &amp;= \\frac{1}{T} \\int_{-T\/2}^{T\/2} \\delta(0) e^{-j k \\omega_0 (0)} dt \\\\<br>a_k &amp;= \\frac{1}{T} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Transform-3\"><\/span>Fourier Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p><a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Periodic_Exponential\">We found earlier<\/a> that if a periodic signal has Fourier Series coefficients $a_k$, then the Fourier Transform may be represented as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>x(t) &amp;= \\sum_{k=-\\infty}^{\\infty} a_k e^{j k \\omega_0 t} \\stackrel{\\mathcal{F}}{\\leftrightarrow} X(j \\omega) = \\sum_{k=-\\infty}^{\\infty} 2 \\pi a_k \\delta(\\omega &#8211; k \\omega_0) \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The Fourier Transform of an impulse train is then<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(j \\omega) = \\sum_{k=-\\infty}^{\\infty} \\frac{2 \\pi}{T} \\delta(\\omega &#8211; k \\omega_0) \\\\<br>X(j \\omega) = \\sum_{k=-\\infty}^{\\infty} \\frac{2 \\pi \\omega_0}{2 \\pi} \\delta(\\omega &#8211; k \\omega_0) \\\\<br>X(j \\omega) = \\sum_{k=-\\infty}^{\\infty} \\omega_0 \\delta(\\omega &#8211; k \\omega_0) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Step\"><\/span>Step<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= u(t) \\\\<br>x(t) &amp;= \\cases{<br>\\begin{array}{ll}<br>0 &amp;&amp;&amp;t &lt; 0 \\\\<br>1 &amp;&amp;&amp;t &gt; 0 \\\\<br>\\end{array}<br>} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-s t} dt \\\\<br>X(s) &amp;= \\int_{0}^{\\infty} 1 \\cdot e^{-s t} dt \\\\<br>X(s) &amp;= \\left[ \\frac{1}{-s} e^{-s t} \\right]_{t=0}^{\\infty} \\\\<br>X(s) &amp;= \\frac{1}{-s} \\left[0-e^{-s (0)} \\right] &amp;&amp;Re\\{s\\} \\geq 0 \\\\<br>X(s) &amp;= \\frac{1}{s} &amp;&amp;Re\\{s\\} \\geq 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Integration_in_Time_Domain\"><\/span>Integration in Time Domain<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Transform-4\"><\/span>Fourier Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Reference Oppenheim Signals and Systems 4.3.4.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) e^{j \\omega t} d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\int_{-\\infty}^t \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) e^{j \\omega \\tau} d\\omega d\\tau \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) \\left[ \\frac{1}{j \\omega} e^{j \\omega \\tau} \\right]_{\\tau=-\\infty}^t d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) \\left[ \\frac{1}{j \\omega} e^{j \\omega t} \\right] d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\left[ \\frac{1}{j \\omega} X(j \\omega) \\right] e^{j \\omega t} d\\omega \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Although it is tempting to jump to the result that<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{-\\infty}^t x(\\tau) d\\tau \\stackrel{\\mathcal{F}}{\\leftrightarrow} \\frac{1}{j \\omega} X(j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>This would neglect evaluation at $\\omega = 0$ because $\\omega$ exists in the denominator. However, we can further explore the case when $\\omega=0$ by referring back to the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Periodic_Exponential\">periodic exponential<\/a> derivation.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>e^{j \\omega_0 t} &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} 2 \\pi \\delta(\\omega &#8211; \\omega_0) \\\\<br>1 &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} 2 \\pi \\delta(\\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>As one would expect, the case when $\\omega=0$ is essentially the DC or average term.  Although it&#8217;s not immediately clear how to align this result to the generally accepted result, <a href=\"https:\/\/dsp.stackexchange.com\/questions\/47081\/deriving-the-integration-property-of-the-fourier-transform\/47083#47083?newreg=629b50c397b94653896393131ca36cb0\">this forum<\/a> suggests it is resolved by evaluating the integral by breaking it up into parts.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\left[<br>\\int_{-\\infty}^{0^-}  X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega + <br>\\int_{C} X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega + <br>\\int_{0^+}^{\\infty} X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega<br>\\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The first and third term would be evaluated as we have done above, but the middle term represents the integral as a contour $C$ approaches radius 0 around $\\omega=0$.  Looking just at this middle term we use a different variable $\\theta$ to better describe the contour path.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\omega &amp;= r e^{j \\theta} \\\\<br>\\frac{d \\omega}{d \\theta} &amp;= j r e^{j \\theta} \\\\<br>d \\omega &amp;= j r e^{j \\theta} d \\theta \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>so this term is rewritten<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{C} X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega &amp;= <br>\\lim_{r \\to 0} \\int_{-\\pi}^0 X(r e^{j \\theta}) \\int_{-\\infty}^t e^{j (r e^{j \\theta}) \\tau} d\\tau \\cdot j r e^{j \\theta} d \\theta \\\\<br><br>\\int_{C} X(j \\omega) \\int_{-\\infty}^t e^{j \\omega \\tau} d\\tau d\\omega &amp;= \\lim_{r \\to 0} \\int_{-\\pi}^0 X(0) j r e^{j \\theta} \\int_{-\\infty}^t e^{j 0 \\tau} d\\tau d \\theta \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>TBD the rest of the analysis.  End result is<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{-\\infty}^t x(\\tau) d\\tau \\stackrel{\\mathcal{F}}{\\leftrightarrow} \\frac{1}{j \\omega} X(j \\omega) + \\pi X(0) \\delta(\\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>I&#8217;m not sure if I agree with the last term there as an input signal held as a constant for infinite time does not have finite energy (contradicts parseval&#8217;s theorem), so there is limited applicable value there.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Laplace_Transform-5\"><\/span>Laplace Transform<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Direct_Approach\"><\/span>Direct Approach<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(\\sigma + j \\omega) e^{(\\sigma + j \\omega) t} d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\int_{-\\infty}^t \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(\\sigma + j \\omega) e^{(\\sigma + j \\omega) \\tau} d\\omega d\\tau \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(\\sigma + j \\omega) \\int_{-\\infty}^t e^{(\\sigma + j \\omega) \\tau} d\\tau d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(\\sigma + j \\omega) \\left[ \\frac{1}{\\sigma + j \\omega} e^{(\\sigma + j \\omega) \\tau} \\right]_{\\tau=-\\infty}^t d\\omega \\\\<br><br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\frac{1}{\\sigma + j \\omega} X(s) \\left[ e^{(\\sigma + j \\omega)s \\tau} \\right]_{\\tau=-\\infty}^t d\\omega \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that if we are to evaluate the quantity in the brackets as the limit approaches negative infinity we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>\\lim_{\\tau \\to -\\infty} e^{(\\sigma + j \\omega) \\tau} &amp;= \\lim_{\\tau \\to -\\infty} e^{\\sigma \\tau} e^{j \\omega \\tau} \\\\<br><br>\\lim_{\\tau \\to -\\infty} e^{(\\sigma + j \\omega) \\tau} &amp;= 0 &amp;&amp; \\sigma &gt; 0\\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<p>so we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{-\\infty}^t x(\\tau) d\\tau &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\frac{1}{\\sigma + j \\omega} X(\\sigma + j \\omega) e^{(\\sigma + j \\omega) t} d\\omega &amp;&amp; \\sigma &gt; 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Convolution_Approach\"><\/span>Convolution Approach<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>We <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Step\">previously found<\/a> that for the unit step function we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{s} &amp;&amp;ROC: Re\\{s\\} &gt; 0 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>By noting that integrating a signal in time is essentially convolving the signal with a unit step function, we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{-\\infty}^{t} x(\\tau) d\\tau &amp;= x(t) * u(t) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Therefore using the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Convolution_Property\">convolution property<\/a><\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) &amp;&amp;ROC: s \\in R_X \\\\<br>\\\\<br>x(t) * u(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{s} X(s) &amp;&amp;ROC: R_X \\cap \\{ Re\\{s\\} &gt; 0 \\} \\in R, s \\in R \\\\<br>\\int_{-\\infty}^{t} x(\\tau) d\\tau &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{s} X(s) &amp;&amp;ROC: R_X \\cap \\{ Re\\{s\\} &gt; 0 \\} \\in R, s \\in R \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Moving_Average_Example\"><\/span>Moving Average Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Reference Exercise 10.2 in Astrom Feedback systems<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{t-a}^t x(\\tau) d\\tau = \\int_{-\\infty}^{t} x(\\tau) d\\tau &#8211; \\int_{-\\infty}^{t-a} x(\\tau) d\\tau \\\\<br>\\int_{t-a}^t x(\\tau) d\\tau = x(t) * u(t) &#8211; x(t) * u(t-a) \\\\<br>\\\\<br>\\int_{t-a}^t x(\\tau) d\\tau \\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) \\frac{1}{s} &#8211; X(s) \\left[ \\frac{1}{s} e^{-sa}\\right] \\\\<br>\\int_{t-a}^t x(\\tau) d\\tau \\stackrel{\\mathscr{L}}{\\leftrightarrow} \\frac{1}{s} X(s) \\left[1 &#8211; e^{-sa}\\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Time_Scaling\"><\/span>Time Scaling<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>\\begin{align}<br>y(t) &amp;= x(at) \\\\<br>\\\\<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} y(t) e^{-st} dt \\\\<br>Y(s) &amp;= \\int_{-\\infty}^{\\infty} x(at) e^{-st} dt \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>For convenience, define a new variable for integration, $\\tau$.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\tau &amp;= at \\\\<br>t &amp;= \\frac{\\tau}{a} \\\\<br>dt &amp;= \\frac{1}{a} d\\tau \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The Transform can then be rewritten as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>Y(s) &amp;= \\int_{-a\\infty}^{a\\infty} x(\\tau) e^{-(s\/a) \\tau} \\frac{1}{a} d\\tau \\\\<br>Y(s) &amp;= \\frac{1}{a} \\int_{-a\\infty}^{a\\infty} x(\\tau) e^{-(s\/a) \\tau} d\\tau \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>$$<br>Y(s) = \\cases{\\begin{align}<br>\\frac{1}{a} \\int_{-\\infty}^{\\infty} x(\\tau) e^{-(s\/a) \\tau} d\\tau &amp;&amp;a &gt; 0 \\\\<br>\\frac{1}{a} \\int_{\\infty}^{-\\infty} x(\\tau) e^{-(s\/a) \\tau} d\\tau &amp;&amp;a &lt; 0 \\\\<br>\\end{align}}<br>$$<\/p>\n\n\n\n<p>$$<br>Y(s) = \\cases{\\begin{align}<br>\\frac{1}{a} \\int_{-\\infty}^{\\infty} x(\\tau) e^{-(s\/a) \\tau} d\\tau &amp;&amp;a &gt; 0 \\\\<br>-\\frac{1}{a} \\int_{-\\infty}^{\\infty} x(\\tau) e^{-(s\/a) \\tau} d\\tau &amp;&amp;a &lt; 0 \\\\<br>\\end{align}}<br>$$<\/p>\n\n\n\n<p>$$<br>Y(s) = \\cases{\\begin{align}<br>\\frac{1}{a} X\\left(\\frac{s}{a}\\right) &amp;&amp;a &gt; 0 \\\\<br>-\\frac{1}{a} X\\left(\\frac{s}{a}\\right) &amp;&amp;a &lt; 0 \\\\<br>\\end{align}}<br>$$<\/p>\n\n\n\n<p>$$<br>Y(s) = \\frac{1}{|a|} X\\left(\\frac{s}{a}\\right)<br>$$<\/p>\n\n\n\n<p>Note that because the output remains bounded (only scaled in magnitude and $s$) ROC can be defined as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(s) \\rightarrow ROC: s \\in R \\\\<br>Y(s) \\rightarrow ROC: \\frac{s}{a} \\in R \\\\<br>Y(s) \\rightarrow ROC: s \\in a R \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Multiplication_Property_and_Frequency_Modulation\"><\/span>Multiplication Property and Frequency Modulation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The synthesis and analysis equations can be written as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(\\sigma + j \\omega) e^{(\\sigma + j \\omega) t} d \\omega \\\\<br>X(\\sigma + j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-(\\sigma + j \\omega) t} dt<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Using these two transforms, we can perform the following manipulations<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x_1(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X_1(\\sigma + j \\omega) \\\\<br>x_2(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X_2(\\sigma + j \\omega) \\\\<br>\\\\<br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\int_{-\\infty}^{\\infty} [x_1(t) x_2(t)] e^{-(\\sigma + j \\omega)t} dt \\\\<br><br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\int_{-\\infty}^{\\infty} \\left[ \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X_1(\\sigma_1 + j \\omega_1) e^{(\\sigma_1 + j \\omega_1)t} d \\omega_1 \\right] x_2(t) e^{-(\\sigma + j \\omega)t} dt \\\\<br><br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\int_{-\\infty}^{\\infty} X_1(\\sigma_1 + j \\omega_1) e^{(\\sigma_1 + j \\omega_1)t}  x_2(t) e^{-(\\sigma + j \\omega)t} d \\omega_1 dt \\\\<br><br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\int_{-\\infty}^{\\infty} X_1(\\sigma_1 + j \\omega_1) x_2(t) e^{-[(\\sigma + j \\omega) &#8211; (\\sigma_1 + j \\omega_1)]t} d \\omega_1 dt \\\\<br><br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X_1(\\sigma_1 + j \\omega_1) \\left[ \\int_{-\\infty}^{\\infty} x_2(t) e^{-[(\\sigma + j \\omega) &#8211; (\\sigma_1 + j \\omega_1)]t} dt \\right] d \\omega_1 \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Recalling the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#s-Domain_Shift\">s-Domain shift property<\/a>, this can be rewritten as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X_1(\\sigma_1 + j \\omega_1) X_2[(\\sigma + j \\omega) &#8211; (\\sigma_1 + j \\omega_1)] d \\omega_1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>In the case where $\\sigma = \\sigma_1 = 0$ we get the Fourier Transform<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\mathscr{L} \\{ x_1(t) x_2(t) \\} &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X_1(j \\omega_1) X_2[j (\\omega &#8211; \\omega_1)] d \\omega_1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Recognizing the pattern on the RHS, we can see that this is just a convolution between $X_1$ and $X_2$ along the $\\omega$ axis or<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x_1(t) x_2(t) \\stackrel{\\mathscr{L}}{\\leftrightarrow} X_1 (\\omega) * X_2(j \\omega)<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Reference: <a href=\"https:\/\/www.tutorialspoint.com\/time-convolution-and-multiplication-properties-of-laplace-transform\">https:\/\/www.tutorialspoint.com\/time-convolution-and-multiplication-properties-of-laplace-transform<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Pulse\"><\/span>Pulse<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e58eea&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e58eea\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"635\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706202434365.png\" alt=\"\" class=\"wp-image-1309\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706202434365.png 600w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220706202434365-283x300.png 283w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>$$<br>\\begin{align}<br><br>x(t) &amp;= \\cases{<br>\\begin{array}{lll}<br>1 &amp;&amp; |t| &lt; T_1 \\\\<br>0 &amp;&amp; |t| &gt; T_1 \\\\<br>\\end{array}<br>} \\\\<br>\\\\<br>X(s) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-s t} dt \\\\<br>X(s) &amp;= \\int_{-T_1}^{T_1} e^{-s t} dt \\\\<br>X(s) &amp;= \\left[ \\frac{1}{-s} e^{-s t} \\right]_{t=-T_1}^{T_1} \\\\<br>X(s) &amp;= \\frac{1}{-s} \\left[ e^{-s T_1} &#8211; e^{s T_1}\\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>In the case where $Re\\{s\\} = \\sigma = 0$ we get the Fourier Transform<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(j \\omega) &amp;= \\frac{1}{-j \\omega} \\left[ e^{-j \\omega T_1} &#8211; e^{j \\omega T_1}\\right] \\\\<br>X(j \\omega) &amp;= \\frac{1}{j \\omega} \\left[ e^{j \\omega T_1} &#8211; e^{-j \\omega T_1}\\right] \\\\<br>X(j \\omega) &amp;= \\frac{1}{j \\omega} 2 j \\sin(\\omega T_1) \\\\<br>X(j \\omega) &amp;= 2 \\frac{\\sin(\\omega T_1)}{\\omega} \\\\<br>X(j \\omega) &amp;= 2 T_1 \\frac{\\sin(\\omega T_1)}{\\omega T_1} \\\\<br>X(j \\omega) &amp;= 2 T_1 \\text{sinc}(\\omega T_1) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Periodic_PulseSquare_Train\"><\/span>Periodic Pulse\/Square Train<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e59445&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e59445\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"922\" height=\"291\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202132329918.png\" alt=\"\" class=\"wp-image-1333\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202132329918.png 922w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202132329918-300x95.png 300w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202132329918-768x242.png 768w\" sizes=\"auto, (max-width: 922px) 100vw, 922px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fourier_Series-4\"><\/span>Fourier Series<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>To evaluate one period, it&#8217;s generally easiest to look at times $-T\/2 &lt; t &lt; T\/2$ to define the signal period $T$<\/p>\n\n\n\n<p>$$<br>x(t) = \\cases{<br>\\begin{align}<br>1 &amp;&amp;&amp;|t| &lt; T_1 \\\\<br>0 &amp;&amp;&amp;T_1 &lt; |t| &lt; T\/2 \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Plug_and_Chug_Method\"><\/span>Plug and Chug Method<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>$$<br>\\begin{align}<br>a_0 &amp;= \\frac{1}{T} \\int_{T} x(t) dt \\\\<br>a_0 &amp;= \\frac{1}{T} \\int_{-T_1}^{T_1} 1 dt \\\\<br>a_0 &amp;= \\frac{1}{T} 2 T_1 \\\\<br>a_0 &amp;= \\frac{2 T_1}{T} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that $a_0$ is the average value of $x(t)$ or duty cycle.  For coefficients where $k \\neq 0$, we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>a_k &amp;= \\frac{1}{T} \\int_{T} x(t) e^{-j k \\omega_0 t} dt \\\\<br>a_k &amp;= \\frac{1}{T} \\int_{-T_1}^{T_1} 1 \\cdot e^{-j k \\omega_0 t} dt \\\\<br>a_k &amp;= \\frac{1}{T} \\left[ \\frac{1}{- j k \\omega_0} e^{-j k \\omega_0 t} \\right]_{-T_1}^{T_1} \\\\<br>a_k &amp;= &#8211; \\frac{1}{j k \\omega_0 T} \\left[  e^{-j k \\omega_0 t} \\right]_{-T_1}^{T_1} \\\\<br>a_k &amp;= &#8211; \\frac{1}{j k \\omega_0 T} \\left[  e^{-j k \\omega_0 T_1} &#8211; e^{j k \\omega_0 T_1} \\right] \\\\<br>a_k &amp;= \\frac{1}{j k \\omega_0 T} \\left[  e^{j k \\omega_0 T_1} &#8211; e^{-j k \\omega_0 T_1} \\right] \\\\<br>a_k &amp;= \\frac{1}{j k \\omega_0 T} 2 j \\sin(k \\omega_0 T_1) \\\\<br>a_k &amp;= \\frac{2}{T} \\frac{\\sin(k \\omega_0 T_1)}{k \\omega_0} \\\\<br>a_k &amp;= \\frac{2 T_1}{T} \\frac{\\sin(k \\omega_0 T_1)}{k \\omega_0 T_1} \\\\<br>a_k &amp;= \\frac{2 T_1}{T} \\text{sinc}(k \\omega_0 T_1) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Alternatively, it may also be expressed as<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>a_k &amp;= a_0 \\text{sinc}(k \\omega_0 T_1) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>or<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>a_k &amp;= \\frac{2}{k (\\omega_0 T)} \\sin(k \\omega_0 T_1) \\\\<br>a_k &amp;= \\frac{2}{k (2 \\pi)} \\sin(k \\omega_0 T_1) \\\\<br>a_k &amp;= \\frac{\\sin(k \\omega_0 T_1)}{k \\pi} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e59a70&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e59a70\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"591\" height=\"724\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202134503909.png\" alt=\"\" class=\"wp-image-1335\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202134503909.png 591w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220202134503909-245x300.png 245w\" sizes=\"auto, (max-width: 591px) 100vw, 591px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>Note that in the case when the duty cycle is 50% (pure square wave), all the nonzero even harmonics are 0, and the 3rd, 5th, and 7th harmonics contain a significant amount of power.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Derivative_Property_Method\"><\/span>Derivative Property Method<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>This same result can also be determined using derivatives, time shifts, and takeaways from the impulse train.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e59fc8&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e59fc8\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"509\" height=\"635\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323181842560.png\" alt=\"\" class=\"wp-image-1337\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323181842560.png 509w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323181842560-240x300.png 240w\" sizes=\"auto, (max-width: 509px) 100vw, 509px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>If we define the pulse train as $g(t)$, then<\/p>\n\n\n\n<p>$$<br>g(t) = \\cases{<br>\\begin{align}<br>1 &amp;&amp;&amp;|t| &lt; T_1 \\\\<br>0 &amp;&amp;&amp;T_1 &lt; |t| &lt; T\/2 \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>and its derivative is<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>q(t) &amp;= g'(t) \\\\<br>q(t) &amp;= \\delta(t + T_1) &#8211; \\delta(t &#8211; T_1) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p><a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Periodic_Impulse_Train\">We found earlier<\/a> that an impulse train has Fourier Series Coefficients represented as<\/p>\n\n\n\n<p>$$<br>a_k = \\frac{1}{T} \\\\<br>$$<\/p>\n\n\n\n<p>The composition of the two shifted periodic impulse trains is then<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>b_k &amp;= a_k e^{j k \\omega_0 T_1} &#8211; a_k e^{- j k \\omega_0 T_1} \\\\<br>b_k &amp;= \\frac{1}{T} e^{j k \\omega_0 T_1} &#8211; \\frac{1}{T} e^{- j k \\omega_0 T_1} \\\\<br>b_k &amp;= \\frac{1}{T} [e^{j k \\omega_0 T_1} &#8211; e^{- j k \\omega_0 T_1}] \\\\<br>b_k &amp;= \\frac{2 j \\sin(k \\omega_0 T_1)}{T}<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The shifted periodic impulse train is the time derivative of the signal, so to now determine the original signal<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>c_k &amp;= \\frac{b_k}{j k \\omega_0} \\\\<br>c_k &amp;= \\frac{2 j \\sin(k \\omega_0 T_1)}{j k \\omega_0 T} \\\\<br>c_k &amp;= \\frac{2}{T} \\frac{\\sin(k \\omega_0 T_1)}{k \\omega_0} \\\\<br>c_k &amp;= \\frac{2 T_1}{T} \\frac{\\sin(k \\omega_0 T_1)}{k \\omega_0 T_1} \\\\<br>c_k &amp;= \\frac{2 T_1}{T} \\text{sinc}(k \\omega_0 T_1) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>which is the same result as when the coefficients were found directly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Ideal_Lowpass_Filter\"><\/span>Ideal Lowpass Filter<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>X(j \\omega) = \\cases{<br>\\begin{align}<br><br>1 &amp;&amp; |\\omega| &lt; \\omega_c \\\\<br>0 &amp;&amp; |\\omega| \\geq \\omega_c \\\\<br><br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>x(t) &amp;= \\frac{1}{2 \\pi} \\int_{-\\omega_c}^{\\omega_c} 1 \\cdot e^{j \\omega t} d\\omega \\\\<br><br>x(t) &amp;= \\frac{1}{2 \\pi} \\left[ \\frac{1}{j t} e^{j \\omega t} \\right]_{\\omega=-\\omega_c}^{\\omega_c} \\\\<br><br>x(t) &amp;= \\frac{1}{j 2 \\pi t} \\left[ e^{j \\omega t} \\right]_{\\omega=-\\omega_c}^{\\omega_c} \\\\<br><br>x(t) &amp;= \\frac{1}{j 2 \\pi t} \\left[ e^{j \\omega_c t} &#8211; e^{-j \\omega_c t} \\right] \\\\<br><br>x(t) &amp;= \\frac{1}{j 2 \\pi t} j2 \\sin(\\omega_c t) \\\\<br><br>x(t) &amp;= \\frac{1}{\\pi} \\frac{\\sin(\\omega_c t)}{t} \\\\<br><br>x(t) &amp;= \\frac{\\omega_c}{\\pi} \\frac{\\sin(\\omega_c t)}{\\omega_c t} \\\\<br><br>x(t) &amp;= \\frac{\\omega_c}{\\pi} \\text{sinc}(\\omega_c t) \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Trapezoidal_Signal\"><\/span>Trapezoidal Signal<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To determine the Fourier Transform of a Trapezoidal signal, we use the Time Derivative property in a manner very similar to the <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Periodic_PulseSquare_Train\">Square\/Pulse Train<\/a>.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e5a651&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e5a651\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"510\" height=\"276\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190406509.png\" alt=\"\" class=\"wp-image-1370\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190406509.png 510w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190406509-300x162.png 300w\" sizes=\"auto, (max-width: 510px) 100vw, 510px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e5aa1a&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e5aa1a\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"507\" height=\"362\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190421267.png\" alt=\"\" class=\"wp-image-1371\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190421267.png 507w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190421267-300x214.png 300w\" sizes=\"auto, (max-width: 507px) 100vw, 507px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d33b5e5adca&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d33b5e5adca\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"529\" height=\"380\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190734064.png\" alt=\"\" class=\"wp-image-1372\" srcset=\"https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190734064.png 529w, https:\/\/neilfoxman.com\/wp-content\/uploads\/2024\/08\/image-20220323190734064-300x216.png 300w\" sizes=\"auto, (max-width: 529px) 100vw, 529px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>$$<br>x(t) = \\cases{<br>\t\\begin{align}<br>\t\t&amp;\\frac{t_2 + x}{t_2 &#8211; t_1} &amp;&amp;-t_2 \\leq t \\leq -t_1\t\\\\<br>\t\t&amp;1 &amp;&amp;-t_1 \\leq t \\leq t_1\t\\\\<br>\t\t&amp;\\frac{t_2 &#8211; x}{t_2 &#8211; t_1} &amp;&amp;t_1 \\leq t \\leq t_2\t\\\\<br>\t\t&amp;0 &amp;&amp; otherwise\t\t\t\t\\\\<br>\t\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>$$<br>x'(t) = \\cases{<br>\t\\begin{align}<br>\t\t&amp;\\frac{1}{t_2 &#8211; t_1} &amp;&amp;-t_2 \\leq t \\leq -t_1\t\\\\<br>\t\t&amp;-\\frac{1}{t_2 &#8211; t_1}\t&amp;&amp;t_1 \\leq t \\leq t_2\t\\\\<br>\t\t&amp;0\t\t\t\t\t\t\t&amp;&amp; otherwise\t\t\t\t\\\\<br>\t\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>$$<br>x&#8221;(t) = <br>\\frac{1}{t_2 &#8211; t_1} \\delta(t + t_2) + \\frac{-1}{t_2 &#8211; t_1} \\delta(t + t_1) + \\frac{-1}{t_2 &#8211; t_1} \\delta(t &#8211; t_1) + \\frac{1}{t_2 &#8211; t_1} \\delta(t &#8211; t_2) \\\\<br>$$<\/p>\n\n\n\n<p>Starting from the Fourier Transform of the second derivative<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x&#8221;(t) &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X_2(j \\omega) \\\\<br>\\\\<br>X_2(j \\omega) &amp;= \\frac{1}{t_2 &#8211; t_1} 1 \\cdot e^{j \\omega t_2} + \\frac{-1}{t_2 &#8211; t_1} 1 \\cdot e^{j \\omega t_1} + \\frac{-1}{t_2 &#8211; t_1} 1 \\cdot e^{-j \\omega t_1} + \\frac{1}{t_2 &#8211; t_1} 1 \\cdot e^{-j \\omega t_2} \\\\<br><br>X_2(j \\omega) &amp;= \\frac{1}{t_2 &#8211; t_1} (e^{j \\omega t_2} + e^{-j \\omega t_2}) &#8211; \\frac{1}{t_2 &#8211; t_1} (e^{j \\omega t_1} + e^{-j \\omega t_1}) \\\\<br><br>X_2(j \\omega) &amp;= \\frac{1}{t_2 &#8211; t_1} [(e^{j \\omega t_2} + e^{-j \\omega t_2}) &#8211; (e^{jt_1} + e^{-jt_1})] \\\\<br><br>X_2(j \\omega) &amp;= \\frac{1}{t_2 &#8211; t_1} [2\\cos(\\omega t_2) &#8211; 2\\cos(\\omega t_1)] \\\\<br><br>X_2(j \\omega) &amp;= \\frac{2}{t_2 &#8211; t_1} [\\cos(\\omega t_2) &#8211; \\cos(\\omega t_1)] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>We can simplify this notation using the identity<\/p>\n\n\n\n<p>$$<br>\\cos(\\theta &#8211; \\phi) &#8211; \\cos(\\theta + \\phi) = 2 \\sin(\\theta) \\sin(\\phi)<br>$$<\/p>\n\n\n\n<p>So let&#8217;s define<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>t_{rf} &amp;= t_2 &#8211; t_1 \\\\<br>t_{pw} &amp;= 2(t_1 + t_{rf}\/2) \\\\<br>\\\\<br>\\theta &amp;= \\omega (t_1 + t_{rf}\/2) \\\\<br>\\theta &amp;= \\omega (t_{pw}\/2) \\\\<br>\\\\<br>\\phi &amp;= \\omega (t_{rf}\/2) \\\\<br>\\\\<br>\\theta &#8211; \\phi &amp;= \\omega (t_1 + t_{rf}\/2) &#8211; \\omega (t_{rf}\/2) \\\\<br>\\theta &#8211; \\phi &amp;= \\omega (t_1 + t_{rf}\/2 &#8211; t_{rf}\/2) \\\\<br>\\theta &#8211; \\phi &amp;= \\omega t_1 \\\\<br>\\\\<br>\\theta + \\phi &amp;= \\omega (t_1 + t_{rf}\/2) + \\omega (t_{rf}\/2) \\\\<br>\\theta + \\phi &amp;= \\omega (t_1 + t_{rf}\/2 + t_{rf}\/2) \\\\<br>\\theta + \\phi &amp;= \\omega (t_1 + t_{rf}) \\\\<br>\\theta + \\phi &amp;= \\omega t_2 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>which gives<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>X_2(s) &amp;= \\frac{2}{t_{rf}} 2 \\sin(\\theta) \\sin(\\phi) \\\\<br>X_2(s) &amp;= \\frac{4}{t_{rf}} \\sin(\\theta) \\sin(\\phi) \\\\<br>\\\\<br>X_1(s) &amp;= \\frac{4}{(j \\omega) t_{rf}} \\sin(\\theta) \\sin(\\phi) \\\\<br>\\\\<br>X(s) &amp;= \\frac{4}{(j \\omega)^2 t_{rf}} \\sin(\\theta) \\sin(\\phi) \\\\<br>X(s) &amp;= \\frac{4}{(j \\omega)^2 t_{rf}} \\sin(\\omega t_{pw}\/2) \\sin(\\omega t_{rf} \/ 2) \\\\<br>X(s) &amp;= \\frac{4 (\\omega t_{pw}\/2) (\\omega t_{rf}\/2)}{(j \\omega)^2 t_{rf}} \\frac{\\sin(\\omega t_{pw}\/2)}{(\\omega t_{pw}\/2)} \\frac{\\sin(\\omega t_{rf} \/ 2)}{(\\omega t_{rf}\/2)} \\\\<br>X(s) &amp;= \\frac{t_{pw}}{-1}  \\text{sinc}(\\omega t_{pw}\/2) \\text{sinc}(\\omega t_{rf} \/ 2) \\\\<br>X(s) &amp;= -t_{pw}  \\text{sinc}(\\omega t_{pw}\/2) \\text{sinc}(\\omega t_{rf} \/ 2) \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Power_Analysis\"><\/span>Power Analysis<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The power contained in the frequency spectrum in dB would be<br>$$<br>\\begin{array}{ll}<br>P_{dB} = 20 \\log_{10}(|X(s)|) \\\\<br>P_{dB} = 20 \\log_{10}[|-t_{pw} \\text{sinc}(\\omega t_{pw}\/2) \\text{sinc}(\\omega t_{rf}\/2)|] \\\\<br>P_{dB} = 20 \\log_{10}(|-t_{pw}|) + 20 \\log_{10}(|\\text{sinc}(\\omega t_{pw}\/2)|) + 20 \\log_{10}(|\\text{sinc}(\\omega t_{rf}\/2)|) \\\\<br>P_{dB} = 20 \\log_{10}(t_{pw}) + 20 \\log_{10}(|\\text{sinc}(\\omega t_{pw}\/2)|) + 20 \\log_{10}(|\\text{sinc}(\\omega t_{rf}\/2)|) \\\\<br>\\end{array}<br>$$<\/p>\n\n\n\n<p>As mentioned on <a href=\"https:\/\/neilfoxman.com\/?page_id=971#Frequency_Response_Approximations\">the page regarding the special sinc function<\/a>, $\\text{sinc}(x)$ may be approximated as a constant value for small magnitudes of $x$ and $1\/x$ for larger values.  These two curves would meet at $x = 1$.<\/p>\n\n\n\n<p>$$<br>P_{sinc,dB}(x) \\approx \\cases{<br>\\begin{array}{ll}<br>\t0 \t\t\t\t&amp;|x| &lt; 1 \\\\<br>\t-20 log_{10}(x)\t&amp;|x| \\geq 1 \\\\<br>\\end{array}<br>} \\\\<br>$$<\/p>\n\n\n\n<p>Using this principle, we have the curve intersections for the second term occurring at<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>\\omega_{intersect} t_{pw}\/2 = 1 \\\\<br>\\omega_{intersect} = 2\/t_{pw} \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<p>and for the third term<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>\\omega_{intersect} t_{rf}\/2 = 1 \\\\<br>\\omega_{intersect} = 2\/t_{rf} \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Assuming $t_{rf} &lt; t_{pw}$, note that $\\omega_{intersect, rf} &gt; \\omega_{intersect, pw}$ suggesting that the first roll-off frequency is dependent on the pulse width. We now would have the power curve approximately look like<\/p>\n\n\n\n<p>$$<br>P_{dB} \\approx \\cases{<br>\\begin{array}{ll}<br><br>20 \\log_{10}(t_{pw}) &amp;0 &lt; \\omega &lt; 2\/t_{pw} &lt; 2\/t_{rf} \\\\<br>20 \\log_{10}(t_{pw}) &#8211; 20 \\log_{10} (\\omega t_{pw} \/ 2) &amp;0 &lt; 2\/t_{pw} &lt; \\omega &lt; 2\/t_{rf} \\\\<br>20 \\log_{10}(t_{pw}) &#8211; 20 \\log_{10} (\\omega t_{pw} \/ 2) &#8211; 20 \\log_{10} (\\omega t_{rf} \/ 2) &amp;0 &lt; 2\/t_{pw} &lt; 2\/t_{rf} &lt; \\omega \\\\<br><br>\\end{array}<br>}<br>$$<\/p>\n\n\n\n<p>This curve effectively looks like a constant, then a 20 dB\/decade drop, then an increase to 40 dB\/decade drop depending on the pulse width and the rise\/fall time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Single_Ramp\"><\/span>Single Ramp<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>$$<br>x(t) = \\cases{<br>\\begin{align}<br>&amp;0 &amp;&amp;t &lt; -t_r\/2 \\\\<br>&amp;\\frac{t + t_r\/2}{t_r} &amp;&amp;-t_r\/2 &lt; t &lt; t_r\/2 \\\\<br>&amp;1 &amp;&amp;t &gt; t_r\/2 \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>$$<br>x'(t) = \\cases{<br>\\begin{align}<br>&amp;\\frac{1}{t_r} &amp;&amp;-t_r\/2 &lt; t &lt; t_r\/2 \\\\<br>&amp;0 &amp;&amp;\\text{Otherwise} \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x&#8221;(t) &amp;= \\frac{1}{t_r} [\\delta(t+t_r\/2) &#8211; \\delta(t-t_r\/2)] \\\\<br>\\\\<br>X_2(j \\omega) &amp;= \\frac{1}{t_r} [e^{j \\omega t_r\/2} &#8211; e^{-j \\omega t_r\/2}] \\\\<br>X_2(j \\omega) &amp;= \\frac{2 j}{t_r} \\sin(\\omega t_r\/2) \\\\<br>\\\\<br>X_1(j \\omega) &amp;= \\frac{2 j}{(j \\omega) t_r} \\sin(\\omega t_r\/2) \\\\<br>\\\\<br>X(j \\omega) &amp;= \\frac{2 j}{(j \\omega)^2 t_r} \\sin(\\omega t_r\/2) \\\\<br>X(j \\omega) &amp;= \\frac{2 j (\\omega t_r\/2)}{(j \\omega)^2 t_r} \\frac{\\sin(\\omega t_r\/2)}{(\\omega t_r\/2)} \\\\<br>X(j \\omega) &amp;= \\frac{1}{j \\omega} \\text{sinc}(\\omega t_r\/2) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that this makes sense because $x(t)$ can also be expressed as<\/p>\n\n\n\n<p>$$<br>x(t) = u(t) * p(t)<br>$$<\/p>\n\n\n\n<p>where $u(t)$ is the unit step function and $p(t)$ is a <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Pulse\">pulse signal<\/a>.<\/p>\n\n\n\n<p>$$<br>p(t) = \\cases{<br>\\begin{align}<br>&amp;\\frac{1}{t_r} &amp;&amp; -t_r\/2 &lt; t &lt; t_r\/2 \\\\<br>&amp;0 &amp;&amp;\\text{Otherwise} \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>Paying attention to how we substitute the pulse width variables into the pulse equation, we have<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(j \\omega) &amp;= U(j \\omega) P(j \\omega) \\\\<br>X(j \\omega) &amp;= \\left[ \\frac{1}{j \\omega} \\right]  \\left[\\frac{1}{t_r} 2 (t_r\/2) \\text{sinc}(\\omega (t_r\/2)) \\right] \\\\<br>X(j \\omega) &amp;= \\frac{1}{j \\omega} \\text{sinc}(\\omega t_r\/2) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Power_Analysis-2\"><\/span>Power Analysis<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>$$<br>\\begin{align}<br>|X(j \\omega)| &amp;= \\left|\\frac{1}{j \\omega}\\right| |\\text{sinc}(\\omega t_r\/2)| \\\\<br>|X(j \\omega)| &amp;= \\frac{1}{\\omega} |\\text{sinc}(\\omega t_r\/2)| \\\\<br>\\\\<br>P_{X,dB} &amp;= 20 \\log_{10} (1\/\\omega) + 20 \\log_{10} |\\text{sinc}(\\omega t_r \/ 2)| \\\\<br>P_{X,dB} &amp;= -20 \\log_{10}(\\omega) + 20 \\log_{10}|\\text{sinc}(\\omega t_r \/ 2)| \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p><a href=\"https:\/\/neilfoxman.com\/?page_id=971#Frequency_Response_Approximations\">Approximating the power of the sinc function<\/a> as two stepwise functions<\/p>\n\n\n\n<p>$$<br>P_{sinc,dB}(x) \\approx \\cases{<br>\\begin{array}{ll}<br>\t0 \t\t\t\t&amp;|x| &lt; 1 \\\\<br>\t-20 log_{10}(x)\t&amp;|x| \\geq 1 \\\\<br>\\end{array}<br>} \\\\<br>$$<\/p>\n\n\n\n<p>We have the curve intersection at<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br><br>\\omega_{intersect} t_r\/2 = 1 \\\\<br>\\omega_{intersect} = 2\/t_r \\\\<br><br>\\end{align}<br>$$<\/p>\n\n\n\n<p>So<\/p>\n\n\n\n<p>$$<br>P_{X,dB} = \\cases{<br>\\begin{align}<br>&amp;-20 \\log_{10}(\\omega) &amp;&amp; \\omega &lt; 2\/t_r \\\\<br>&amp;-20 \\log_{10}(\\omega) -20\\log_{10}(\\omega t_r \/ 2) &amp;&amp; \\omega &gt; 2\/t_r \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>Which looks like a decrease of -20 dB\/decade until $\\omega = 2\/t_r$ when it switches to -40 dB\/decade.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Triangular_Spike\"><\/span>Triangular Spike<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Triangular spike of height 1 and width $t_{pw}$ centered around $t = 0$.  See <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Trapezoidal_Signal\">Trapezoidal Signal analysis<\/a> for reference on steps.<\/p>\n\n\n\n<p>$t_{pw}$ represents the total width of the spike.<\/p>\n\n\n\n<p>$$<br>x(t) = \\cases{<br>\\begin{align}<br>\\frac{2}{t_{pw}}t + 1 &amp;&amp;&amp;-\\frac{t_{pw}}{2} &lt; t &lt; 0 \\\\<br>\\frac{-2}{t_{pw}}t + 1 &amp;&amp;&amp;0 &lt; t &lt; \\frac{t_{pw}}{2} \\\\<br>0 &amp;&amp;&amp;\\text{Otherwise} \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>$$<br>x&#8221;(t) = \\frac{-4}{t_{pw}} \\delta(t) + \\frac{2}{t_{pw}} \\left[ \\delta(t + \\frac{t_{pw}}{2}) + \\delta(t &#8211; \\frac{t_{pw}}{2}) \\right]<br>$$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X(s) \\\\<br>x&#8221;(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} X&#8221;(s) \\\\<br>\\delta(t) &amp;\\stackrel{\\mathscr{L}}{\\leftrightarrow} 1 \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X&#8221;(j \\omega) &amp;= \\frac{-4}{t_{pw}}  + \\frac{2}{t_{pw}} \\left[ e^{j \\omega t_{pw}\/2} + e^{-j \\omega t_{pw}\/2} \\right] \\\\<br>X&#8221;(j \\omega) &amp;= \\frac{-4}{t_{pw}} + \\frac{2}{t_{pw}} 2 \\cos\\left(\\frac{1}{2} \\omega t_{pw}\\right) \\\\<br>X&#8221;(j \\omega) &amp;= \\frac{4}{t_{pw}} \\left[ \\cos\\left(\\frac{1}{2} \\omega t_{pw}\\right) &#8211; 1 \\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Half Angle Formula<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\sin^2(x) &amp;= \\frac{1 &#8211; \\cos(2x)}{2} \\\\<br>2 \\sin^2(x) &amp;= 1 &#8211; \\cos(2x) \\\\<br>\\cos(2x) &#8211; 1 &amp;= &#8211; 2 \\sin^2(x)<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X&#8221;(j \\omega) &amp;= \\frac{4}{t_{pw}} \\left[ -2 \\sin^2\\left(\\frac{1}{4} \\omega t_{pw}\\right) \\right] \\\\<br>X&#8221;(j \\omega) &amp;= &#8211; \\frac{8}{t_{pw}} \\sin^2\\left(\\frac{1}{4} \\omega t_{pw}\\right) \\\\<br>\\\\<br>X(j \\omega) &amp;= \\frac{X&#8221;(\\omega)}{(j \\omega)^2} \\\\<br>X(j \\omega) &amp;= &#8211; \\frac{8}{t_{pw}} \\frac{\\sin^2(\\omega t_{pw}\/4)}{(j \\omega)^2} \\\\<br>X(j \\omega) &amp;= \\frac{8 (t_{pw}\/4)^2}{t_{pw}} \\frac{\\sin^2(\\omega t_{pw}\/4)}{\\omega^2(t_{pw}\/4)^2} \\\\<br>X(j \\omega) &amp;= \\frac{8 t_{pw}}{16} \\left[ \\frac{\\sin(\\omega t_{pw}\/4)}{\\omega t_{pw}\/4} \\right]^2 \\\\<br>X(j \\omega) &amp;= \\frac{t_{pw}}{2} \\text{sinc}^2(\\omega t_{pw}\/4) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Power_Analysis-3\"><\/span>Power Analysis<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Frequency response for sinc function<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>P_{dB}(\\omega) &amp;= 20 \\log_{10} X(j\\omega) \\\\<br>P_{dB}(\\omega) &amp;= 20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\text{sinc}^2(\\omega t_{pw}\/4) \\right] \\\\<br>P_{dB}(\\omega) &amp;= 20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\right] + 20 \\log_{10} \\left[ \\text{sinc}^2(\\omega t_{pw}\/4) \\right] \\\\<br>P_{dB}(\\omega) &amp;= 20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\right] + 40 \\log_{10} \\left[ \\text{sinc}(\\omega t_{pw}\/4) \\right] \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p><a href=\"https:\/\/neilfoxman.com\/?page_id=971#Frequency_Response_Approximations\">Recall<\/a> that sinc function on logarithmic graph may be represented as<\/p>\n\n\n\n<p>$$<br>\\log_{10} \\text{sinc}(x) \\approx \\cases{<br>\\begin{align}<br>&amp;\\log_{10}1 = 0 &amp;&amp;x &lt; 1 \\\\<br>&amp;\\log_{10}\\frac{1}{x} = &#8211; \\log_{10}x &amp;&amp;x &gt; 1 \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>Intersection point is<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\frac{\\omega t_{pw}}{4} &amp;= 1 \\\\<br>\\omega &amp;= \\frac{4}{t_{pw}} \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>So frequency response may be estimated as<\/p>\n\n\n\n<p>$$<br>P_{dB}(\\omega) \\approx<br>\\cases{<br>\\begin{align}<br>&amp;20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\right] &amp;&amp;\\omega &lt; \\frac{4}{t_{pw}} \\\\<br>&amp;20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\right] &#8211; 40 \\log_{10} \\left[ \\frac{\\omega t_{pw}}{4} \\right] &amp;&amp;\\omega &gt; \\frac{4}{t_{pw}} \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>or in terms of frequency $f = \\omega \/ 2 \\pi$<\/p>\n\n\n\n<p>$$<br>P_{dB}(f) \\approx<br>\\cases{ <br>\\begin{align}<br>&amp;20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\right] &amp;&amp;f &lt; \\frac{2}{\\pi t_{pw}} \\\\<br>&amp;20 \\log_{10} \\left[ \\frac{t_{pw}}{2} \\right] &#8211; 40 \\log_{10} \\left[ \\frac{\\pi f t_{pw}}{2} \\right] &amp;&amp;f &lt; \\frac{2}{\\pi t_{pw}} \\\\<br>\\end{align}<br>}<br>$$<\/p>\n\n\n\n<p>Note that as $t_{pw}$ gets smaller, the roll-off frequency moves to higher frequencies.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For spike 1 ms wide, cutoff frequency is 637 Hz<\/li>\n\n\n\n<li>For spike 100 us wide, cutoff frequency is 6.37 kHz<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Conjugation_Complex_Symmetry_Even_and_Odd\"><\/span>Conjugation, Complex Symmetry, Even, and Odd<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Consider the signal and transform pair<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X(j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The complex conjugate of the Analysis Equation is then<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X^*(j \\omega) &amp;= \\left[ \\int_{-\\infty}^{\\infty} x(t) e^{-j \\omega t} dt \\right]^* \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Note that the complex conjugate of a product has the following property<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\left[ (\\sigma_1 + j \\omega_1) (\\sigma_2 + j \\omega_2) \\right]^* &amp;= \\left[ \\sigma_1 \\sigma_2 + j (\\sigma_1 \\omega_2 + \\sigma_2 \\omega_1) &#8211; \\omega_1 \\omega_2 \\right]* \\\\<br><br>\\left[ (\\sigma_1 + j \\omega_1) (\\sigma_2 + j \\omega_2) \\right]^* &amp;= \\left[ (\\sigma_1 \\sigma_2 &#8211; \\omega_1 \\omega_2) + j (\\sigma_1 \\omega_2 + \\sigma_2 \\omega_1) \\right]* \\\\<br><br>\\left[ (\\sigma_1 + j \\omega_1) (\\sigma_2 + j \\omega_2) \\right]^* &amp;= (\\sigma_1 \\sigma_2 &#8211; \\omega_1 \\omega_2) &#8211; j (\\sigma_1 \\omega_2 + \\sigma_2 \\omega_1) \\\\<br>\\\\<br>(\\sigma_1 + j \\omega_1)^* (\\sigma_2 + j \\omega_2)^* &amp;= (\\sigma_1 &#8211; j \\omega_1) (\\sigma_2 &#8211; j \\omega_2) \\\\<br><br>(\\sigma_1 + j \\omega_1)^* (\\sigma_2 + j \\omega_2)^* &amp;= \\sigma_1 \\sigma_2 &#8211; j (\\sigma_1 \\omega_2 + \\sigma_2 \\omega_1) &#8211; \\omega_1 \\omega_2 \\\\<br><br>(\\sigma_1 + j \\omega_1)^* (\\sigma_2 + j \\omega_2)^* &amp;= (\\sigma_1 \\sigma_2 -\\omega_1 \\omega_2) &#8211; j (\\sigma_1 \\omega_2 + \\sigma_2 \\omega_1) \\\\<br>&amp;\\implies \\\\<br>[ab]^* &amp;= a^* b^* \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>so we can write<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X^*(j \\omega) &amp;=\\int_{-\\infty}^{\\infty}  \\left[ x(t) e^{-j \\omega t} \\right]^* dt \\\\<br>X^*(j \\omega) &amp;=\\int_{-\\infty}^{\\infty} x^*(t) e^{j \\omega t} dt \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The following statements are therefore also true.<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X^*(-j \\omega) &amp;=\\int_{-\\infty}^{\\infty} x^*(t) e^{-j \\omega t} dt \\\\<br>\\\\<br>x^*(t) &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X^*(-j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>A notable corollary of this concerns real signals.  A real signal has $x(t) = x^*(t)$ so therefore<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X^*(-j \\omega) &amp;=\\int_{-\\infty}^{\\infty} x^*(t) e^{-j \\omega t} dt \\\\<br>X^*(-j \\omega) &amp;=\\int_{-\\infty}^{\\infty} x(t) e^{-j \\omega t} dt \\\\<br>X^*(-j \\omega) &amp;= X(j \\omega) \\\\<br>X^*(j \\omega) &amp;= X(-j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Another finding concerns real even signals where $x(t) = x(-t)$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-j \\omega t} dt \\\\<br>X(-j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{j \\omega t} dt \\\\<br>\\\\<br>t = -\\tau &amp;\\implies \\\\<br>X(-j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(-\\tau) e^{-j \\omega \\tau} d\\tau \\\\<br>X(-j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(\\tau) e^{-j \\omega \\tau} d\\tau \\\\<br>X(-j \\omega) &amp;= X(j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>In other words, even signals have even Fourier Transforms.<\/p>\n\n\n\n<p>Similarly for odd functions where $-x(t) = x(-t)$<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>X(j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{-j \\omega t} dt \\\\<br>X(-j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(t) e^{j \\omega t} dt \\\\<br>\\\\<br>t = -\\tau &amp;\\implies \\\\<br>X(-j \\omega) &amp;= \\int_{-\\infty}^{\\infty} x(-\\tau) e^{-j \\omega \\tau} d\\tau \\\\<br>X(-j \\omega) &amp;= -\\int_{-\\infty}^{\\infty} x(\\tau) e^{-j \\omega \\tau} d\\tau \\\\<br>X(-j \\omega) &amp;= -X(j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>Therefore, real odd signals have odd Fourier Transforms.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Parsevals_Theorem\"><\/span>Parseval&#8217;s Theorem<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>See 4.3.7 in Oppenheim Signals and Systems.<\/p>\n\n\n\n<p>Consider the signal and transform pair<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x(t) &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X(j \\omega) \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>The energy in the signal is<\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\int_{-\\infty}^{\\infty} x(t) x^*(t) dt <br>\\end{align}<br>$$<\/p>\n\n\n\n<p>From our analysis of <a href=\"https:\/\/neilfoxman.com\/?page_id=1284#Conjugation_Complex_Symmetry_Even_and_Odd\">complex signals<\/a><\/p>\n\n\n\n<p>$$<br>\\begin{align}<br>x^*(t) &amp;\\stackrel{\\mathcal{F}}{\\leftrightarrow} X^*(-j \\omega) \\\\<br>\\\\<br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\int_{-\\infty}^{\\infty} x(t) \\left[ \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X^*(-j \\omega) e^{j \\omega} d \\omega \\right] dt \\\\<br><br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\int_{-\\infty}^{\\infty} x(t) \\left[ \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X^*(j \\omega) e^{-j \\omega} d \\omega \\right] dt \\\\<br><br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\int_{-\\infty}^{\\infty} x(t) X^*(j \\omega) e^{-j \\omega} d \\omega dt \\\\<br><br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} \\left[ \\int_{-\\infty}^{\\infty}  x(t) e^{-j \\omega} dt \\right] X^*(j \\omega) d \\omega \\\\<br><br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} X(j \\omega) X^*(j \\omega) d \\omega \\\\<br><br>\\int_{-\\infty}^{\\infty} |x(t)|^2 dt &amp;= \\frac{1}{2 \\pi} \\int_{-\\infty}^{\\infty} |X(j \\omega)|^2 d \\omega \\\\<br>\\end{align}<br>$$<\/p>\n\n\n\n<p>In short the finite energy in a signal is related to the finite energy in the energy density spectrum by a scaling factor, $1\/2\\pi$.<\/p>\n\n\n\n<p>For a constant signal that hypothetically exists for all time e.g. $x(t)=1 \\stackrel{\\mathcal{F}}{\\leftrightarrow} 2 \\pi \\delta(\\omega)$, the theorem does not directly apply. However, if we consider a constant signal over a finite time period T, then the theorem would hold for that time-limited signal. As T approaches infinity, the energy of the signal also approaches infinity, which aligns with our intuitive understanding of a constant signal existing for all time.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exponential Decay $$\\begin{align}x(t) &amp;= e^{-at} u(t) \\\\\\\\X(s) &amp;= \\int_{-\\infty}^{\\infty} e^{-at} u(t) e^{-s t} dt \\\\X(s) &amp;= \\int_{0}^{\\infty} e^{-at} e^{-s t} dt \\\\X(s) &amp;= \\int_{0}^{\\infty} e^{-(a + s) t} dt \\\\X(s) &amp;= \\left[ \\frac{1}{-(a + s)} e^{-(a + s) t} \\right]_{t=0}^{\\infty} \\\\X(s) &amp;= \\frac{1}{a + s} &amp;Re\\{a + s\\} &gt; 0\\\\X(s) &amp;= \\frac{1}{a + s} &amp;Re\\{s\\} [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":736,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1284","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/pages\/1284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neilfoxman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1284"}],"version-history":[{"count":199,"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/pages\/1284\/revisions"}],"predecessor-version":[{"id":1671,"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/pages\/1284\/revisions\/1671"}],"up":[{"embeddable":true,"href":"https:\/\/neilfoxman.com\/index.php?rest_route=\/wp\/v2\/pages\/736"}],"wp:attachment":[{"href":"https:\/\/neilfoxman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}