<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CREU Project Blog</title>
	<atom:link href="http://ppong.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ppong.wordpress.com</link>
	<description>ElectroSphere: A Novel Input Device</description>
	<lastBuildDate>Tue, 25 Nov 2008 04:29:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ppong.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CREU Project Blog</title>
		<link>http://ppong.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ppong.wordpress.com/osd.xml" title="CREU Project Blog" />
	<atom:link rel='hub' href='http://ppong.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing NumPy SciPy Matplotlib on mac</title>
		<link>http://ppong.wordpress.com/2008/11/25/installing-numpy-scipy-matplotlib-on-mac/</link>
		<comments>http://ppong.wordpress.com/2008/11/25/installing-numpy-scipy-matplotlib-on-mac/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 04:27:55 +0000</pubDate>
		<dc:creator>ppong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppong.wordpress.com/?p=73</guid>
		<description><![CDATA[It is more difficult than I have anticipated to install all these python packages.  Compilation problems and obscure error messages are everywhere when I try to build and install these packages!  After a few hours of googling, i found that Enthought has a ~500MB distribution of python that has all of these packages. http://www.enthought.com/products/epd.php (it is free for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppong.wordpress.com&amp;blog=1392070&amp;post=73&amp;subd=ppong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is more difficult than I have anticipated to install all these python packages.  Compilation problems and obscure error messages are everywhere when I try to build and install these packages!  After a few hours of googling, i found that Enthought has a ~500MB distribution of python that has all of these packages. <a title="download here" href="http://www.enthought.com/products/epd.php" target="_blank">http://www.enthought.com/products/epd.php</a> (it is free for students!)</p>
<p><code><br />
&gt;&gt;&gt; import numpy<br />
&gt;&gt;&gt; numpy.test('1','10')</p>
<p>&gt;&gt;&gt; import scipy<br />
&gt;&gt;&gt; scipy.test('1','10')</p>
<p>&gt;&gt;&gt; import pylab<br />
&gt;&gt;&gt; x = pylab.randn(10000)<br />
&gt;&gt;&gt; pylab.hist(x, 100)<br />
&gt;&gt;&gt; pylab.show()<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppong.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppong.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ppong.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ppong.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppong.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppong.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppong.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppong.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppong.wordpress.com&amp;blog=1392070&amp;post=73&amp;subd=ppong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ppong.wordpress.com/2008/11/25/installing-numpy-scipy-matplotlib-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63fda2ffe8c026b92854948b21d5a007?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ppong</media:title>
		</media:content>
	</item>
		<item>
		<title>Final Report</title>
		<link>http://ppong.wordpress.com/2008/05/24/final-report/</link>
		<comments>http://ppong.wordpress.com/2008/05/24/final-report/#comments</comments>
		<pubDate>Sat, 24 May 2008 19:07:00 +0000</pubDate>
		<dc:creator>ppong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppong.wordpress.com/?p=69</guid>
		<description><![CDATA[Attached is a final report that we submitted.  Although we came across a lot of unexpected problem during the past year, it was regardless a great learning experience for all of us.  We were able to experiment with different technologies that are not taught in the classrooms. The report can be downloaded here. CREU Final [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppong.wordpress.com&amp;blog=1392070&amp;post=69&amp;subd=ppong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Attached is a final report that we submitted.  Although we came across a lot of unexpected problem during the past year, it was regardless a great learning experience for all of us.  We were able to experiment with different technologies that are not taught in the classrooms. The report can be downloaded here. <a href="http://ppong.files.wordpress.com/2008/05/creu-final-report.pdf">CREU Final Report</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppong.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppong.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppong.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppong.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ppong.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ppong.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppong.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppong.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppong.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppong.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppong.wordpress.com&amp;blog=1392070&amp;post=69&amp;subd=ppong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ppong.wordpress.com/2008/05/24/final-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63fda2ffe8c026b92854948b21d5a007?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ppong</media:title>
		</media:content>
	</item>
		<item>
		<title>Demo Program</title>
		<link>http://ppong.wordpress.com/2008/05/24/demo-program/</link>
		<comments>http://ppong.wordpress.com/2008/05/24/demo-program/#comments</comments>
		<pubDate>Sat, 24 May 2008 19:03:21 +0000</pubDate>
		<dc:creator>ppong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppong.wordpress.com/?p=65</guid>
		<description><![CDATA[We decided to write a program to demonstrate how this could be used.  We somehow decided that we would write a program that is sort of like the Yamaha TENORI-ON.  It has a 16&#215;16 button matrix, and the buttons that can be activated to play different notes.   Figure 1. When the program starts up, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppong.wordpress.com&amp;blog=1392070&amp;post=65&amp;subd=ppong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We decided to write a program to demonstrate how this could be used.  We somehow decided that we would write a program that is sort of like the Yamaha TENORI-ON.  It has a 16&#215;16 button matrix, and the buttons that can be activated to play different notes.  </p>
<p><a href="http://ppong.files.wordpress.com/2008/05/musicdemo1.png"><img class="alignnone size-medium wp-image-66" src="http://ppong.files.wordpress.com/2008/05/musicdemo1.png?w=290&#038;h=300" alt="" width="290" height="300" /></a></p>
<p>Figure 1. When the program starts up, user should press &#8220;s&#8221; to enter a screen that shows the segmented image from the camera.  Users then click on the color they want to the program to track.  A cursor in the form of a square box will appear immediately, and it&#8217;s position on the screen will correspond to the location of the color blob.</p>
<p><a href="http://ppong.files.wordpress.com/2008/05/musicdemo2.png"><img class="alignnone size-medium wp-image-67" src="http://ppong.files.wordpress.com/2008/05/musicdemo2.png?w=290&#038;h=300" alt="" width="290" height="300" /></a></p>
<p>Figure 2.  Users should press &#8220;s&#8221; to exit the setup screen.  The main application screen will appear, and user can select the button by moving the red cursor on the button and press &#8220;enter&#8221;.  </p>
<p>We were experimenting with button press by moving the color finger wrap toward the screen.  However, when the finger moves toward the screen, the position of the blob changes and it becomes difficult for users to select the button they originally wish to click.  However, I think that it can be done, if we get to experiment with it a little more.  But here is the source code for the application <a href="http://ppong.files.wordpress.com/2008/05/sequencerdemo.pdf">SequencerDemo.pdf</a>. (Note: wordpress does not allow users to upload zip file; so I renamed it to SequencerDemo.pdf.  To unzip the source code, rename it to SequencerDemo.zip) </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppong.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppong.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppong.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppong.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ppong.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ppong.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppong.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppong.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppong.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppong.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppong.wordpress.com&amp;blog=1392070&amp;post=65&amp;subd=ppong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ppong.wordpress.com/2008/05/24/demo-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63fda2ffe8c026b92854948b21d5a007?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ppong</media:title>
		</media:content>

		<media:content url="http://ppong.files.wordpress.com/2008/05/musicdemo1.png?w=290" medium="image" />

		<media:content url="http://ppong.files.wordpress.com/2008/05/musicdemo2.png?w=290" medium="image" />
	</item>
	</channel>
</rss>
