Solved
Fourier-Analysis
- November 3, 2016
- 4 replies
- 23842 views
Hello!
What's wrong with the last Fourier-Analysis of a sinus Function?

Thank you for your Help.
Volker
> The wave is not fully displayed.
And if you would read my various answers her you also would know why.
You don't have to use the Heaviside function to define your signal, but doing so forces all values outside the given intervals to be zero.
In your more clear representation with the if else structure the signal is not defined outside and so you got the error, You could add a simple else at the end to set the function to zero for all other values - which would be good practice anyway.
Your signal is (now) zero for -1 < x < -3/4 but it should be part of sine in this range. Thats the reason your signal is not fully represented by the Fourier-series.
And as already written there are two ways to deal with the problem:
1) Define f.3 in a way so that it also shows the sine for values lower than -3/4
2) Don't integrate from -L to L in FC which is from -1 to 1 in case of your f.3. Use a more flexible function FC as already suggested. In case of your (or F.M.'s) f.3 you would have to integrate at least from -3/4 to 5/4 to get the result you expect.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.