<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://narnia.cs.ttu.edu/drupal">
<channel>
 <title>Forrest Sheng Bao's Cyberhome</title>
 <link>http://narnia.cs.ttu.edu/drupal</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ForrestShengBao" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>AVR32 development on Linux</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/V6tVKiyrrt0/85</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net"&gt;http://forrest.bao.googlepages.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have to say that ATMEL is the most Linux-friendly company among all MCU/DSP makers in the world, followed by TI. Both TI and ATMEL use tons of open source toolchains so Linux zealots can build their apps on Linux. &lt;/p&gt;
&lt;p&gt;I learned how to play with AVR 8-bit instruction set when I was an undergraduate. Now, I am gonna use AVR32, which is a 32-bit instruction set. &lt;/p&gt;
&lt;p&gt;Here is some good information:&lt;br /&gt;
AVR32 32-bit MCU - Tools &amp;amp; Software: &lt;a href="http://www.atmel.com/dyn/products/tools.asp?family_id=682#1443" title="http://www.atmel.com/dyn/products/tools.asp?family_id=682#1443"&gt;http://www.atmel.com/dyn/products/tools.asp?family_id=682#1443&lt;/a&gt;&lt;br /&gt;
ATEVK1100 development kit: &lt;a href="http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4114" title="http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4114"&gt;http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4114&lt;/a&gt;  only $129&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/85" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uIU-pnI95z1pi7OWGhzFaXhJfuI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uIU-pnI95z1pi7OWGhzFaXhJfuI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uIU-pnI95z1pi7OWGhzFaXhJfuI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uIU-pnI95z1pi7OWGhzFaXhJfuI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/V6tVKiyrrt0" height="1" width="1"/&gt;</description>
 <pubDate>Fri, 06 Nov 2009 01:44:53 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">85 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/85</feedburner:origLink></item>
<item>
 <title>EEG Signal Processing in Python and Scipy.Signal (1): Spectrum Estimation, FIR Filter Design, Convolution and Windowing</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/v_z0urbvc5k/59</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am doing a take-home midterm test of a class I am taking. So, I decided to use Python to to it. Below is a code for one problem. It includes several frequency used functions in classical signal spectral analysis and FIR filter design. The problem itself is to design bandpass filters over alpha to theta bands and apply them onto a EEG series, and plot the time domain and frequency domain signal, as well as the frequency response of filters. I used window methods to design FIR bandpass filters. The filters coefficients are smoothed by a Kaiser window. Filtering is implemented by convolving original signal with coefficients of filters.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/59" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/egOhG-vLTzBtlmCgXrpwiNEDQG0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/egOhG-vLTzBtlmCgXrpwiNEDQG0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/egOhG-vLTzBtlmCgXrpwiNEDQG0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/egOhG-vLTzBtlmCgXrpwiNEDQG0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/v_z0urbvc5k" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/14">biomedical engineering</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/5">programming</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/17">signal processing</category>
 <pubDate>Sat, 24 Oct 2009 20:03:24 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">59 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/59</feedburner:origLink></item>
<item>
 <title>summation and factorial in gprolog</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/fKdJZkgwn_8/42</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can't run &lt;a href="http://www.sics.se/sicstus.html"&gt;sicstus Prolog&lt;/a&gt; on my department Solaris workstation. That makes me very unhappy at 3 am. So I decide to use &lt;a href="http://www.gprolog.org"&gt;gprolog&lt;/a&gt;. And the programming can be easier. In gprolog, FD is built-in. &lt;/p&gt;
&lt;p&gt;Factorial in gprolog:&lt;/p&gt;
&lt;pre&gt;
factorial(0,1). 

factorial(N,F) :-  
   N&gt;0, 
   N1 is N-1, 
   factorial(N1,F1), 
   F is N * F1.
&lt;/pre&gt;&lt;p&gt;
Summation in gprolog&lt;/p&gt;
&lt;pre&gt;
sum(0,0). 

sum(N,F) :-  
   N&gt;0, 
   N1 is N-1, 
   sum(N1,F1), 
   F is N + F1.
