Fourier Transform Help Needed Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Fourier transform integralFourier transform in $mathbb R^3$Hilbert transform and Fourier transformMisunderstanding with Fourier sine transform…Help with Fourier transformNeed help with a Fourier Transform QuestionFourier transform of $te^-t^2$?What is difference between Fourier Transform and Fast Fourier Transform?Fourier Transform of SineHelp needed in solving this problem of Fourier Transform
What is this single-engine low-wing propeller plane?
Models of set theory where not every set can be linearly ordered
Letter Boxed validator
Storing hydrofluoric acid before the invention of plastics
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
Gastric acid as a weapon
The logistics of corpse disposal
List *all* the tuples!
Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?
"Seemed to had" is it correct?
How do I stop a creek from eroding my steep embankment?
Is there a Spanish version of "dot your i's and cross your t's" that includes the letter 'ñ'?
Why did the IBM 650 use bi-quinary?
I am not a queen, who am I?
Output the ŋarâþ crîþ alphabet song without using (m)any letters
Do I really need recursive chmod to restrict access to a folder?
Are my PIs rude or am I just being too sensitive?
How can players work together to take actions that are otherwise impossible?
How to motivate offshore teams and trust them to deliver?
How to bypass password on Windows XP account?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
When -s is used with third person singular. What's its use in this context?
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
What do you call a plan that's an alternative plan in case your initial plan fails?
Fourier Transform Help Needed
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Fourier transform integralFourier transform in $mathbb R^3$Hilbert transform and Fourier transformMisunderstanding with Fourier sine transform…Help with Fourier transformNeed help with a Fourier Transform QuestionFourier transform of $te^-t^2$?What is difference between Fourier Transform and Fast Fourier Transform?Fourier Transform of SineHelp needed in solving this problem of Fourier Transform
$begingroup$
I need help with a Fourier Transform problem for a composite waveform for an assignment. I'm stumped with how to approach this one.
The only way I could think of to solve this was by considering it as a six-part piecewise function, but this seemed very long and complicated. Another user on this site asked me to write my function as sum of a triangle and two rectangles.
I tried adding the following waveforms
Triangular - -3 to +3 with height 3
Rectangular - -2 to 2 with height 1
Rectangular - -1 to 1 with height 1
I plotted them in MATLAB and ended up with this:
The vertical lines that connect the segments are a problem. Is there any way to just translate the required segments upwards without the lines? Also am I doing this wrong? Any help with solving this one would be really appreciated :)
functions fourier-analysis integral-transforms
$endgroup$
add a comment |
$begingroup$
I need help with a Fourier Transform problem for a composite waveform for an assignment. I'm stumped with how to approach this one.
The only way I could think of to solve this was by considering it as a six-part piecewise function, but this seemed very long and complicated. Another user on this site asked me to write my function as sum of a triangle and two rectangles.
I tried adding the following waveforms
Triangular - -3 to +3 with height 3
Rectangular - -2 to 2 with height 1
Rectangular - -1 to 1 with height 1
I plotted them in MATLAB and ended up with this:
The vertical lines that connect the segments are a problem. Is there any way to just translate the required segments upwards without the lines? Also am I doing this wrong? Any help with solving this one would be really appreciated :)
functions fourier-analysis integral-transforms
$endgroup$
1
$begingroup$
The lines are completely irrelevant. It's the very same function. MATLAB draws the lines because it generates the plot by simply evaluating the function on some number of points, and then "connects the dots". If, OTOH, you draw the plot yourself, you know that it has infinite slopy at $-2,-1,1,2$ and omit the line there...
$endgroup$
– fgp
Mar 2 '14 at 13:59
$begingroup$
Oh, and the hand-drawn plot isn't strictly speaking well-defined either. It doesn't include the vertical lines, but it also fails to tell you what the function's value at the discontinuous points $-2,-1,1,2$ actually is. For $-2$ it could be $1$ or $2$. Which one it is is often indicated by placing a filled dot at the point corresponding to the value the function takes, and just a circle at the other end of the discontinuity.
$endgroup$
– fgp
Mar 2 '14 at 14:01
1
$begingroup$
Yes, so far that is right, $$f(x)=max(0,3-|x|)+rect(x/2)+rect(x).$$ Now the Fourier transforms are all linear, so that you can compute it for each term separately and then sum it up.
$endgroup$
– LutzL
Mar 2 '14 at 14:05
$begingroup$
Thanks so much :). So when finding the Transform can I use the lines y= 1 between -1 and +1 and y =1 between -2 and +2 for the rectangles? Something like this s18.postimg.org/iyoxji3c9/working.jpg
$endgroup$
– user2802349
Mar 2 '14 at 15:10
$begingroup$
Could someone tell me if that ^ method is right? :(
$endgroup$
– user2802349
Mar 3 '14 at 16:03
add a comment |
$begingroup$
I need help with a Fourier Transform problem for a composite waveform for an assignment. I'm stumped with how to approach this one.
The only way I could think of to solve this was by considering it as a six-part piecewise function, but this seemed very long and complicated. Another user on this site asked me to write my function as sum of a triangle and two rectangles.
I tried adding the following waveforms
Triangular - -3 to +3 with height 3
Rectangular - -2 to 2 with height 1
Rectangular - -1 to 1 with height 1
I plotted them in MATLAB and ended up with this:
The vertical lines that connect the segments are a problem. Is there any way to just translate the required segments upwards without the lines? Also am I doing this wrong? Any help with solving this one would be really appreciated :)
functions fourier-analysis integral-transforms
$endgroup$
I need help with a Fourier Transform problem for a composite waveform for an assignment. I'm stumped with how to approach this one.
The only way I could think of to solve this was by considering it as a six-part piecewise function, but this seemed very long and complicated. Another user on this site asked me to write my function as sum of a triangle and two rectangles.
I tried adding the following waveforms
Triangular - -3 to +3 with height 3
Rectangular - -2 to 2 with height 1
Rectangular - -1 to 1 with height 1
I plotted them in MATLAB and ended up with this:
The vertical lines that connect the segments are a problem. Is there any way to just translate the required segments upwards without the lines? Also am I doing this wrong? Any help with solving this one would be really appreciated :)
functions fourier-analysis integral-transforms
functions fourier-analysis integral-transforms
edited Mar 26 at 8:32
Glorfindel
3,41381930
3,41381930
asked Mar 2 '14 at 13:48
user2802349user2802349
2416
2416
1
$begingroup$
The lines are completely irrelevant. It's the very same function. MATLAB draws the lines because it generates the plot by simply evaluating the function on some number of points, and then "connects the dots". If, OTOH, you draw the plot yourself, you know that it has infinite slopy at $-2,-1,1,2$ and omit the line there...
$endgroup$
– fgp
Mar 2 '14 at 13:59
$begingroup$
Oh, and the hand-drawn plot isn't strictly speaking well-defined either. It doesn't include the vertical lines, but it also fails to tell you what the function's value at the discontinuous points $-2,-1,1,2$ actually is. For $-2$ it could be $1$ or $2$. Which one it is is often indicated by placing a filled dot at the point corresponding to the value the function takes, and just a circle at the other end of the discontinuity.
$endgroup$
– fgp
Mar 2 '14 at 14:01
1
$begingroup$
Yes, so far that is right, $$f(x)=max(0,3-|x|)+rect(x/2)+rect(x).$$ Now the Fourier transforms are all linear, so that you can compute it for each term separately and then sum it up.
$endgroup$
– LutzL
Mar 2 '14 at 14:05
$begingroup$
Thanks so much :). So when finding the Transform can I use the lines y= 1 between -1 and +1 and y =1 between -2 and +2 for the rectangles? Something like this s18.postimg.org/iyoxji3c9/working.jpg
$endgroup$
– user2802349
Mar 2 '14 at 15:10
$begingroup$
Could someone tell me if that ^ method is right? :(
$endgroup$
– user2802349
Mar 3 '14 at 16:03
add a comment |
1
$begingroup$
The lines are completely irrelevant. It's the very same function. MATLAB draws the lines because it generates the plot by simply evaluating the function on some number of points, and then "connects the dots". If, OTOH, you draw the plot yourself, you know that it has infinite slopy at $-2,-1,1,2$ and omit the line there...
$endgroup$
– fgp
Mar 2 '14 at 13:59
$begingroup$
Oh, and the hand-drawn plot isn't strictly speaking well-defined either. It doesn't include the vertical lines, but it also fails to tell you what the function's value at the discontinuous points $-2,-1,1,2$ actually is. For $-2$ it could be $1$ or $2$. Which one it is is often indicated by placing a filled dot at the point corresponding to the value the function takes, and just a circle at the other end of the discontinuity.
$endgroup$
– fgp
Mar 2 '14 at 14:01
1
$begingroup$
Yes, so far that is right, $$f(x)=max(0,3-|x|)+rect(x/2)+rect(x).$$ Now the Fourier transforms are all linear, so that you can compute it for each term separately and then sum it up.
$endgroup$
– LutzL
Mar 2 '14 at 14:05
$begingroup$
Thanks so much :). So when finding the Transform can I use the lines y= 1 between -1 and +1 and y =1 between -2 and +2 for the rectangles? Something like this s18.postimg.org/iyoxji3c9/working.jpg
$endgroup$
– user2802349
Mar 2 '14 at 15:10
$begingroup$
Could someone tell me if that ^ method is right? :(
$endgroup$
– user2802349
Mar 3 '14 at 16:03
1
1
$begingroup$
The lines are completely irrelevant. It's the very same function. MATLAB draws the lines because it generates the plot by simply evaluating the function on some number of points, and then "connects the dots". If, OTOH, you draw the plot yourself, you know that it has infinite slopy at $-2,-1,1,2$ and omit the line there...
$endgroup$
– fgp
Mar 2 '14 at 13:59
$begingroup$
The lines are completely irrelevant. It's the very same function. MATLAB draws the lines because it generates the plot by simply evaluating the function on some number of points, and then "connects the dots". If, OTOH, you draw the plot yourself, you know that it has infinite slopy at $-2,-1,1,2$ and omit the line there...
$endgroup$
– fgp
Mar 2 '14 at 13:59
$begingroup$
Oh, and the hand-drawn plot isn't strictly speaking well-defined either. It doesn't include the vertical lines, but it also fails to tell you what the function's value at the discontinuous points $-2,-1,1,2$ actually is. For $-2$ it could be $1$ or $2$. Which one it is is often indicated by placing a filled dot at the point corresponding to the value the function takes, and just a circle at the other end of the discontinuity.
$endgroup$
– fgp
Mar 2 '14 at 14:01
$begingroup$
Oh, and the hand-drawn plot isn't strictly speaking well-defined either. It doesn't include the vertical lines, but it also fails to tell you what the function's value at the discontinuous points $-2,-1,1,2$ actually is. For $-2$ it could be $1$ or $2$. Which one it is is often indicated by placing a filled dot at the point corresponding to the value the function takes, and just a circle at the other end of the discontinuity.
$endgroup$
– fgp
Mar 2 '14 at 14:01
1
1
$begingroup$
Yes, so far that is right, $$f(x)=max(0,3-|x|)+rect(x/2)+rect(x).$$ Now the Fourier transforms are all linear, so that you can compute it for each term separately and then sum it up.
$endgroup$
– LutzL
Mar 2 '14 at 14:05
$begingroup$
Yes, so far that is right, $$f(x)=max(0,3-|x|)+rect(x/2)+rect(x).$$ Now the Fourier transforms are all linear, so that you can compute it for each term separately and then sum it up.
$endgroup$
– LutzL
Mar 2 '14 at 14:05
$begingroup$
Thanks so much :). So when finding the Transform can I use the lines y= 1 between -1 and +1 and y =1 between -2 and +2 for the rectangles? Something like this s18.postimg.org/iyoxji3c9/working.jpg
$endgroup$
– user2802349
Mar 2 '14 at 15:10
$begingroup$
Thanks so much :). So when finding the Transform can I use the lines y= 1 between -1 and +1 and y =1 between -2 and +2 for the rectangles? Something like this s18.postimg.org/iyoxji3c9/working.jpg
$endgroup$
– user2802349
Mar 2 '14 at 15:10
$begingroup$
Could someone tell me if that ^ method is right? :(
$endgroup$
– user2802349
Mar 3 '14 at 16:03
$begingroup$
Could someone tell me if that ^ method is right? :(
$endgroup$
– user2802349
Mar 3 '14 at 16:03
add a comment |
0
active
oldest
votes
Your Answer
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',
autoActivateHeartbeat: false,
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f696201%2ffourier-transform-help-needed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f696201%2ffourier-transform-help-needed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
The lines are completely irrelevant. It's the very same function. MATLAB draws the lines because it generates the plot by simply evaluating the function on some number of points, and then "connects the dots". If, OTOH, you draw the plot yourself, you know that it has infinite slopy at $-2,-1,1,2$ and omit the line there...
$endgroup$
– fgp
Mar 2 '14 at 13:59
$begingroup$
Oh, and the hand-drawn plot isn't strictly speaking well-defined either. It doesn't include the vertical lines, but it also fails to tell you what the function's value at the discontinuous points $-2,-1,1,2$ actually is. For $-2$ it could be $1$ or $2$. Which one it is is often indicated by placing a filled dot at the point corresponding to the value the function takes, and just a circle at the other end of the discontinuity.
$endgroup$
– fgp
Mar 2 '14 at 14:01
1
$begingroup$
Yes, so far that is right, $$f(x)=max(0,3-|x|)+rect(x/2)+rect(x).$$ Now the Fourier transforms are all linear, so that you can compute it for each term separately and then sum it up.
$endgroup$
– LutzL
Mar 2 '14 at 14:05
$begingroup$
Thanks so much :). So when finding the Transform can I use the lines y= 1 between -1 and +1 and y =1 between -2 and +2 for the rectangles? Something like this s18.postimg.org/iyoxji3c9/working.jpg
$endgroup$
– user2802349
Mar 2 '14 at 15:10
$begingroup$
Could someone tell me if that ^ method is right? :(
$endgroup$
– user2802349
Mar 3 '14 at 16:03