<?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>Book of Rorasa</title>
	<atom:link href="http://rorasa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rorasa.wordpress.com</link>
	<description>Various topics by Wattanit H.</description>
	<lastBuildDate>Wed, 28 Dec 2011 01:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rorasa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Book of Rorasa</title>
		<link>http://rorasa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rorasa.wordpress.com/osd.xml" title="Book of Rorasa" />
	<atom:link rel='hub' href='http://rorasa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Matlab script for sending notification emails</title>
		<link>http://rorasa.wordpress.com/2011/12/25/matlab-script-for-sending-notification-emails/</link>
		<comments>http://rorasa.wordpress.com/2011/12/25/matlab-script-for-sending-notification-emails/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 17:13:46 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
		
		<guid isPermaLink="false">http://rorasa.wordpress.com/?p=262</guid>
		<description><![CDATA[There are so many times that we need to run our Matlab scripts for a very long time. They could take hours or up to days. Of course , we will never sit down and look at them during this whole period of time. We normally let them run on their own and go out for <a href="http://rorasa.wordpress.com/2011/12/25/matlab-script-for-sending-notification-emails/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=262&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are so many times that we need to run our Matlab scripts for a very long time. They could take hours or up to days.<br />
Of course , we will never sit down and look at them during this whole period of time. We normally let them run on their own and go out for shopping, especially if your code is running on a server or on a remote computer.</p>
<p>However, many times that we feel insecure, worrying whether our codes are still running normally or dead already. Are there any errors arise? How much are the current progresses? Are they finished already? This is where this little script comes in handy.</p>
<p><strong>NotifyMe</strong> script for Matlab let us <em>send notification emails right from our Matlab code to your (or any other) mailbox</em>.</p>
<p>Very simple to use. You can implement them to alert you in any situations you want. If you have a smartphone with a push email service, this script will let you follow your program in a real time, from anywhere with Internet access.</p>
<p>Download here: <a href="wattanit.mysite.im/Downloads/notifyMe.m">NotifyMe</a></p>
<p><span id="more-262"></span></p>
<p>How to use:</p>
<p>1. Initialise this service by using command</p>
<p><code>notifyMe('set',address,password,server,port);</code></p>
<p>where address is your email address                      (* Required*)<br />
password is your email password                            (* Required*)<br />
server is your email account smtp server            (Leave empty for default server: Gmail)<br />
port is your email account smtp port                    (Leave empty for default server: Gmail)</p>
<p>Don&#8217;t worry, I do not collect your password.</p>
<p>2. To send a notification use this command</p>
<p><code>notifyMe('send',text);</code></p>
<p>where text is a email message body.</p>
<p><em>P.S. This script is written and tested in Matlab 7 (R2010a) </em></p>
<p><em>P.S. This script is released to celebrate my birthday ~~</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=262&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/12/25/matlab-script-for-sending-notification-emails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>
	</item>
		<item>
		<title>US Censorship on the Internet</title>
		<link>http://rorasa.wordpress.com/2011/11/17/us-censorship-on-the-internet/</link>
		<comments>http://rorasa.wordpress.com/2011/11/17/us-censorship-on-the-internet/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 21:41:19 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[General Topics]]></category>

		<guid isPermaLink="false">http://rorasa.wordpress.com/?p=249</guid>
		<description><![CDATA[At the time of this writing (16 November 2011), US Congress is trying to pass their new laws which could threaten the entire Internet. Those laws are the PROTECT-IP Act (PIPA) and the Stop Online Piracy Act (SOPA). It&#8217;s a very big disappointment of mine to see the US government, which should stand as a model of <a href="http://rorasa.wordpress.com/2011/11/17/us-censorship-on-the-internet/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=249&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">At the time of this writing (16 November 2011), US Congress is trying to pass their new laws which could threaten the entire Internet. Those laws are the PROTECT-IP Act (PIPA) and the Stop Online Piracy Act (SOPA). It&#8217;s a very big disappointment of mine to see the US government, which should stand as a model of liberalism, to think they can stop the online piracies and promoting entertainment industries by taking control over the internet. The piracy-related website and their users can always finding many workarounds to avoid this kind of action. However, using this act, the government and many related sectors could easily shutdown many public service that they feel not comfortable with, or could even use it to shutdown their competitors&#8217; business. This kind of law will just destroy may good services nowadays and return everything in the Internet back to the dark, uncontrolled sources.</p>
<p style="text-align:justify;">Sadly to see the US government going to make the same mistake as some under-developed countries.</p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/31100268' width='640' height='360' frameborder='0'></iframe></div>
<p style="text-align:justify;">For more interesting information, visit the following sites:</p>
<p style="text-align:justify;"><a href="http://americancensorship.org/">http://americancensorship.org/</a></p>
<p style="text-align:justify;"><a href="http://fightforthefuture.org/pipa/">http://fightforthefuture.org/pipa/</a></p>
<p style="text-align:justify;"><a href="http://www.avaaz.org/en/save_the_internet_d/">http://www.avaaz.org/en/save_the_internet_d/</a></p>
<p style="text-align:justify;"><a href="http://www.mozilla.org/sopa/?WT.mc_ID=sopa-tw">http://www.mozilla.org/sopa/?WT.mc_ID=sopa-tw</a></p>
<p style="text-align:justify;">This post dedicates to the liberalism, free speech, democracy, and the future of the technology.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=249&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/11/17/us-censorship-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>
	</item>
		<item>
		<title>Online photo editor, Pixlr</title>
		<link>http://rorasa.wordpress.com/2011/11/07/online-photo-editor-with-pixlr/</link>
		<comments>http://rorasa.wordpress.com/2011/11/07/online-photo-editor-with-pixlr/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 16:06:53 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[General Topics]]></category>

		<guid isPermaLink="false">http://rorasa.wordpress.com/?p=241</guid>
		<description><![CDATA[If you sometimes need a photo editor to fix and improve your photos, but you don&#8217;t have one. The famed Adobe Photoshop is too heavy (and too expansive, of course!). There are many good free and light weight photo editors to use as an alternative. For example, Paint.net is a very light, free , easy-to-use photo <a href="http://rorasa.wordpress.com/2011/11/07/online-photo-editor-with-pixlr/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=241&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you sometimes need a photo editor to fix and improve your photos, but you don&#8217;t have one. The famed <em>Adobe</em> <em>Photoshop</em> is too heavy (and too expansive, of course!). There are many good free and light weight photo editors to use as an alternative. For example, <strong><a href="http://www.getpaint.net/">Paint.net</a></strong> is a very light, free , easy-to-use photo editor. <strong><a href="http://www.gimp.org/">Gimp</a></strong>, well known among Linux users, provides rich features, full-function editors, yet quite hard to use for beginners.</p>
<p>However, if you don&#8217;t feel comfortable to download and install these software on your computer, you might consider this online photo editor. The<strong> <a href="http://pixlr.com/">Pixlr</a> </strong>is a online photo editor which provide a full-function, easy-to-use, and Photoshop-like photo editing experience. The great thing about this one is that it&#8217;s really similar to Photoshop, which made me, as well as any other Photoshop users, to start working with it right away.</p>
<p>It can open images from your computer or open directly from URLs. It can also save images onto your computer or directly save and share images to various online albums.</p>
<p><a href="http://rorasa.files.wordpress.com/2011/11/pixlr.png"><img class="aligncenter size-medium wp-image-242" title="pixlr" src="http://rorasa.files.wordpress.com/2011/11/pixlr.png?w=300&#038;h=212" alt="" width="300" height="212" /></a></p>
<p style="text-align:center;"><a href="http://pixlr.com/editor/">http://pixlr.com/editor/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=241&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/11/07/online-photo-editor-with-pixlr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/11/pixlr.png?w=300" medium="image">
			<media:title type="html">pixlr</media:title>
		</media:content>
	</item>
		<item>
		<title>How to write equations in WordPress</title>
		<link>http://rorasa.wordpress.com/2011/11/04/how-to-write-equations-in-wordpress/</link>
		<comments>http://rorasa.wordpress.com/2011/11/04/how-to-write-equations-in-wordpress/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:23:54 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Electronics&Communication]]></category>

		<guid isPermaLink="false">http://rorasa.wordpress.com/?p=228</guid>
		<description><![CDATA[This is a short notice on how to write equation into WordPress post. One can easily write equation into WordPress by using LaTeX syntax and quote is using $latex and $ sign For example $latex  y = 2 x_{1} + 3 x_{2}  $ gives another example is $latex  \left &#124; \left &#124; x \right &#124; \right <a href="http://rorasa.wordpress.com/2011/11/04/how-to-write-equations-in-wordpress/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=228&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a short notice on how to write equation into WordPress post.</p>
<p>One can easily write equation into WordPress by using LaTeX syntax and quote is using <code>$latex</code> and <code>$</code> sign</p>
<p><span id="more-228"></span></p>
<p>For example</p>
<p><code>$latex </code> <code>y = 2 x_{1} + 3 x_{2} </code> <code>$</code></p>
<p>gives <img src='http://s0.wp.com/latex.php?latex=y%3D+2+x_%7B1%7D+%2B+3+x_%7B2%7D&amp;bg=fafad3&amp;fg=6f5e4e&amp;s=0' alt='y= 2 x_{1} + 3 x_{2}' title='y= 2 x_{1} + 3 x_{2}' class='latex' /></p>
<p>another example is</p>
<p><code>$latex </code> <code> \left | \left | x \right | \right |_{0} = \frac{1}{2} \left ( 1 + \frac{1}{\mu \left ( A \right ) } \right ) </code> <code>$</code></p>
<p>gives <img src='http://s0.wp.com/latex.php?latex=%5Cleft+%7C+%5Cleft+%7C+x+%5Cright+%7C+%5Cright+%7C_%7B0%7D+%3D+%5Cfrac%7B1%7D%7B2%7D+%5Cleft+%28+1+%2B+%5Cfrac%7B1%7D%7B%5Cmu+%5Cleft+%28+A+%5Cright+%29+%7D+%5Cright+%29&amp;bg=fafad3&amp;fg=6f5e4e&amp;s=0' alt='&#92;left | &#92;left | x &#92;right | &#92;right |_{0} = &#92;frac{1}{2} &#92;left ( 1 + &#92;frac{1}{&#92;mu &#92;left ( A &#92;right ) } &#92;right )' title='&#92;left | &#92;left | x &#92;right | &#92;right |_{0} = &#92;frac{1}{2} &#92;left ( 1 + &#92;frac{1}{&#92;mu &#92;left ( A &#92;right ) } &#92;right )' class='latex' /></p>
<p>The references how to write a latex equation can be found here:</p>
<p><a title="LaTeX math symbol" href="http://amath.colorado.edu/documentation/LaTeX/Symbols.pdf">http://amath.colorado.edu/documentation/LaTeX/Symbols.pdf<br />
</a><a href="http://www.stdout.org/~winston/latex/">http://www.stdout.org/~winston/latex/</a><a title="LaTeX math symbol" href="http://amath.colorado.edu/documentation/LaTeX/Symbols.pdf"><br />
</a><a href="http://www.personal.ceu.hu/tex/cookbook.html">http://www.personal.ceu.hu/tex/cookbook.html</a><a title="LaTeX math symbol" href="http://amath.colorado.edu/documentation/LaTeX/Symbols.pdf"> </a></p>
<p>or  a very beginner LaTeX user would interest in this online LaTeX equation editor</p>
<p><a href="http://www.codecogs.com/latex/eqneditor.php">http://www.codecogs.com/latex/eqneditor.php</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=228&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/11/04/how-to-write-equations-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>
	</item>
		<item>
		<title>A little guide to Reference Manager application</title>
		<link>http://rorasa.wordpress.com/2011/09/08/a-little-guide-to-reference-manager-application/</link>
		<comments>http://rorasa.wordpress.com/2011/09/08/a-little-guide-to-reference-manager-application/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 00:06:37 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[General Topics]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://rorasa.in/?p=224</guid>
		<description><![CDATA[No one can say that they never use PDF files nowadays. It&#8217;s fast, easier, and reliable file format for storing any documents. I myself also need to read lots of PDFs research papers. At first it seems much easier than go to library and look for some books. However, when all the PDF files came <a href="http://rorasa.wordpress.com/2011/09/08/a-little-guide-to-reference-manager-application/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=224&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No one can say that they never use PDF files nowadays. It&#8217;s fast, easier, and reliable file format for storing any documents. I myself also need to read lots of PDFs research papers. At first it seems much easier than go to library and look for some books. However, when all the PDF files came together in your computer, a nightmare begins! Now all these PDFs are all over your computer that you have to look for it everywhere even in the deepest corner (err.. actually folder) of your computer. It&#8217;s now take a lot of effort just to find which PDF contains the content you&#8217;re looking for, not even think about writing the bibliography! You may try to manage them into order manually, but it&#8217;ll surely turn into a painful experience. When it came to this, a good Reference Manager application can save your life ( and lots of time, of course).</p>
<p><span id="more-224"></span></p>
<p>There are many reference managers nowadays. Some of them only be able to manage the reference data in BibTeX format (a global standard script for bibliography) which are not so useful compare to the other mentioned here. These are the list of renown reference manager applications your should check them out;</p>
<p><strong>1. EndNote</strong></p>
<p><a href="http://www.endnote.com/">http://www.endnote.com/</a></p>
<p>One of the most widely used reference manager among the professionals and researchers. Many institution have it available for their member. However, its price is quite expensive as almost $300, thus, make me to look for its alternatives. (Its website also not so attractive, though.)</p>
<p><strong>2. Papers</strong></p>
<p><a href="http://www.mekentosj.com/papers/">http://www.mekentosj.com/papers/</a></p>
<p>I never uses this application myself. Many of my friends told me this is one of the very good reference manager available on Apple Mac. However, it&#8217;s ONLY available for Mac. So sad for Linux and Windows user like me. Its price is about $79 and it seems to have a good Apple style. Also available on iOS as well. The good thing I saw for this application is its ability to search the research papers directly in its application.</p>
<p><strong>3. PDF Stacks</strong></p>
<p><a href="http://www.pdfstacks.com/">http://www.pdfstacks.com/</a></p>
<p>A good and easy to use reference manager. Actually it works well to organise the PDFs all over the computer into one place. Its disadvantage is that good thing is the only thing it can do. No cloud service or sync system at all. Its price is not so expansive about $40.</p>
<p><strong>4.  Zotero</strong></p>
<p><a href="http://www.zotero.org/">http://www.zotero.org/</a></p>
<p>Zotero is a FREE reference manager which is a Firefox extension. The best thing is that it integrates itself into browser and, therefore, have the ability to store and manage the reference sources during visited their site. It&#8217;s also provide online sync system to sync across the computers. The disadvantages of it are, firstly, it is the Firefox extension which means you&#8217;re required to use Firefox in order to use it. Secondly, I found it&#8217;s not so easy to use compare to other applications. Lastly, if its online storage (which is quite small) is not sufficient, you have to upgrade its size with a monthly charge.</p>
<p><strong>5. Mendeley</strong></p>
<p><a href="http://www.mendeley.com/">http://www.mendeley.com/</a></p>
<p>This application is quite interesting because it&#8217;s FREE. Easy to use, full feature reference manager with ability to organise the PDF libraries, read, highlight and put a note into PDFs. It has a cloud service to sync entire library to other computers as well as iOS devices. Moreover, it can work well on both Windows/Mac/Linux desktop and on website. It also has the online community and database which can search for articles&#8217; data and provide the related articles. Its drawback is that it only provides 500MB free online storage. To use more than this quota, you need to pay for it monthly at least $5 a month. I personally recommend this application over  the others because of its full functionality and its price.</p>
<p><strong>6. Qiqqa</strong></p>
<p><a href="http://www.qiqqa.com/">http://www.qiqqa.com/</a></p>
<p>This application is also FREE! Full feature reference manager with online sync service. It&#8217;s also very good compare to other applications discussed so far. It lacks of the online database of  Mendeley but, however, it has the better PDF viewing, highlighting, Adding note than Mendeley. It&#8217;s also have the brainstorm system to help the collaborating work. However, I found that its interface is a little bit confuse and hard to use. It provides 200MB free online storage for storing and syncing the documents which is quite small, however the expansion price is quite cheap less than $1. Even though its online service is cheap, I found that its web library really lacks of useful functions. No mobile devices platform also, which they suggest to use the web library (which lacks of functionality) instead. Also, its online service requires users to top-up their account in order to store and sync files if free space is not sufficient, which is not quite so comfortable compares to a normal subscription methods.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=224&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/09/08/a-little-guide-to-reference-manager-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>
	</item>
		<item>
		<title>The Design of Low-area 32-bit AES Encryption/Decryption System on FPGA</title>
		<link>http://rorasa.wordpress.com/2011/06/21/the-design-of-low-area-32-bit-aes-encryptiondecryption-system-on-fpga/</link>
		<comments>http://rorasa.wordpress.com/2011/06/21/the-design-of-low-area-32-bit-aes-encryptiondecryption-system-on-fpga/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 00:37:07 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Electronics&Communication]]></category>

		<guid isPermaLink="false">http://rorasa.in/?p=220</guid>
		<description><![CDATA[The Design of Low-area 32-bit AES Encryption/Decryption System on FPGA Author: Wattanit Hortrakool, AAI AlHarbiy, Ji Song, Xiao-Yang Ji, Yu-Ou Jiang Department of Electrical and Electronic Engineering, University of Sheffield This work is a part of my coursework. It&#8217;s unpublished yet and post here under the Creative Commons Attribution-ShareAlike 3.0 Unported License.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=220&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>The Design of Low-area 32-bit AES Encryption/Decryption System on FPGA</strong></p>
<p>Author: Wattanit Hortrakool, AAI AlHarbiy, Ji Song, Xiao-Yang Ji, Yu-Ou Jiang<br />
Department of Electrical and Electronic Engineering, University of Sheffield</p>
<p>This work is a part of my coursework. It&#8217;s unpublished yet and post here under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p>
<p><span id="more-220"></span></p>
<iframe class="scribd_iframe_embed" src="http://www.scribd.com/embeds/58343899/content?start_page=1&view_mode=list&access_key=key-1j1zb0uboioucaivwf1i" data-auto-height="true" scrolling="no" id="scribd_58343899" width="100%" height="500" frameborder="0"></iframe>
<div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/58343899">View this document on Scribd</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=220&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/06/21/the-design-of-low-area-32-bit-aes-encryptiondecryption-system-on-fpga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix Windows Gadget not working, Skype can&#8217;t play game, Active X not working, MOBIpocket Creator not working</title>
		<link>http://rorasa.wordpress.com/2011/03/21/fix-windows-gadget-not-working-skype-cant-play-game-active-x-not-working-mobipocket-creator-not-working/</link>
		<comments>http://rorasa.wordpress.com/2011/03/21/fix-windows-gadget-not-working-skype-cant-play-game-active-x-not-working-mobipocket-creator-not-working/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 19:59:57 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Active X]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[MOBI]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[tech help]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rorasa.in/?p=215</guid>
		<description><![CDATA[As stated in the topic&#8217;s header, this blog suggest how to fix many problems many Windows users face. My windows (as well as I) suffered from many problems, which are Windows  Desktop Gadget not working properly. For example, only black square displayed with no other details, except a clock second hand. Skype cannot play game <a href="http://rorasa.wordpress.com/2011/03/21/fix-windows-gadget-not-working-skype-cant-play-game-active-x-not-working-mobipocket-creator-not-working/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=215&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As stated in the topic&#8217;s header, this blog suggest how to fix many problems many Windows users face.</p>
<p><span id="more-215"></span></p>
<p>My windows (as well as I) suffered from many problems, which are</p>
<ul>
<li>Windows  Desktop Gadget not working properly. For example, only black square displayed with no other details, except a clock second hand.</li>
<li>Skype cannot play game from extra menu. Everytime I try it keep saying</li>
</ul>
<blockquote><p><span style="font-size:14px;line-height:23px;">One or more ActiveX controls could not be displayed because either:</span></p>
<p>1) Your current security settings prohibit running ActiveX controls on this page, or<br />
2) You have blocked a publisher of one of the controls</p>
<p>As a result the page may not display correctly.</p></blockquote>
<ul>
<li>Many programs, such as Microsoft Project, and website are not working. They also display above message.</li>
<li>In case that you work with e-Book, one of the most useful and most important program &#8211; MOBIPocket Creator &#8211; used for creating the E-Book in MOBI format &#8211;  is not working at all. It only display a blank page with wield details.</li>
</ul>
<p>I try to solve all of these problems one-by-one for some times. Surprisingly, once I found A solution, all of them are solved!</p>
<p>To solve it, follow the following steps:</p>
<ol>
<li>Click <strong>Start</strong>, type <strong>regedit</strong> into search box.</li>
<li>Choose<strong> regedit</strong>, and click &#8220;<strong>Yes</strong>&#8220;</li>
<li>Browse to<br />
<em>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\</em></li>
<li>Their should have some key from &#8220;0&#8243; to &#8220;4&#8243;. See whether their is a key before &#8220;0&#8243; &#8211; most people found it looks like a superscript <strong>&#8220;L&#8221;</strong>.</li>
<li><strong>DELETE</strong> that &#8220;L&#8221; key away. THIS key is the source of ALL problems.</li>
<li>Restart the Windows. After restarting, all of these problems should be gone.</li>
</ol>
<p>This method solved all my problems, so I hope it could be useful for the others.</p>
<p>However, this technique requires a modification of registry. If you do not sure about what you are doing, find some guru to help you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=215&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/03/21/fix-windows-gadget-not-working-skype-cant-play-game-active-x-not-working-mobipocket-creator-not-working/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>
	</item>
		<item>
		<title>Image Pyramid</title>
		<link>http://rorasa.wordpress.com/2011/02/26/image-pyramid/</link>
		<comments>http://rorasa.wordpress.com/2011/02/26/image-pyramid/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 23:07:22 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Electronics&Communication]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[Gaussian]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Laplacian]]></category>
		<category><![CDATA[Pyramid]]></category>

		<guid isPermaLink="false">http://rorasa.in/?p=199</guid>
		<description><![CDATA[Image Pyramid What is the Image Pyramid? Of course it has nothing to do with the ancient  Egypt. Image Pyramid-formally called &#8220;pyramid representation of image&#8221;- is a image and signal processing technique, to represent a single image using a set of cascading images. Image pyramid provides many useful properties for many application, such as noise reduction, image analysis, image <a href="http://rorasa.wordpress.com/2011/02/26/image-pyramid/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=199&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Image Pyramid</h3>
<p>What is the Image Pyramid? Of course it has nothing to do with the ancient  Egypt. Image Pyramid-formally called &#8220;pyramid representation of image&#8221;- is a image and signal processing technique, to represent a single image using a set of cascading images. Image pyramid provides many useful properties for many application, such as noise reduction, image analysis, image enhancement, etc.</p>
<p><span id="more-199"></span></p>
<h4>Why we need these Pyramids?</h4>
<p>Images that we can see in everyday life are represented using  so-called <em><strong>Spatial domain,</strong></em> which is actually the things that most people will think of  when talk about images. This spatial domain represents images by the luminance values of each image&#8217;s location.<br />
There are many processing operations that can be done with the spatial domain, such as basic low-pass filter and high-pass filter, adaptive filter, median filter, and many other things end with filter. Normally most of these filters work by using local information from each location. However, since images mostly contain complex informations, sometimes they are hard works to process in spatial domain.</p>
<p style="text-align:center;">&nbsp;</p>
<div id="attachment_200" class="wp-caption aligncenter" style="width: 190px"><a href="http://rorasa.files.wordpress.com/2011/02/spatial.png"><img class="size-medium wp-image-200 " title="spatial" src="http://rorasa.files.wordpress.com/2011/02/spatial.png?w=180&#038;h=158" alt="" width="180" height="158" /></a><p class="wp-caption-text">Lena in Spatial domain</p></div>
<p>There is another popular type of image representation known as the <em><strong>frequency domain</strong></em>. If we perform the <em>Fast Fourier Transform</em> to the image, we will get the totally different image called frequency spectrum. For those who didn&#8217;t know about the frequency domain, let&#8217;s simply explain like this: From the signal theory, every signal (including image, of course) can be express as a linear combination of a set of various-frequency sine and cosine signals. The process to transform from normal signal to frequency domain is called Fourier Transformation, and the transformed result &#8211; in this case, frequency spectrum- is actually a set of coefficients of each sine and cosine signals. In our case, low frequency represents smooth details, shapes, and colour in the image, and high frequency represents fine details and noise in the image.<br />
The introducing of frequency domain make more possibility for image processing. For example, we can just discard the high frequency responses to remove most noises from the image! Sounds great except that the beautiful object edge also gone with the noises. A major problem of frequency domain is that it will mix all frequency from every object in the image together, formally called <em>&#8220;loss of locality&#8221;</em>, and most of the time we don&#8217;t want to mix our faces&#8217; beautiful details with the detail of the grass in background.</p>
<p style="text-align:center;">&nbsp;</p>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 190px"><a href="http://rorasa.files.wordpress.com/2011/02/fourier.png"><img class="size-medium wp-image-201 " title="fourier" src="http://rorasa.files.wordpress.com/2011/02/fourier.png?w=180&#038;h=158" alt="" width="180" height="158" /></a><p class="wp-caption-text">Lena in frequency domain</p></div>
<p style="text-align:left;">In order to get the advantages of both spatial domain and frequency domain, the new representation is invented and called <em><strong>spatial-frequency</strong></em> domain. This new domain give us the ability to deal with separate frequency easily as well as preserve the locality of the information.  Our image pyramid is also in this domain.</p>
<h4 style="text-align:left;">What is exactly this Pyramid?</h4>
<p style="text-align:left;">The image pyramid is actually a representation of the image by a set of the different frequency-band images . For example, if we put our original Lena image to construct her pyramid, we may get, for simplicity, 3 layers of pyramid. The first image will represent low frequency band (smooth detail), the second image will represent middle frequency band (some detail), and the last image will represent high frequency band (finest detail). Image Pyramid is also called &#8220;multi-scale&#8221; and &#8220;multi-resolution&#8221; because of this characteristic.</p>
<p style="text-align:center;">&nbsp;</p>
<div id="attachment_205" class="wp-caption aligncenter" style="width: 216px"><a href="http://rorasa.files.wordpress.com/2011/02/spatial1.png"><img class="size-medium wp-image-205  " title="spatial" src="http://rorasa.files.wordpress.com/2011/02/spatial1.png?w=206&#038;h=300" alt="" width="206" height="300" /></a><p class="wp-caption-text">Example of Gaussian Pyramid</p></div>
<div id="attachment_207" class="wp-caption aligncenter" style="width: 222px"><a href="http://rorasa.files.wordpress.com/2011/02/laplacian.png"><img class="size-medium wp-image-207 " title="laplacian" src="http://rorasa.files.wordpress.com/2011/02/laplacian.png?w=212&#038;h=300" alt="" width="212" height="300" /></a><p class="wp-caption-text">Example of Laplacian Pyramid</p></div>
<h4 style="text-align:left;">How to construct this Pyramid?</h4>
<p style="text-align:left;">To construct the pyramid, we have 2 options here. Since we know that the each layer of pyramid represents a different band of image&#8217;s frequency, we may use multiple filters, a filter for each band, to convolute with the image. Some of us may  already known that just only a single time of convolution will need some effort, do not try to imagine multiple time of it. ( Convolution literally means &#8220;things that extremely complicated and difficult to follow&#8221;)</p>
<p style="text-align:left;">Another option is , according to some great-mind persons, instead of using multiple filters to the image, we can use multiple image to convolute with a single filter! The best part is these multiple images are obtains by reducing size of the original image. This way is much better than the first option. So we will use this technique to construct Lena&#8217;s pyramid.</p>
<p style="text-align:center;"><span style="font-weight:bold;"><a href="http://rorasa.files.wordpress.com/2011/02/guassian-pyramid.png"><img class="size-medium wp-image-202  " title="Gaussian pyramid" src="http://rorasa.files.wordpress.com/2011/02/guassian-pyramid.png?w=200&#038;h=300" alt="" width="200" height="300" /></a></span></p>
<div class="mceTemp mceIEcenter" style="text-align:left;">
<dl class="wp-caption aligncenter">
<dd class="wp-caption-dd">How to construct Guassian Pyramid</dd>
</dl>
</div>
<p style="text-align:left;">&nbsp;</p>
<div id="attachment_206" class="wp-caption aligncenter" style="width: 294px"><a href="http://rorasa.files.wordpress.com/2011/02/compare.png"><img class="size-medium wp-image-206" title="compare" src="http://rorasa.files.wordpress.com/2011/02/compare.png?w=284&#038;h=300" alt="" width="284" height="300" /></a><p class="wp-caption-text">Comparison of each layers in the same size</p></div>
<p style="text-align:left;">We can notice that each pyramid layer is constructed by applying the low-pass filter to the upper part and then reduce its size by the factor of 0.5. This process is called &#8220;<em>Reduce operation</em>&#8220;.  Because each layer of this pyramid is a low-pass filtered image with a different filter range, this pyramid is called <em><strong>&#8220;Gaussian Pyramid&#8221;</strong></em> or the pyramid of low-pass filtered image.</p>
<p style="text-align:left;">The Gaussian Pyramid itself still doesn&#8217;t have much usefulness. However we can use it to construct another pyramid called <strong><em>&#8220;Laplacian Pyramid&#8221;</em></strong> or the pyramid of band-pass filtered image. Each layer of this pyramid is made from subtract two consecutive layer from Gaussian Pyramid together. In order to subtract, the lower later need to be upsampled to be the same size to the upper layer, and this process called &#8220;<em>Expand operation</em>&#8220;.</p>
<div id="attachment_203" class="wp-caption aligncenter" style="width: 310px"><a href="http://rorasa.files.wordpress.com/2011/02/laplacian-pyramid.png"><img class="size-medium wp-image-203 " title="How to construct Laplacian Pyramid" src="http://rorasa.files.wordpress.com/2011/02/laplacian-pyramid.png?w=300&#038;h=257" alt="" width="300" height="257" /></a><p class="wp-caption-text">How to construct Laplacian Pyramid</p></div>
<p style="text-align:left;">This Laplacian Pyramid is the true useful member of the image pyramid. Each layer of this pyramid is the band-pass image, which means we can now do some things to the specific frequency just like in the frequency domain. We also see that even after its frequencies are shown, the local features of the image are still there. By using this pyramid we can get the so-called spatial-frequency domain as explained in the beginning.</p>
<p style="text-align:left;">After we finish our work with this pyramid and need our Lena back, we can just sum every layer of the Laplacian Pyramid together so that we can get back the original image (or result image after we have done something). This process is called &#8220;<em>Reconstruction</em>&#8220;</p>
<div id="attachment_204" class="wp-caption aligncenter" style="width: 181px"><a href="http://rorasa.files.wordpress.com/2011/02/reconstruction.png"><img class="size-medium wp-image-204 " title="Reconstruction" src="http://rorasa.files.wordpress.com/2011/02/reconstruction.png?w=171&#038;h=300" alt="" width="171" height="300" /></a><p class="wp-caption-text">Reconstruction</p></div>
<p style="text-align:left;">In conclusion, the image pyramid is another technique to represent the image. Unlike another domain such as spatial domain and frequency domain, because the image pyramid, which is the spatial-frequency domain, have the advantages of both domain. Moreover, the computation of image pyramid is much easier than that of the frequency domain (Who would like to do the Fourier Transform?)</p>
<p style="text-align:left;"><em>Reference: </em><br />
E.H. Adelsom, et al., &#8220;<strong>Pyramid Methods in Image Processing</strong>&#8220;.</p>
<p style="text-align:left;">&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=199&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/02/26/image-pyramid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/spatial.png?w=300" medium="image">
			<media:title type="html">spatial</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/fourier.png?w=300" medium="image">
			<media:title type="html">fourier</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/spatial1.png?w=206" medium="image">
			<media:title type="html">spatial</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/laplacian.png?w=212" medium="image">
			<media:title type="html">laplacian</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/guassian-pyramid.png?w=200" medium="image">
			<media:title type="html">Gaussian pyramid</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/compare.png?w=284" medium="image">
			<media:title type="html">compare</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/laplacian-pyramid.png?w=300" medium="image">
			<media:title type="html">How to construct Laplacian Pyramid</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/reconstruction.png?w=171" medium="image">
			<media:title type="html">Reconstruction</media:title>
		</media:content>
	</item>
		<item>
		<title>£10 from Potato Chips</title>
		<link>http://rorasa.wordpress.com/2011/02/03/10-from-potato-chips/</link>
		<comments>http://rorasa.wordpress.com/2011/02/03/10-from-potato-chips/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 21:53:37 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[General Topics]]></category>
		<category><![CDATA[potato]]></category>
		<category><![CDATA[prize]]></category>
		<category><![CDATA[reward]]></category>

		<guid isPermaLink="false">http://rorasa.in/?p=192</guid>
		<description><![CDATA[This blog is an almost meaningless blog. I wrote this entry just to remind me for my first cash prize I&#8217;ve ever win! Normally I have a chance to win several rewards before this time. But this is the first time that the reward is, instead of some goods or product, a money. It&#8217;s the <a href="http://rorasa.wordpress.com/2011/02/03/10-from-potato-chips/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=192&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog is an almost meaningless blog. I wrote this entry just to remind me for my first cash prize  I&#8217;ve ever win!</p>
<p>Normally I have a chance to win several rewards before this time. But this is the first time that the reward is, instead of some goods or product, a money. It&#8217;s the reward from the Walker Rainy Day campaign. Walker is the most popular potato chips brand in UK, just like Lays in Thailand. This event ask us to &#8216;predict&#8217; the time and location that the rain might fall, and got £10 for correct prediction. I randomly chose some grid only once, and with that grid I won!</p>
<p>I know that £10 is that big reward to be surprised, but as least I know that I can win some reward too.</p>
<p><span id="more-192"></span></p>
<p><a href="http://rorasa.files.wordpress.com/2011/02/imag0213.jpg"><img class="size-medium wp-image-193 aligncenter" title="Rainy Day" src="http://rorasa.files.wordpress.com/2011/02/imag0213.jpg?w=300&#038;h=179" alt="" width="300" height="179" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=192&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2011/02/03/10-from-potato-chips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>

		<media:content url="http://rorasa.files.wordpress.com/2011/02/imag0213.jpg?w=300" medium="image">
			<media:title type="html">Rainy Day</media:title>
		</media:content>
	</item>
		<item>
		<title>Connect HTC Desire for Developing and Debugging with Android SDK</title>
		<link>http://rorasa.wordpress.com/2010/10/25/connect-htc-desire-for-developing-and-debugging-with-android-sdk/</link>
		<comments>http://rorasa.wordpress.com/2010/10/25/connect-htc-desire-for-developing-and-debugging-with-android-sdk/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:41:55 +0000</pubDate>
		<dc:creator>rorasa</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Electronics&Communication]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Desire]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rorasa.wordpress.com/?p=169</guid>
		<description><![CDATA[Not long ago I just bought my new phone, HTC Desire &#8211; a very powerful android phone. And also not long ago I started learning on Android platform programming. I since then, I never try to run my application on my phone before. Recently, I just want to see my program run on my phone. According to <a href="http://rorasa.wordpress.com/2010/10/25/connect-htc-desire-for-developing-and-debugging-with-android-sdk/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=169&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/ctwe2b.qrcode"><img class="alignright" title="This article" src="http://bit.ly/ctwe2b.qrcode" alt="http://bit.ly/ctwe2b" width="89" height="89" /></a>Not long ago I just bought my new phone, HTC Desire &#8211; a very powerful android phone. And also not long ago I started learning on Android platform programming. I since then, I never try to run my application on my phone before.</p>
<p>Recently, I just want to see my program run on my phone. According to the Android Developer website ,if you using Eclipse IDE with Android Development Tools (ADT), what you need to do is;</p>
<p>1. Declare your application as &#8220;debuggable&#8221; in your Android Manifest.<br />
Change &#8220;<strong>Debuggable</strong>&#8220; to <em>true </em>in Manifest ( Either in Application tab or adding <code>android:debuggable="true"</code> to            the <code>&lt;application&gt;</code> element in AndroidManifest.xml )</p>
<p>2. Turn on &#8220;USB Debugging&#8221; on your device.<br />
On the device, go to the home screen, press <strong>MENU</strong>, select <strong>Applications</strong> &gt; <strong>Development</strong>, then enable <strong>USB                   debugging</strong>.</p>
<p>3. Make sure that you system have appropriate driver.</p>
<p>For the last step, they are quite tricky. The description is as follows:</p>
<p><span id="more-169"></span></p>
<p>- <strong>For Ubuntu Linux</strong>, you need to add a rules file that contains a USB configuration for each type of device you want to use for development. Each device manufacturer uses a different vendor ID. The example rules files below show how to add an entry for a single vendor ID (the HTC vendor ID). In order to support more devices, you will need additional lines of the same format that provide a different value for the <code>SYSFS{idVendor}</code> property. For other IDs, see the table of <a href="http://developer.android.com/guide/developing/device.html#VendorIds">USB Vendor IDs</a>, below.</p>
<ol>
<li>Log in as root and create this file: <code>/etc/udev/rules.d/51-android.rules</code>.For Gusty/Hardy, edit the file to read:<br />
<code>SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"</code>&nbsp;</p>
<p>For Dapper, edit the file to read:<br />
<code>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"</code></li>
<li>Now execute:<br />
<code>chmod a+r /etc/udev/rules.d/51-android.rules</code></li>
</ol>
<p>-<strong> For Mac OS X</strong>, it just works. Thanks to Steve Jobs.</p>
<p>- <strong>For Windows</strong>, you need to install a USB driver for adb. See the <a href="http://developer.android.com/sdk/win-usb.html">Windows USB Driver</a> documentation.</p>
<p>However, the Android Debug Bridge driver for Windows (I don&#8217;t sure about other platform) is <strong>ONLY SUPPORT</strong> several phone, which are T-Mobile G1, T-Mobile myTouch, Verizon Android, and Nexus One. The other phones not in this list are not support by ADB driver.</p>
<p><strong>So in order to connect my HTC desire to Windows, I need to reconfigure ADB driver. </strong></p>
<p>1. Open the <em>android_winusb.inf </em>file located in the /usb_driver folder on Android SDK</p>
<p>2. Find this line</p>
<p><strong> [Google.NTx86]</strong></p>
<p>3. Add the following line appending to the above line</p>
<table>
<tbody>
<tr>
<td><code>;HTC Desire</code></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><code>%SingleAdbInterface%        = USB_Install, USB\VID_0BB4&amp;PID_0C87</code></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><code>%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&amp;PID_0C87&amp;MI_01</code></td>
</tr>
</tbody>
</table>
<p>4. Save the file. <strong>Your Windows should now recognize this driver and can install it as your phone usb driver.</strong></p>
<p>If your phone are other phone rather than HTC Desire, you have to change the Hardware ID (e.g.<em> USB\VID_0BB4&amp;PID_0C87</em>) to be your phone&#8217;s ID. You can get this ID by</p>
<p>1. Right-click on the My computer -&gt; properties.</p>
<p>2. Click on Device Manager.</p>
<p>3. Find the ADB in the list on left-hand. (Should be some warning mark if you don&#8217;t have driver for it)</p>
<p>4. Right click on ADB -&gt; Properties -&gt; Detail</p>
<p>5. Change the drop-down box to Hardware ID. This is where your phone USB ID is keep. Use this ID to put in the <em>android_winusb.inf </em>as described above.</p>
<p>After all these steps, you should be able to test your own application on your mobile. Much more impressive than testing in Emulator, I assure.</p>
<p>Source:</p>
<p><a href="http://developer.android.com/guide/developing/device.html#setting-up">http://developer.android.com/guide/developing/device.html#setting-up<br />
</a><a href="http://www.flexjunk.com/2010/05/01/installing-htc-incredible-android-sd-drivers/">http://www.flexjunk.com/2010/05/01/installing-htc-incredible-android-sd-drivers/</a><br />
<a href="http://blog.jmedved.com/2010/06/android-debug-bridge-on-htc-android.html">http://blog.jmedved.com/2010/06/android-debug-bridge-on-htc-android.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rorasa.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rorasa.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rorasa.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rorasa.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rorasa.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rorasa.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rorasa.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rorasa.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rorasa.wordpress.com&amp;blog=7026006&amp;post=169&amp;subd=rorasa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rorasa.wordpress.com/2010/10/25/connect-htc-desire-for-developing-and-debugging-with-android-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/500b9b0f9e85fb3fb430847ad9b2bc30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rorasa</media:title>
		</media:content>

		<media:content url="http://bit.ly/ctwe2b.qrcode" medium="image">
			<media:title type="html">This article</media:title>
		</media:content>
	</item>
	</channel>
</rss>