&lt;/pre&gt;&lt;p&gt;
It seems that "is" is also a built-in predicate in swi-prolog. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/42" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eUAJnuOBVLfnpbrMqHO88HS43E4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eUAJnuOBVLfnpbrMqHO88HS43E4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eUAJnuOBVLfnpbrMqHO88HS43E4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eUAJnuOBVLfnpbrMqHO88HS43E4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/fKdJZkgwn_8" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/5">programming</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/15">Prolog</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <pubDate>Fri, 23 Oct 2009 03:47:48 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">42 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/42</feedburner:origLink></item>
<item>
 <title>STFT using spectrogram() in MATLAB, with Hamming and Chebychev windows and different window lengths</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/7mwfZpGEyQk/87</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The code below is an example on using &lt;code&gt;spectrogram&lt;/code&gt; function of MATLAB to compute STFT of a chirp signal, which changes frequency from 10 Hz to 200 Hz in 1 second. Both Hamming and Chebychev windows are used. Different window length has been tried, 128, 64 and 32.&lt;br /&gt;
&lt;head&gt;&lt;/head&gt;&lt;/p&gt;
&lt;style type="text/css"&gt;
pre.codeinput {
  background: #EEEEEE;
  padding: 10px;
}
@media print {
  pre.codeinput {word-wrap:break-word; width:100%;}
} 

