<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Fun with Maple and waves</title>
    <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:32:47 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:32:47 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Fun with Maple and waves</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Fun with Maple and waves</title>
      <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves</link>
    </image>
    <item>
      <title>picture show test</title>
      <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves?ref=Feed:MaplePrimes:Fun with Maple and waves:Comments#answer77083</link>
      <itunes:summary>It just occured to me that we can put images in messages here so I'm going to try it. The following is just one of the images (the wave I deconstruct) from the HTML. 

&lt;a href='http://www.mapleprimes.com/viewfile/1556'&gt;&lt;img src='http://www.mapleprimes.com/scripts/image.php?image=http://www.mapleprimes.com/files/3726_WaveDeconstruct2_51.gif&amp;width=300&amp;height=300'/&gt;&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
</itunes:summary>
      <description>It just occured to me that we can put images in messages here so I'm going to try it. The following is just one of the images (the wave I deconstruct) from the HTML. 

&lt;a href='http://www.mapleprimes.com/viewfile/1556'&gt;&lt;img src='http://www.mapleprimes.com/scripts/image.php?image=http://www.mapleprimes.com/files/3726_WaveDeconstruct2_51.gif&amp;width=300&amp;height=300'/&gt;&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
</description>
      <guid>77083</guid>
      <pubDate>Mon, 14 May 2007 05:49:21 Z</pubDate>
      <itunes:author>Tim Van Dusen</itunes:author>
      <author>Tim Van Dusen</author>
    </item>
    <item>
      <title>Hear the waves</title>
      <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves?ref=Feed:MaplePrimes:Fun with Maple and waves:Comments#answer77082</link>
      <itunes:summary>Another thing you can do with this is listen to it.  I'll 
have to increase the frequencies, of course, to make the 
lower frequencies audible.  The fundamental will be 40 hertz,
so the highest frequency is 3000.  In a one-second recording
we thus want to go up to x = 80*Pi.
&lt;code&gt;
&gt; pfun:= unapply(pAll,x);
  with(AudioTools):
  A:= Create(duration = 1.0);  # for a one-second recording
  jmax:= op(2,ArrayDims(A));
  for j from 1 to jmax do 
    A[j]:= evalhf(pfun(j*80*Pi/jmax))
  end do:
  Write("c:/mypath/pAll.wav"); # change the path as desired
&lt;/code&gt;
And then play the resulting .wav file with your favourite music player.
Not that it's very musical...</itunes:summary>
      <description>Another thing you can do with this is listen to it.  I'll 
have to increase the frequencies, of course, to make the 
lower frequencies audible.  The fundamental will be 40 hertz,
so the highest frequency is 3000.  In a one-second recording
we thus want to go up to x = 80*Pi.
&lt;code&gt;
&gt; pfun:= unapply(pAll,x);
  with(AudioTools):
  A:= Create(duration = 1.0);  # for a one-second recording
  jmax:= op(2,ArrayDims(A));
  for j from 1 to jmax do 
    A[j]:= evalhf(pfun(j*80*Pi/jmax))
  end do:
  Write("c:/mypath/pAll.wav"); # change the path as desired
&lt;/code&gt;
And then play the resulting .wav file with your favourite music player.
Not that it's very musical...</description>
      <guid>77082</guid>
      <pubDate>Mon, 14 May 2007 08:19:27 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Fourier Analysis</title>
      <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves?ref=Feed:MaplePrimes:Fun with Maple and waves:Comments#answer77023</link>
      <itunes:summary>Is this the same thing as fourier analysis ?

In your link I think I saw about 5 different waves.

However, would summing a lot more different frequencies and amplitudes have created some arbitrary periodic waveform ?

Also, is the reason the example shown doesn't have any regularity to it is because there still are not enough waveforms included yet ?

v/r,</itunes:summary>
      <description>Is this the same thing as fourier analysis ?

In your link I think I saw about 5 different waves.

However, would summing a lot more different frequencies and amplitudes have created some arbitrary periodic waveform ?

Also, is the reason the example shown doesn't have any regularity to it is because there still are not enough waveforms included yet ?

v/r,</description>
      <guid>77023</guid>
      <pubDate>Sun, 20 May 2007 07:22:20 Z</pubDate>
      <itunes:author>dcasimir</itunes:author>
      <author>dcasimir</author>
    </item>
    <item>
      <title>I'm not sure</title>
      <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves?ref=Feed:MaplePrimes:Fun with Maple and waves:Comments#comment85531</link>
      <itunes:summary>I'm not sure if any of this is even remotely related to the Fourier analysis. I'm relatively new to all of this and I'm kinda embarassed to say that I really don't understand the formula that is always referenced in everything that explains anything related to Fourier, so I don't understand any of the discussion that follows it, which usually turns out to be the entire discussion - kinda frustrating. However I hope to understand all those things the longer I work with Maple. The material I've shown is just something I did one day when working with maple and experimenting with waves.

