Sine/Sinc simplification











up vote
0
down vote

favorite












I'm trying to get the inverse Fourier transform of a raised cosine filter.
The frequency domain equation of the filter is:



$$
begin{equation}
H(f)=
begin{cases}
1 &|f| < 0.8a \
cos left(frac{2pi|f|}{0.8a}right) & 0.8a leq |f| leq 1.2a \
0 & otherwise
end{cases}
end{equation}
$$



Doing the calculations manually first I end up with :



$$
h_1(t) = 0.4a cdot sinc(0.4api t)cos(2pi a t) \ + 0.2acdot sinc left[0.4api left(t-frac{1}{0.8a}right) right]cosleft[2pi a left( t - frac{1}{0.8a} right) right] \ + 0.2a cdot sinc left[0.4api left(t+frac{1}{0.8a}right) right]cosleft[2pi a left( t + frac{1}{0.8a} right) right]
$$



Apparently I should be able to simplify it to an equation which was given for cash in a textbook:
$$
h_2(t) = 2acdot sinc(2pi at) left[ frac{0.4pi a t}{1 - 0.64 a^2 t^2} right ]
$$



with
$$
sinc(x) = frac{sin(x)}{x}
$$



I checked with Maple and it seem that indeed the solution I found is equal to the solution answered with the textbook equation. Now, I wonder how in the world I could simplify $h_1(t)$ to make it equal to $h_2(t)$. Seems impossible to me... but there must be a way since those two equations are litterally equivalent. My question is mostly about how to carry on this simplification.



Thanks for any help in advance










share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    I'm trying to get the inverse Fourier transform of a raised cosine filter.
    The frequency domain equation of the filter is:



    $$
    begin{equation}
    H(f)=
    begin{cases}
    1 &|f| < 0.8a \
    cos left(frac{2pi|f|}{0.8a}right) & 0.8a leq |f| leq 1.2a \
    0 & otherwise
    end{cases}
    end{equation}
    $$



    Doing the calculations manually first I end up with :



    $$
    h_1(t) = 0.4a cdot sinc(0.4api t)cos(2pi a t) \ + 0.2acdot sinc left[0.4api left(t-frac{1}{0.8a}right) right]cosleft[2pi a left( t - frac{1}{0.8a} right) right] \ + 0.2a cdot sinc left[0.4api left(t+frac{1}{0.8a}right) right]cosleft[2pi a left( t + frac{1}{0.8a} right) right]
    $$



    Apparently I should be able to simplify it to an equation which was given for cash in a textbook:
    $$
    h_2(t) = 2acdot sinc(2pi at) left[ frac{0.4pi a t}{1 - 0.64 a^2 t^2} right ]
    $$



    with
    $$
    sinc(x) = frac{sin(x)}{x}
    $$



    I checked with Maple and it seem that indeed the solution I found is equal to the solution answered with the textbook equation. Now, I wonder how in the world I could simplify $h_1(t)$ to make it equal to $h_2(t)$. Seems impossible to me... but there must be a way since those two equations are litterally equivalent. My question is mostly about how to carry on this simplification.



    Thanks for any help in advance










    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to get the inverse Fourier transform of a raised cosine filter.
      The frequency domain equation of the filter is:



      $$
      begin{equation}
      H(f)=
      begin{cases}
      1 &|f| < 0.8a \
      cos left(frac{2pi|f|}{0.8a}right) & 0.8a leq |f| leq 1.2a \
      0 & otherwise
      end{cases}
      end{equation}
      $$



      Doing the calculations manually first I end up with :



      $$
      h_1(t) = 0.4a cdot sinc(0.4api t)cos(2pi a t) \ + 0.2acdot sinc left[0.4api left(t-frac{1}{0.8a}right) right]cosleft[2pi a left( t - frac{1}{0.8a} right) right] \ + 0.2a cdot sinc left[0.4api left(t+frac{1}{0.8a}right) right]cosleft[2pi a left( t + frac{1}{0.8a} right) right]
      $$



      Apparently I should be able to simplify it to an equation which was given for cash in a textbook:
      $$
      h_2(t) = 2acdot sinc(2pi at) left[ frac{0.4pi a t}{1 - 0.64 a^2 t^2} right ]
      $$



      with
      $$
      sinc(x) = frac{sin(x)}{x}
      $$



      I checked with Maple and it seem that indeed the solution I found is equal to the solution answered with the textbook equation. Now, I wonder how in the world I could simplify $h_1(t)$ to make it equal to $h_2(t)$. Seems impossible to me... but there must be a way since those two equations are litterally equivalent. My question is mostly about how to carry on this simplification.



      Thanks for any help in advance










      share|cite|improve this question















      I'm trying to get the inverse Fourier transform of a raised cosine filter.
      The frequency domain equation of the filter is:



      $$
      begin{equation}
      H(f)=
      begin{cases}
      1 &|f| < 0.8a \
      cos left(frac{2pi|f|}{0.8a}right) & 0.8a leq |f| leq 1.2a \
      0 & otherwise
      end{cases}
      end{equation}
      $$



      Doing the calculations manually first I end up with :



      $$
      h_1(t) = 0.4a cdot sinc(0.4api t)cos(2pi a t) \ + 0.2acdot sinc left[0.4api left(t-frac{1}{0.8a}right) right]cosleft[2pi a left( t - frac{1}{0.8a} right) right] \ + 0.2a cdot sinc left[0.4api left(t+frac{1}{0.8a}right) right]cosleft[2pi a left( t + frac{1}{0.8a} right) right]
      $$



      Apparently I should be able to simplify it to an equation which was given for cash in a textbook:
      $$
      h_2(t) = 2acdot sinc(2pi at) left[ frac{0.4pi a t}{1 - 0.64 a^2 t^2} right ]
      $$



      with
      $$
      sinc(x) = frac{sin(x)}{x}
      $$



      I checked with Maple and it seem that indeed the solution I found is equal to the solution answered with the textbook equation. Now, I wonder how in the world I could simplify $h_1(t)$ to make it equal to $h_2(t)$. Seems impossible to me... but there must be a way since those two equations are litterally equivalent. My question is mostly about how to carry on this simplification.



      Thanks for any help in advance







      complex-analysis trigonometry fourier-analysis fourier-transform signal-processing






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited yesterday

























      asked yesterday









      Yannick

      161118




      161118



























          active

          oldest

          votes











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2995057%2fsine-sinc-simplification%23new-answer', 'question_page');
          }
          );

          Post as a guest





































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2995057%2fsine-sinc-simplification%23new-answer', 'question_page');
          }
          );

          Post as a guest




















































































          Popular posts from this blog

          How to change which sound is reproduced for terminal bell?

          Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

          Can I use Tabulator js library in my java Spring + Thymeleaf project?