span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}
span.untermstring {color: #B20000}
span.syscmd {color: #B28C00}

pre.codeoutput {
  color: #666666;
  padding: 10px;
}

pre.error {
  color: red;
}

}

&lt;/style&gt;&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/87" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nvUxyifUpgOWj0rUzhh7wxFJa4c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nvUxyifUpgOWj0rUzhh7wxFJa4c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nvUxyifUpgOWj0rUzhh7wxFJa4c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nvUxyifUpgOWj0rUzhh7wxFJa4c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/7mwfZpGEyQk" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/17">signal processing</category>
 <pubDate>Wed, 21 Oct 2009 14:59:39 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">87 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/87</feedburner:origLink></item>
<item>
 <title>Some great books</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/84heSTN_Tms/79</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are some great books I always want too read. Following books are so famous that you can find them in online bookstore so easily. I cannot guarantee that you can find them in local bookstores coz they won't be as popular as movie stars' biographies. But they will definitely be in stock in next hundreds of years whereas movie stars' biographies will be dust in next 100 years.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;General&lt;/b&gt;&lt;br /&gt;
The Analects by Confucius and his disciples&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Is there a God? Or, are there Gods?&lt;/b&gt;&lt;br /&gt;
The Varieties of Scientific Experience: A Personal View of the Search for God by Carl Sagan&lt;br /&gt;
The Language of God: A Scientist Presents Evidence for Belief by Francis Collins&lt;br /&gt;
Things A Computer Scientist Rarely Talks About by Donald E. Knuth&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Mathematics&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/79" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BWhUbqEpLjtm0fElMeYSwp-rkZ8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BWhUbqEpLjtm0fElMeYSwp-rkZ8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BWhUbqEpLjtm0fElMeYSwp-rkZ8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BWhUbqEpLjtm0fElMeYSwp-rkZ8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/84heSTN_Tms" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 05 Oct 2009 21:36:48 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">79 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/79</feedburner:origLink></item>
<item>
 <title>Butterworth, Chebyshev I/II and Elliptic filters in MATLAB</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/jBZAKA3enPo/66</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;% Copyleft (C) Forrest Sheng Bao 1984-2009  &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;br /&gt;
% with Dept. of Electrical and Computer Engineering and  Dept. of Computer Science, Texas Tech University, Lubbock, Texas, USA&lt;br /&gt;
%&lt;br /&gt;
% This program shows the orders and frequency/phase properties of four different kinds of filters, Butterworth, Chebyshev Type I, Chebyshev Type II and Elliptic.&lt;br /&gt;
% The filter is expected to have a cutoff frequency at 200 Hz with attenuation 40 db/octave. The sampling frequency is 2000 Hz.&lt;br /&gt;
%&lt;br /&gt;
% This program licensed in GNU GENERAL PUBLIC LICENSE (GPL) v3 or later.&lt;br /&gt;
% If you do not know what GNU GPL is, please visit &lt;a href="http://www.gnu.org/copyleft/gpl.html" title="http://www.gnu.org/copyleft/gpl.html"&gt;http://www.gnu.org/copyleft/gpl.html&lt;/a&gt;&lt;/p&gt;
&lt;style type="text/css"&gt;
pre.codeinput {
  background: #EEEEEE;
  padding: 10px;
}
@media print {
&lt;/style&gt;&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/66" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gxgpqN_yfTHtExVY8Ev65IGwgH8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gxgpqN_yfTHtExVY8Ev65IGwgH8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gxgpqN_yfTHtExVY8Ev65IGwgH8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gxgpqN_yfTHtExVY8Ev65IGwgH8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/jBZAKA3enPo" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/16">MATLAB</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/5">programming</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/17">signal processing</category>
 <pubDate>Wed, 30 Sep 2009 15:49:04 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">66 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/66</feedburner:origLink></item>
<item>
 <title>Why Z-transform is related to digital filter design</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/8wyXkhRT94s/155</link>
 <description>by Forrest Sheng Bao &lt;a href="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;

&lt;p&gt;A friend asked me an interesting question: Why is Z-transform always related to digital filter design? Well, this is interesting. But the clue is simple. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;You need a web browser that supports MathML to read this doc. To see whether your browser supports it, please check whether you can see formulas on &lt;a href="http://www.mozilla.org/projects/mathml/start.xhtml"&gt; this page&lt;/a&gt;. By default, Linux and Mac user should be able to make it from their Mozilla Firefox browser. For Windows users, well, that's not a question you should ask me.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The author cannot guarantee this article has no typo. Please confirm all equations before you use them.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/155" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/J1KRHluxBxW_2dvjfbJWEQLG2CI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/J1KRHluxBxW_2dvjfbJWEQLG2CI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/J1KRHluxBxW_2dvjfbJWEQLG2CI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/J1KRHluxBxW_2dvjfbJWEQLG2CI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/8wyXkhRT94s" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/17">signal processing</category>
 <pubDate>Tue, 29 Sep 2009 19:23:26 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">155 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/155</feedburner:origLink></item>
<item>
 <title>FT, STFT, DTFT, DFT and FFT, revisited</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/7sZ6WuwtvRI/46</link>
 <description>&lt;P&gt;by Forrest Sheng Bao &lt;A HREF="http://fsbao.net/"&gt;http://fsbao.net&lt;/A&gt;&lt;/P&gt;

&lt;p&gt;&lt;b&gt;You need a web browser that supports MathML to read this doc. To see whether your browser supports it, please check whether you can see formulas on &lt;a href="http://www.mozilla.org/projects/mathml/start.xhtml"&gt; this page&lt;/a&gt;. By default, Linux and Mac user should be able to make it from their Mozilla Firefox browser. For Windows users, well, that's not a question you should ask me.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The author cannot guarantee this article has no typo. Please confirm all equations before you use them.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;There are so many guys asking me the difference between DTFT and DFT. And, they confused these two concepts with FFT and STFT.&lt;/p&gt;&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/46" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gG_WJchHCByK345dYXqkE6hTOi0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gG_WJchHCByK345dYXqkE6hTOi0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gG_WJchHCByK345dYXqkE6hTOi0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gG_WJchHCByK345dYXqkE6hTOi0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/7sZ6WuwtvRI" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/17">signal processing</category>
 <pubDate>Tue, 29 Sep 2009 00:58:15 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">46 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/46</feedburner:origLink></item>
<item>
 <title>Wireless Networking conferences coming</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/Ps3ZmjpN9ao/78</link>
 <description>by Forrest Sheng Bao http://fsbao.net

&lt;table&gt;
&lt;tr&gt;&lt;th&gt;Conference&lt;/th&gt;&lt;th&gt;Conference time&lt;/th&gt;&lt;th&gt;deadline&lt;/th&gt;&lt;th&gt;Place&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ACM MobiSys 2010&lt;/td&gt;&lt;td&gt; June &lt;/td&gt;&lt;td&gt; unknown &lt;/td&gt;&lt;td&gt;  Palo Alto, California&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;IEEE GlobeCom 2010&lt;/td&gt;&lt;td&gt;Dec 6-10 &lt;/td&gt;&lt;td&gt; Mar 15, 2010 &lt;/td&gt;&lt;td&gt; Miami, Florida&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ACM MobiHoc 2010 (w/ MobiCom)&lt;/td&gt;&lt;td&gt;late Sept &lt;/td&gt;&lt;td&gt;Abs: Feb 12, 2010&lt;br&gt;Paper: Feb 19, 2010&lt;/td&gt;&lt;td&gt;Chicago, Illinois&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ACM MobiCom 2010 (w/ MobiHoc)&lt;/td&gt;&lt;td&gt;late Sept &lt;/td&gt;&lt;td&gt;unknown&lt;/td&gt;&lt;td&gt;Chicago, Illinois&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ACM SigComm 2010&lt;/td&gt;&lt;td&gt;Aug 30 - Sept 3 &lt;/td&gt;&lt;td&gt;Abs: Jan 22, 2010 &lt;br&gt; Paper: Jan 29, 2010&lt;/td&gt;&lt;td&gt;New Delhi, India&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;IEEE ICCCN 2010&lt;/td&gt;&lt;td&gt;Aug 2 - 5 &lt;/td&gt;&lt;td&gt;Abs: Feb 19, 2010 &lt;br&gt; Paper: Feb 26, 2010&lt;/td&gt;&lt;td&gt;ETH Zurich Switzerland&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/78" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WVqc6fTWQfrx7TJmZRDWAOuIj0w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WVqc6fTWQfrx7TJmZRDWAOuIj0w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WVqc6fTWQfrx7TJmZRDWAOuIj0w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WVqc6fTWQfrx7TJmZRDWAOuIj0w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/Ps3ZmjpN9ao" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <pubDate>Sun, 27 Sep 2009 12:34:09 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">78 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/78</feedburner:origLink></item>
<item>
 <title>Welch method and autocorrelation of 1-D signals in MATLAB</title>
 <link>http://feedproxy.google.com/~r/ForrestShengBao/~3/kxzzYW0jllI/73</link>
 <description>&lt;p&gt;by Forrest Sheng Bao &lt;a href="http://fsbao.net" title="http://fsbao.net"&gt;http://fsbao.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are some examples about computing autocorrelation, PSD in Welch methods with different windowing functions.&lt;/p&gt;
&lt;p&gt;The problems are from John Semmlow's Biosignal and Medical Image Processing chapter 3. I used the MATLAB routine &lt;code&gt;sig_noise()&lt;/code&gt; that comes with the textbook CD.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/files/source/2009/BMEHW/P38.html"&gt;Problem 3.8 Welch method&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/files/source/2009/BMEHW/P39.html"&gt;Problem 3.9 Direct FFT spectrum vs FFT spectrum of a signal's autocorrelation function&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/files/source/2009/BMEHW/P39_2.html"&gt;Repeat above problem, but let SNR=0 dB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://narnia.cs.ttu.edu/drupal/node/73" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VMUTX-kTYR8B9hgtp_6y1_iVMJ4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VMUTX-kTYR8B9hgtp_6y1_iVMJ4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VMUTX-kTYR8B9hgtp_6y1_iVMJ4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VMUTX-kTYR8B9hgtp_6y1_iVMJ4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ForrestShengBao/~4/kxzzYW0jllI" height="1" width="1"/&gt;</description>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/16">MATLAB</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/5">programming</category>
 <category domain="http://narnia.cs.ttu.edu/drupal/taxonomy/term/3">research</category>
 <pubDate>Wed, 23 Sep 2009 21:46:22 -0500</pubDate>
 <dc:creator>forrest</dc:creator>
 <guid isPermaLink="false">73 at http://narnia.cs.ttu.edu/drupal</guid>
<feedburner:origLink>http://narnia.cs.ttu.edu/drupal/node/73</feedburner:origLink></item>
</channel>
</rss>
