By iterating or nesting a sine curve like in this question
I get curves like these:
that seem to tend to a square wave.
The eight case of these looks like:
which here on purpose was chosen for it's roundness.
The Mathematica code for these plots can be found here: http://pastebin.com/6UK1u1uX
I don't know much about signal processing but I recalled the Gibbs phenomenon in square waves after I saw these curves.
Would they solve the problem with the Gibbs phenomenon in the case of square waves?
In the Fourier transform this kind of function is not of any use though I understand.
Edit 13.1.2013:
Sawtooth wave: http://pastebin.com/JNg7bzzB
Triangular wave (partial sums instead of integrals): http://pastebin.com/wRCBV7NF
Dirac comb http://pastebin.com/QMSMQf26
Answer
I would say that this is interesting. There has been a lot of work done regarding the study of Gibbs Phenomenon. You should check out the following document to get a better understanding of how it comes up in practical DSP applications:
http://people.clarkson.edu/~ajerri/books/examples/Gibbs_Book.pdf
The typical way to manage Gibbs Phenomenon is to use time domain window functions that taper data at the start and finish. The window functions reduce spurious contributions to frequency domain information that come from discontinuities at the edges of data sequences.
I haven't seen much application of generating signals by composing them with individual sine waves. Generally signal generation is done directly in the time domain. I'm not sure how the function constructions you've documented can be employed to solve a practical problem, but perhaps there is application if you can identify an appropriate problem.
No comments:
Post a Comment