Doing some experimenting, using Maple, It "seems" to me that any wave that repeats itself can be broken down into the waves that make it up by looking for a period that repeats itself and then multiplying that period by waves of various frequencies. For each wave that is used to do this, if the wave is the same as the one being used, then the result of integrating the period will be non-zero. I found this out using maple by taking a wave of one frequency, multiplying it by another and then integrating the result which produced zero. However, that was pretty obvious just by looking at it, without integrating or doing any other type of math since everything above the axis is the same as everything below. I then multiplied two waves of the same frequency and noticed that the result was a wave that went above the x axis and was obviously non zero - in fact the entire wave was above the x-axis. That seemed to work for any wave so it seems like an easy way to "pick out" a wave of any frequency that is inside any repeating wave comprised of many waves that repeats itself over any particular period. The amplitude turns out to be the result of integrating and then dividing by pi. I'm still working on this and hope to add to that webpage and worksheet as I do so.

I apologize if I didn't answer your questions very well, but although I understand what I did in that example, I don't really have a good understanding of how it relates to waves in general yet - but I will.
</itunes:summary>
      <description>I'm not sure if any of this is even remotely related to the Fourier analysis. I'm relatively new to all of this and I'm kinda embarassed to say that I really don't understand the formula that is always referenced in everything that explains anything related to Fourier, so I don't understand any of the discussion that follows it, which usually turns out to be the entire discussion - kinda frustrating. However I hope to understand all those things the longer I work with Maple. The material I've shown is just something I did one day when working with maple and experimenting with waves.

Doing some experimenting, using Maple, It "seems" to me that any wave that repeats itself can be broken down into the waves that make it up by looking for a period that repeats itself and then multiplying that period by waves of various frequencies. For each wave that is used to do this, if the wave is the same as the one being used, then the result of integrating the period will be non-zero. I found this out using maple by taking a wave of one frequency, multiplying it by another and then integrating the result which produced zero. However, that was pretty obvious just by looking at it, without integrating or doing any other type of math since everything above the axis is the same as everything below. I then multiplied two waves of the same frequency and noticed that the result was a wave that went above the x axis and was obviously non zero - in fact the entire wave was above the x-axis. That seemed to work for any wave so it seems like an easy way to "pick out" a wave of any frequency that is inside any repeating wave comprised of many waves that repeats itself over any particular period. The amplitude turns out to be the result of integrating and then dividing by pi. I'm still working on this and hope to add to that webpage and worksheet as I do so.

I apologize if I didn't answer your questions very well, but although I understand what I did in that example, I don't really have a good understanding of how it relates to waves in general yet - but I will.
</description>
      <guid>85531</guid>
      <pubDate>Tue, 22 May 2007 06:35:36 Z</pubDate>
      <itunes:author>Tim Van Dusen</itunes:author>
      <author>Tim Van Dusen</author>
    </item>
    <item>
      <title>Surf's up</title>
      <link>http://www.mapleprimes.com/questions/41388-Fun-With-Maple-And-Waves?ref=Feed:MaplePrimes:Fun with Maple and waves:Comments#comment85552</link>
      <itunes:summary>Thanks Robert - I really appreciate you showing me that. 

I haven't explored Maple's audio package yet, but I remember it being mentioned when I originally viewed the Maple demo CD. It never ceases to amaze me what Maple is capable of. 

Using maple to do what I did in that worksheet, helped me better visualize a lot of what I already understood and your example helped even more. With maple the learning is easy, so it's easy to learn a lot... quickly.</itunes:summary>
      <description>Thanks Robert - I really appreciate you showing me that. 

I haven't explored Maple's audio package yet, but I remember it being mentioned when I originally viewed the Maple demo CD. It never ceases to amaze me what Maple is capable of. 

Using maple to do what I did in that worksheet, helped me better visualize a lot of what I already understood and your example helped even more. With maple the learning is easy, so it's easy to learn a lot... quickly.</description>
      <guid>85552</guid>
      <pubDate>Mon, 14 May 2007 15:38:23 Z</pubDate>
      <itunes:author>Tim Van Dusen</itunes:author>
      <author>Tim Van Dusen</author>
    </item>
  </channel>
</rss>