<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Core &#187; Waves</title>
	<atom:link href="http://visualcore.com/index.php/tag/waves/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualcore.com</link>
	<description>An amazing repository of useless junk</description>
	<lastBuildDate>Sun, 13 Jun 2010 23:58:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wave Analyzer</title>
		<link>http://visualcore.com/index.php/2008/02/wave-analyzer/</link>
		<comments>http://visualcore.com/index.php/2008/02/wave-analyzer/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 02:01:05 +0000</pubDate>
		<dc:creator>Jeremy Cowles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Modeling]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Waves]]></category>

		<guid isPermaLink="false">http://visualcore.com/wp/?p=105</guid>
		<description><![CDATA[I&#8217;ve posted some new code under the projects section, a wave analyzer. It&#8217;s still pretty early in development, but you can use it to see how waves actually move, rather than just looking at formulas. 
A simple sine wave is composed of 4 basic components: amplitude, frequency, wave length and phase angle. The wave analyzer [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted some new code under the projects section, a wave analyzer. It&#8217;s still pretty early in development, but you can use it to see how waves actually move, rather than just looking at formulas. </p>
<p>A simple sine wave is composed of 4 basic components: amplitude, frequency, wave length and phase angle. The wave analyzer allows you to add waves to the graph, and then tweak these components to see how it effects the output.</p>
<p>It gets interesting when you add multiple waves and then combine their output. This shows a similar output to what you would see if you had several wave generators hooked up to a string (in real life) and looked at their combined effect.</p>
<p>To get started, first go download the <a href="/downloads/waveanalyzer1.0.zip">app</a> (or <a href="/downloads/waveanalyzer1.0_src.zip">source code</a>). Run the application and then follow these steps to get something like this:<br />
<br /><img src="/images/proj-9-ss-2.gif" alt="Wave Analyzer Screenshot" /><br />
<code><br />
1. Click "Add Waveform"<br />
2. Click "Add Waveform" again to get a second wave<br />
3. Now in the Function Generators window, increase the wave<br />
   length parameter of the second wave.<br />
4. You should now see the plot of two waves on the green<br />
   screen, to see the sum, click the "Sum All Channels"<br />
   button, on the main window<br />
5. To see *just* the sum, go back toe the Function<br />
   Generators window and click the "visible" button on<br />
   both the waves to hide them<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://visualcore.com/index.php/2008/02/wave-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
