<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>brainwagon</title>
	
	<link>http://brainwagon.org</link>
	<description>This feed is dedicated to all the mental flotsam and jetsam that I find on the web and pursue in my off hours. It's a view into the head of a geek blogger with more interests than time. I hope you find something interesting.</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:37:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/brainwagon" /><feedburner:info uri="brainwagon" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>Copyright 2006, Mark VandeWettering</media:copyright><media:thumbnail url="http://brainwagon.org/images/grumpy-brainwagon-small.jpg" /><media:keywords>geek,science,programming,computers,blogging,freebsd,telescopes,astronomy,gadgets,toys,games,puzzles,cryptography</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Games &amp; Hobbies</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Science &amp; Medicine/Natural Sciences</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology</media:category><geo:lat>37.969673</geo:lat><geo:long>-122.294134</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:browserFriendly>This is an XML formatted feed. Normally, you'd pass this URL to an RSS aggregator to subscribe to this feed.</feedburner:browserFriendly><item>
		<title>MathWorks on Single Sideband Modulation via the Hilbert Transform</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/vJoW_0EB_aU/</link>
		<comments>http://brainwagon.org/2010/03/09/mathworks-on-single-sideband-modulation-via-the-hilbert-transform/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:11:38 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5701</guid>
		<description><![CDATA[Yesterday I spent some time trying to implement a simulation of an SSB exciter that worked by using the Hilbert transform on some input audio, and then multiplying it through by a carrier signal in quadrature and summing (or differencing) the two resulting streams to produce the LSB or USB.   I was getting [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I spent some time trying to implement a simulation of an SSB exciter that worked by using the Hilbert transform on some input audio, and then multiplying it through by a carrier signal in quadrature and summing (or differencing) the two resulting streams to produce the LSB or USB.   I was getting poor cancellatio of the opposite sideband, but through a series of experiments determined that if I lengthened the FIR filter to a huge number of taps (around 600) I began to get the cancellation that I thought I would get.   The lack of cancellation is worse at low frequencies, which is should be a clue.   Before I went to bed, I thought I had it, but in the light of morning, now I am not so sure.   I&#8217;ll ponder it more.</p>
<p>But my morning reading found this website on MathWorks, which details the kind of math that I&#8217;m implementing in C.  I&#8217;ll review it again.</p>
<p><a href="http://www.mathworks.com/products/signal/demos.html?file=/products/demos/shipping/signal/hilberttransformdemo.html"> Single Sideband Modulation via the Hilbert Transform Demo</a>.</p>
<p><b>Addendum:</b> Here&#8217;s a brief glimpse of the kind of thing that I worked on.   I&#8217;ve taken a regular mono signal recorded at 48khz, low pass filtered it at around a 3khz frequency, computed the Hilbert transform of it, and then frequency shifted the single sideband version of it up to a carrier frequency a little above 8khz (that would be VLF, I understand, but it is the principle of the thing!).       This was computed using a Hilbert transform with 501 taps (250 non zero entries):</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/03/spectrogram.png"><img src="http://brainwagon.org/wp-content/uploads/2010/03/spectrogram-425x219.png" alt="" title="spectrogram" width="425" height="219" class="aligncenter size-medium wp-image-5704" /></a></p>
<p>If I try to compute the same thing with only 201 taps, you can see that some of the very low frequency signals are visible in the lower sideband opposite their USB constituents.</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/03/spectrogram1.png"><img src="http://brainwagon.org/wp-content/uploads/2010/03/spectrogram1-425x219.png" alt="" title="spectrogram" width="425" height="219" class="aligncenter size-medium wp-image-5705" /></a></p>
<p>I need to ponder this some more.</p>
<p><b>Addendum<sup>2</sup>:</b>  Just as a little test, I tried modulating my voice up by just 350 hertz, simulating reception of a signal on USB, but tuned 350 hz too low.  You get the classic Daffy Duck type speech (sans any noise that is typical on HF):</p>
<p><a href='http://brainwagon.org/wp-content/uploads/2010/03/k6hx11025.mp3'><em>CQ CQ CQ, this  is K6HX calling CQ and standing by&#8230;</em></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=vJoW_0EB_aU:V7yy0OEdV4Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=vJoW_0EB_aU:V7yy0OEdV4Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=vJoW_0EB_aU:V7yy0OEdV4Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=vJoW_0EB_aU:V7yy0OEdV4Y:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/vJoW_0EB_aU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/09/mathworks-on-single-sideband-modulation-via-the-hilbert-transform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>

		<media:content url="http://feedproxy.google.com/~r/brainwagon/~5/Oj6QfsEnkNQ/k6hx11025.mp3" fileSize="21211" type="audio/mpeg" /><feedburner:origLink>http://brainwagon.org/2010/03/09/mathworks-on-single-sideband-modulation-via-the-hilbert-transform/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/brainwagon/~5/Oj6QfsEnkNQ/k6hx11025.mp3" length="21211" type="audio/mpeg" /><feedburner:origEnclosureLink>http://brainwagon.org/wp-content/uploads/2010/03/k6hx11025.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Simulating a phasing radio…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/4luXGH0Mf0o/</link>
		<comments>http://brainwagon.org/2010/03/08/simulating-a-phasing-radio/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:39:29 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5694</guid>
		<description><![CDATA[I&#8217;m gonna dash off to an appointment with my tax guy in a few minutes, so I&#8217;ll have to be brief.   I&#8217;ve been reviewing literature on inexpensive/simple phasing double sideband and single sideband transmitters.    It dawned on me that while it was pretty simple to generate the necessary quadrature signals [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m gonna dash off to an appointment with my tax guy in a few minutes, so I&#8217;ll have to be brief.   I&#8217;ve been reviewing literature on inexpensive/simple phasing double sideband and single sideband transmitters.    It dawned on me that while it was pretty simple to generate the necessary quadrature signals for the carrier frequency (the solution that most people use is to generate a carrier at 4x the desired frequency and then divide it in quadrature with flip flops) that such a solution wasn&#8217;t really that neat at audio frequencies.   To get good opposite sideband cancellation, you need to generate a very accurate 90 degree phase shift for the incoming audio frequencies.   This seems tricky.   Fussy.  </p>
<p>But, of course if you have some compute power handy, it isn&#8217;t really that big of a deal.   You can use something called the Hilbert transform which does precisely what you want.   From a given signal, it generates the quadrature signal that you need.   If you plot the input versus the output for a constant amplitude signal, you get a nice circle, precisely in phase.   If you apply it to a voice input signal with varying amplitude, you get a series of circular spirals, like the plot below.</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/03/hilbert.png"><img src="http://brainwagon.org/wp-content/uploads/2010/03/hilbert-400x300.png" alt="" title="hilbert" width="400" height="300" class="aligncenter size-medium wp-image-5695" /></a></p>
<p>It is probably only an hour or so work to generate a complete abstract implementation of the phasing transmitter/receiver.   That&#8217;s coming, and I&#8217;ll document it more here and make the code available for the interested.   Till then, wish me luck with the IRS.</p>
<p>Addendum:  Tax appointment went as well as could be expected.   I didn&#8217;t like the straight lines in the digital signal above, which game from its relatively low sampling rate.   If you upsample the signal with a high quality, band limited up sampler, you get a much smoother result, as can be seen below (the audio input wasn&#8217;t quite the same, so it doesn&#8217;t look exactly the same):</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/03/output.png"><img src="http://brainwagon.org/wp-content/uploads/2010/03/output-400x300.png" alt="" title="output" width="400" height="300" class="aligncenter size-medium wp-image-5699" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=4luXGH0Mf0o:VLjbOuLU2-Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=4luXGH0Mf0o:VLjbOuLU2-Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=4luXGH0Mf0o:VLjbOuLU2-Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=4luXGH0Mf0o:VLjbOuLU2-Y:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/4luXGH0Mf0o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/08/simulating-a-phasing-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/08/simulating-a-phasing-radio/</feedburner:origLink></item>
		<item>
		<title>Focusing guides for telescopes</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/p9j9bdaIRuk/</link>
		<comments>http://brainwagon.org/2010/03/07/focusing-guides-for-telescopes/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:08:23 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Astronomy]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5689</guid>
		<description><![CDATA[Today I was cleaning out my office.  I&#8217;m a clutterbug: I have tons of treasures, but also, let&#8217;s face it, an even larger amount of crap.   When I first moved to California 19 years ago, everything I owned fit in 13 banker&#8217;s boxes.   Now, I don&#8217;t even think my power [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brainwagon.org/wp-content/uploads/2010/03/Bahtinov_Mask.gif"><img src="http://brainwagon.org/wp-content/uploads/2010/03/Bahtinov_Mask-150x149.gif" alt="" title="Bahtinov_Mask" width="150" height="149" class="alignright size-thumbnail wp-image-5691" /></a>Today I was cleaning out my office.  I&#8217;m a clutterbug: I have tons of treasures, but also, let&#8217;s face it, an even larger amount of crap.   When I first moved to California 19 years ago, everything I owned fit in 13 banker&#8217;s boxes.   Now, I don&#8217;t even think my power adapters would fit in 19 bankers boxes.   So, I was ruthlessly going through boxes and tossing stuff out.   Along with endless old cds, and papers that I printed out, I found a bunch of stuff from one of my previous obsessions: telescope making.  I even found a 6&#8243; mirror, aluminized, carefully wrapped in optical tissue.   I&#8217;ve pretty much abandoned telescopes in recent years, but I really should get back into it again.</p>
<p>Anyway, tonight I was strolling down memory lane, and encountered a link to something I hadn&#8217;t seen before: <a href="http://en.wikipedia.org/wiki/Bahtinov_mask">the Bahtinov Mask</a>.  It&#8217;s a gadget that you can place in front of a telescope to help you focus precisely.   It uses a very clever arrangement of masks to produce a diffraction pattern which can be adjusted to a precise focus.    </p>
<p>If you dig around, you can find all sorts of <a href="http://stargazerslounge.com/imaging-tips-tricks-techniques/77682-having-trouble-focusing-home-made-bahtinov-focus-mask-helped-me.html">testimonials about how terrific they are</a>.   I&#8217;ll have to make one of these and give it a try.   Perhaps if I can find someone who will loan me a laser cutter, I&#8217;ll even cut a really precise one.</p>
<p>Addendum: <a href="http://astrojargon.net/MaskGen.aspx">Here&#8217;s a link to a nice mask generating program that will output an SVG file for any scope you need.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=p9j9bdaIRuk:vwe5IihOf_k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=p9j9bdaIRuk:vwe5IihOf_k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=p9j9bdaIRuk:vwe5IihOf_k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=p9j9bdaIRuk:vwe5IihOf_k:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/p9j9bdaIRuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/07/focusing-guides-for-telescopes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/07/focusing-guides-for-telescopes/</feedburner:origLink></item>
		<item>
		<title>Where are the visionaries in ham radio?</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/JPWKvTd5KQw/</link>
		<comments>http://brainwagon.org/2010/03/07/where-are-the-visionaries-in-ham-radio/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 05:08:54 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5687</guid>
		<description><![CDATA[I was reading amateur radio blogs and for the third time or so in a month, I was treated to what amounted to a diatribe against software defined radio.   When I read these, I can&#8217;t help but sigh in frustration.   
I understand nostalgia.  We all like the cars we wish [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading amateur radio blogs and for the third time or so in a month, I was treated to what amounted to a diatribe against software defined radio.   When I read these, I can&#8217;t help but sigh in frustration.   </p>
<p>I understand nostalgia.  We all like the cars we wish we could have had when we were teenagers.   We like the music that we learned to like as young people.   Heck, I still have the first computer that I bought at age 14.    In moderation, nostalgia can be a good thing.  It reminds us where we came from.  It gives us context.   It gives us history.</p>
<p>But I think we always have to temper a sense of nostalgia with perspective and vision.   Our first cars were our loves, but they were (let&#8217;s face it) often gas guzzling, unreliable death traps.    Some of our music was probably brilliant, but a lot of it was (let&#8217;s face it) crap.   And my first computer, while enabling me to explore a world of computation, which eventually led a rich and rewarding career, was by any modern standards less powerful than an alarm clock.</p>
<p>Which brings me to software-defined radio.   </p>
<p>I&#8217;ve seen lots of people write negatively about software defined radio.    Often it&#8217;s just pure nostalgia.   &#8220;Real radios glow.&#8221;  &#8220;Real radios have KNOBS.&#8221;  &#8220;Real radios don&#8217;t require your laptop.&#8221;  &#8220;My old radios just sound better.&#8221;</p>
<p>I think we as hams should be more visionary than these statements.    Software-defined radio is enabled by the remarkable evolution of computing hardware.   The speed of computation has in the time that I&#8217;ve owned computers increased by a factor of about 200,000.    The cycle time of most desktop computers is now low enough that an inexpensive computer can execute dozens of instructions for every cycle of an HF signal.   This enables the traditional features of radios like mixing and filtering to be done in software, instead of being cast in hardware.   This means that we can have unprecedented control over these processes.    And, potentially we can even change many aspects of operation even after the soldering of our radio is complete.    Software isn&#8217;t a panacea, but it is the source of such great power it can&#8217;t and should not be ignored.</p>
<p>Most of the criticisms I see about radio interface seem curiously misplaced.   I agree that using your laptop as an interface is often sub-optimal.    But if you&#8217;ve played with any radios at all, I bet you had some criticism about the conventional radios that you had as well.   Modern radios are complex, and this complexity is not often controlled by careful user interface design, whether in software or in conventional hardware front panels.   Even if you thought that some radio you had in the past was <em>perfect</em>, I would submit that it would still be beneficial to use software defined radio technology <em>inside</em>.     </p>
<p>But even beyond that, I have been playing with an SDR-IQ for the last couple of months.  Its ability to monitor <em>all</em> signals on an HF band is enormously compelling.   Using digital displays, we can give the user a perspective on the entire band which is undeniably useful.   Technology like CW Skimmer can track dozens of Morse signals in real time.   Programs like HRD and fldigi can do the same with multiple PSK signals.</p>
<p>I&#8217;ve seen a few people abandon the idea of software-defined radio simply because they aren&#8217;t adept at software design or have no knowledge of the mathematics and algorithms that underly software-defined radio.     They fatalistically claim that they will never or can never understand or learn how software-defined radios work.   I am kind of flabbergasted by this attitude.  It&#8217;s not that it is easy: far from it.   Studies show that to become expert in a subject takes the better part of a decade.   But as hams, we are supposed to be about self-training and experimentation.   Sure, there is no mandate for you to do so, but let&#8217;s not be so fatalistic and condemn it merely because it doesn&#8217;t coincide with our own abilities or interests. </p>
<p>There is no reason to forget the past, but let&#8217;s not worship it either.   Let&#8217;s look at the best of what was, the best of what we have now, and the best that we can imagine, and experiment, design, build and use the radios that we have yet to invent.    </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=JPWKvTd5KQw:heAlvVr4ZZI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=JPWKvTd5KQw:heAlvVr4ZZI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=JPWKvTd5KQw:heAlvVr4ZZI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=JPWKvTd5KQw:heAlvVr4ZZI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/JPWKvTd5KQw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/07/where-are-the-visionaries-in-ham-radio/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/07/where-are-the-visionaries-in-ham-radio/</feedburner:origLink></item>
		<item>
		<title>Back transmitting on WSPR…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/PyNsH9n02Rg/</link>
		<comments>http://brainwagon.org/2010/03/07/back-transmitting-on-wspr/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:56:34 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5684</guid>
		<description><![CDATA[Well, yesterday I was out shopping at HRO, and couldn&#8217;t resist the allure of a new Signalink USB sound interface for my FT-817.   This is a sound interface that looks just like a USB sound card when you plug it in, and has rx and tx volume controls on the front. 
So, of [...]]]></description>
			<content:encoded><![CDATA[<p>Well, yesterday I was out shopping at HRO, and couldn&#8217;t resist the allure of a new <a href="http://www.tigertronics.com/slusbmain.htm">Signalink USB</a> sound interface for my FT-817.   This is a sound interface that looks just like a USB sound card when you plug it in, and has rx and tx volume controls on the front. </p>
<p>So, of course, I hauled my FT-817 out of the box it has been in since before the holidays, and had to test it out.   The first impressions are a bit mixed.   I didn&#8217;t have any difficulty at all getting it to work with fldigi or Mixw or Spectran, but for some reason WSPR required a bit of tweaking.  It would sometimes just act as if it wasn&#8217;t getting any receive audio: the RX level would stay at -30.   I suspected that it might have something to do with applications which open the sound card exclusively, so I made sure those were all turned off, and eventually ended up running it in Windows Vista compatibility mode (I have a Windows 7 laptop) and then all was well.</p>
<p>And.. since all was well, I decided to do a bit of WSPR transmitting for the first time in months.</p>
<p>I was heard by VK6DI from his new VK2 location, which was nice to see.   David was one of my most distant spots, and his old grabber was the funnest thing for me to check out while testing my QRSS/MEPT beacon stuff before.  He&#8217;s a few thousand km closer now, but still, Australia is nice.    ZL2TLD and I managed to exchange packets.    But most interesting was a new station I hadn&#8217;t seen before:  4Z4TI.   That wasn&#8217;t a DXCC prefix which I had seen before in my WSPR spots, so I had to look it up.    Yep, Israel.   Very nice.   Toss in EA4BUL and Japanese stations JA2GRC and friendly face JQ2WDO, and that rounds out my list of DX for the night.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=PyNsH9n02Rg:erxqk_DPk40:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=PyNsH9n02Rg:erxqk_DPk40:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=PyNsH9n02Rg:erxqk_DPk40:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=PyNsH9n02Rg:erxqk_DPk40:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/PyNsH9n02Rg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/07/back-transmitting-on-wspr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/07/back-transmitting-on-wspr/</feedburner:origLink></item>
		<item>
		<title>How not to create a new digital ham radio mode…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/-0jcrkuvvFk/</link>
		<comments>http://brainwagon.org/2010/03/05/how-not-to-create-a-new-digital-ham-radio-mode/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:11:23 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5682</guid>
		<description><![CDATA[You&#8217;ve had a C compiler sitting in front of you and some communications textbooks, and so you&#8217;ve done some hard work and created a new digital mode that you&#8217;d like to see widely deployed.    What should you do?   Well, let&#8217;s begin with what you should not do:

First, you shouldn&#8217;t presume [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve had a C compiler sitting in front of you and some communications textbooks, and so you&#8217;ve done some hard work and created a new digital mode that you&#8217;d like to see widely deployed.    What should you do?   Well, let&#8217;s begin with what you should <em>not</em> do:</p>
<ol>
<li>First, you shouldn&#8217;t presume to dictate what frequencies it should be used on without paying some close attention to the bandplans, both voluntary and involuntary, that we as hams have established.   A particularly bad choice would be to recommend frequencies such as 14.101, which are uncomfortably close to the 20m beacon that many hams rely on.</li>
<li>You should not recommend frequencies that are likely illegal.   Modes wider than 1khz, or which use unspecified coding aren&#8217;t legal on 30m in the U.S.</li>
<li>You should not call your mode something which is either incorrect, or at best misleading.   If you say your mode is spread spectrum, it&#8217;s going to make a lot of people upset, and you could have avoided that by knowing what words mean.</li>
<li>You should not keep the details of your scheme private.   As amateurs, we are tasked with improving the radio art through experimentation, and trade secret modulation does nothing to encourage or aid that kind of cooperation.   I&#8217;d suggest that you make your scheme open source to achieve maximum impact.  Private protocols and encodings are basically just encryption.</li>
<li>You should not make vague assertions about the mode&#8217;s performance.   Comparisons of a mode which runs at (say) 16 baud and take 2.25khz of bandwidth have to be carefully made when compared with modes that run at (say) 31.25 baud and only 80hz or so of bandwidth.</li>
<li>Lastly, you shouldn&#8217;t fabricate communications between yourself and the FCC in support of your new mode.  It doesn&#8217;t lend much credibility when you later retract all evidence that you did so by deleting posts from your blog.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=-0jcrkuvvFk:bmzn9Wv108A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=-0jcrkuvvFk:bmzn9Wv108A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=-0jcrkuvvFk:bmzn9Wv108A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=-0jcrkuvvFk:bmzn9Wv108A:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/-0jcrkuvvFk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/05/how-not-to-create-a-new-digital-ham-radio-mode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/05/how-not-to-create-a-new-digital-ham-radio-mode/</feedburner:origLink></item>
		<item>
		<title>New DX spot via WSPR…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/ECVEjhJG-Nc/</link>
		<comments>http://brainwagon.org/2010/03/05/new-dx-spot-via-wspr/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:57:10 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5678</guid>
		<description><![CDATA[This wasn&#8217;t quite a personal DX record for me, but it was close, and the first time I&#8217;ve heard South Africa in quite some time.  I spotted ZS1LS twice this morning on 30m, from grid square JF96fd and a distance of 16477 kilometers.   I had previously heard ZS6Y (16927 km) and ZS1TX [...]]]></description>
			<content:encoded><![CDATA[<p>This wasn&#8217;t quite a personal DX record for me, but it was close, and the first time I&#8217;ve heard South Africa in quite some time.  I spotted ZS1LS twice this morning on 30m, from grid square JF96fd and a distance of 16477 kilometers.   I had previously heard ZS6Y (16927 km) and ZS1TX (16492 km), and these three stations are now my most distant received stations via WSPR.  Immediately below them are a smattering of VK6 stations (VK6ADF, VK6WS, VK6GOS, VK6RO, VK6BMW, VK6BN, VK6POP) interspersed with DP1POL, who was operating from grid IB59uh in Antartica.</p>
<p>Cool.  </p>
<p>I haven&#8217;t been operating in transmit mode much lately, but if I look at stations that have heard me, I see the most distant station is VK6WS, at a distance of 14842 kilometers.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=ECVEjhJG-Nc:hFUsKCGVe-k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=ECVEjhJG-Nc:hFUsKCGVe-k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=ECVEjhJG-Nc:hFUsKCGVe-k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=ECVEjhJG-Nc:hFUsKCGVe-k:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/ECVEjhJG-Nc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/05/new-dx-spot-via-wspr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/05/new-dx-spot-via-wspr/</feedburner:origLink></item>
		<item>
		<title>Launching a rocket with hydrogen/oxygen combustion…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/cMxzXWt3LLA/</link>
		<comments>http://brainwagon.org/2010/03/05/launching-a-rocket-with-hydrogenoxygen-combustion/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 07:08:12 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Science]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5676</guid>
		<description><![CDATA[A recent issue of Make magazine had an article about launching water rockets via hydrogen/oxygen combustion: basically an electric current is used to break water into its constituent hydrogen and oxygen, which then bubbles up in the rocket, forcing out some additional water.   To launch, this hydrogen is ignited, and recombines quickly into [...]]]></description>
			<content:encoded><![CDATA[<p>A recent issue of Make magazine had an article about launching water rockets via hydrogen/oxygen combustion: basically an electric current is used to break water into its constituent hydrogen and oxygen, which then bubbles up in the rocket, forcing out some additional water.   To launch, this hydrogen is ignited, and recombines quickly into water vapor, but also generates a huge burst of pressure and launches the rocket.</p>
<p>And here was my question: how big of a burst of pressure does it really generate?   Is it safe?  2 liter bottles have a burst pressure of around 120psi or so.      That&#8217;s actually reachable with ordinary mechanical means, and it is pretty easy to understand and monitor: the pressure increases slowly, and can be monitored if necessary by an ordinary pressure gauge.</p>
<p>The chemical reaction isn&#8217;t so easy to wrap one&#8217;s head around.   You actually need to know some physics.  Sadly, I&#8217;m mostly self taught, so I have to work through these things slowly.  A discussion with Michael and Tom over lunch the other day reminded me of the ideal gas law.  One mole of hydrogen and one half mole of oxygen combine to create one mole of water vapor.  But I must admit: I know very little about the realities of combustion physics.</p>
<p>So, I did what I always did: I googled.  And I found this interesting page.    It estimates the pressure to peak at around 160psi, well beyond the burst pressure of the common 2L bottle.  To keep the rocket from bursting, it is vital then to dilute the reaction by the introduction of ordinary air.  The nitrogen won&#8217;t combust, and should limit the overpressure.</p>
<p>I&#8217;ll have to muddle over the details more sometime, but it&#8217;s good reading.</p>
<p><a href="http://www.et.byu.edu/~wheeler/benchtop/hydropyro.php">Powering Water rockets with hydrogen combustion</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=cMxzXWt3LLA:fMKSm0EeHOI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=cMxzXWt3LLA:fMKSm0EeHOI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=cMxzXWt3LLA:fMKSm0EeHOI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=cMxzXWt3LLA:fMKSm0EeHOI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/cMxzXWt3LLA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/05/launching-a-rocket-with-hydrogenoxygen-combustion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/05/launching-a-rocket-with-hydrogenoxygen-combustion/</feedburner:origLink></item>
		<item>
		<title>HFAERO.jpg (3397×1781)</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/9HN2c7h0mDA/</link>
		<comments>http://brainwagon.org/2010/03/03/hfaero-jpg-3397%c3%971781/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 06:02:19 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5670</guid>
		<description><![CDATA[While tuning around, I found some of the VOLMET traffic from NY this evening.  In trying to identify other aeronautical signals on HF, I discovered this rather nice map, which I thought I&#8217;d archive for future reference.  I should print this out and get it laminated.
HFAERO.jpg (3397×1781).
]]></description>
			<content:encoded><![CDATA[<p>While tuning around, I found some of the VOLMET traffic from NY this evening.  In trying to identify other aeronautical signals on HF, I discovered this rather nice map, which I thought I&#8217;d archive for future reference.  I should print this out and get it laminated.</p>
<p><a href="http://sites.google.com/site/f5kin63/HFAERO.jpg">HFAERO.jpg (3397×1781)</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=9HN2c7h0mDA:_4tuQg9LsIA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=9HN2c7h0mDA:_4tuQg9LsIA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=9HN2c7h0mDA:_4tuQg9LsIA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=9HN2c7h0mDA:_4tuQg9LsIA:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/9HN2c7h0mDA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/03/hfaero-jpg-3397%c3%971781/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/03/hfaero-jpg-3397%c3%971781/</feedburner:origLink></item>
		<item>
		<title>The Science of Water Rockets</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/EVvmwYqmCTg/</link>
		<comments>http://brainwagon.org/2010/03/03/the-science-of-water-rockets/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:13:20 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Science]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5666</guid>
		<description><![CDATA[There has been a lot of publications lately about water rockets.   These are rockets which are usually constructed of empty plastic soda bottles, pressurized by a bicycle pump and launched into the air.   I haven&#8217;t done any of this, but it sounds like great fun.  I even picked up a [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of publications lately about <em>water rockets</em>.   These are rockets which are usually constructed of empty plastic soda bottles, pressurized by a bicycle pump and launched into the air.   I haven&#8217;t done any of this, but it sounds like great fun.  I even picked up a copy of <a href="http://amzn.com/1556529600">Soda Pop Rockets by Paul Jarvis</a>, which is a colorful if rather arts-n-craftsy book on the subject.   While reading it, I couldn&#8217;t help but muse about the physics involved.   How do things like diameter of the rocket, diameter of the exhaust nozzle, and the amount of pressure affect the height that the rocket might achieve?</p>
<p>I mentioned this to Loren over lunch the other day, since I know that he has done his fair share of water bottle rocket launches, usually using liquid nitrogen as the propellant.   He had a few interesting insights, namely that the nozzle design which is common in ordinary rockets isn&#8217;t really useful in water rockets, as water is essentially incompressible.   This means that you can use Bernoulli&#8217;s equation to compute the force generated.  Of course, the mass of the rocket is continuously dropping as water is expelled, but that&#8217;s not too hard to deal with in the simulation.   </p>
<p>What wasn&#8217;t clear to me was that after the water is exhausted, there is still residual air pressure in the rocket, and this pressure is significant and must be dealt with differently since the air <em>is</em> compressible.   A bit of research led me to this rather nice website:</p>
<p><a href="http://www.hydroflite.net/Rocket_Science.html">Rocket Science</a>.</p>
<p>He has an interesting example of a 2 liter bottle which is pressurized to 100 psi and filled 20% with water.   It&#8217;s fascinating: the &#8220;water burnout&#8221; (when all water has left the rocket) occurs only 0.042 seconds after launch, when the rocket has an altitude of only 3.2 feet (!).   It continues to accelerate though as the air pressure equalizes.   In this example, one third of the velocity of the rocket is obtained after water burnout.</p>
<p>It might be fun to make an implementation of this.   </p>
<p><b>Addendum:</b> <a href="http://polyplex.org/rockets/simulation/">Here&#8217;s another link to a water rocket simulator.</a><br />
<b>Addendum<sup>2</sup>:</b> <a href="http://www.et.byu.edu/~wheeler/benchtop/sim.php">Another simulator.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=EVvmwYqmCTg:8H-FlJN4p2Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=EVvmwYqmCTg:8H-FlJN4p2Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=EVvmwYqmCTg:8H-FlJN4p2Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=EVvmwYqmCTg:8H-FlJN4p2Q:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/EVvmwYqmCTg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/03/the-science-of-water-rockets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/03/the-science-of-water-rockets/</feedburner:origLink></item>
		<item>
		<title>Remotely-tuned loop antenna for LW and MW</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/CKxKfZXY5JI/</link>
		<comments>http://brainwagon.org/2010/03/02/remotely-tuned-loop-antenna-for-lw-and-mw/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 06:45:10 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5663</guid>
		<description><![CDATA[I was looking for some information on how to compute the resonant frequencies that are attainable from small loop antennas, especially for VLF.   This appears to be precisely what I&#8217;m looking for.

This article describes how to build a loop antenna for low frequency (LF) and medium wave (MW) reception with remote-controlled tuning. The [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for some information on how to compute the resonant frequencies that are attainable from small loop antennas, especially for VLF.   This appears to be precisely what I&#8217;m looking for.</p>
<blockquote>
<p>This article describes how to build a loop antenna for low frequency (LF) and medium wave (MW) reception with remote-controlled tuning. The antenna is extremely sensitive and can be built mostly from parts from old radios and tape recorders. Like all loop antennas, it is highly directional, which allows you to null out unwanted noise sources.</p>
<p>via <a href='http://brneurosci.org/loopantenna.html'>Remotely-tuned loop antenna for LW and MW</a>.</p>
</blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=CKxKfZXY5JI:y4h1KYIQ3Kw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=CKxKfZXY5JI:y4h1KYIQ3Kw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=CKxKfZXY5JI:y4h1KYIQ3Kw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=CKxKfZXY5JI:y4h1KYIQ3Kw:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/CKxKfZXY5JI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/02/remotely-tuned-loop-antenna-for-lw-and-mw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/02/remotely-tuned-loop-antenna-for-lw-and-mw/</feedburner:origLink></item>
		<item>
		<title>On the LDG Z-11 Pro</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/6xkEzHEvD_o/</link>
		<comments>http://brainwagon.org/2010/03/01/on-the-ldg-z-11-pro/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:56:58 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5661</guid>
		<description><![CDATA[AK6L was installing an attic dipole, and idly wondered what the maximum inductance and capacitance the LDG Z11 Pro could swap in.    He sent LDG an email, and got a quick response, and since I have the same tuner, I thought I&#8217;d write down what they said for future reference.   [...]]]></description>
			<content:encoded><![CDATA[<p>AK6L was installing an attic dipole, and idly wondered what the maximum inductance and capacitance the LDG Z11 Pro could swap in.    He sent LDG an email, and got a quick response, and since I have the same tuner, I thought I&#8217;d write down what they said for future reference.   Apparently, it can use 15uH of inductance, and 3000pf of capacitance.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=6xkEzHEvD_o:9lmN7GqLxZk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=6xkEzHEvD_o:9lmN7GqLxZk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=6xkEzHEvD_o:9lmN7GqLxZk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=6xkEzHEvD_o:9lmN7GqLxZk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/6xkEzHEvD_o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/01/on-the-ldg-z-11-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/01/on-the-ldg-z-11-pro/</feedburner:origLink></item>
		<item>
		<title>Illustration of why power lines are dangerous…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/ySjie6RJQGI/</link>
		<comments>http://brainwagon.org/2010/03/01/illustration-of-why-power-lines-are-dangerous/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:35:14 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5659</guid>
		<description><![CDATA[


Addendum: It seems rather likely that the person photographing this was the yutz who tossed the branch up there.   Don&#8217;t try this at home, folks.
]]></description>
			<content:encoded><![CDATA[<p><center><br />
<!-- Smart Youtube --><span class="youtube"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/DYktDghfoFM&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/DYktDghfoFM&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373" ></embed><param name="wmode" value="transparent" /></object></span><br />
</center></p>
<p>Addendum: It seems rather likely that the person photographing this was the yutz who tossed the branch up there.   Don&#8217;t try this at home, folks.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=ySjie6RJQGI:2E4c7_sIwxs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=ySjie6RJQGI:2E4c7_sIwxs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=ySjie6RJQGI:2E4c7_sIwxs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=ySjie6RJQGI:2E4c7_sIwxs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/ySjie6RJQGI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/01/illustration-of-why-power-lines-are-dangerous/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/01/illustration-of-why-power-lines-are-dangerous/</feedburner:origLink></item>
		<item>
		<title>Vacuum Tubes in Wireless Communication</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/1eM_kspD6Mk/</link>
		<comments>http://brainwagon.org/2010/03/01/vacuum-tubes-in-wireless-communication/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:46:13 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5656</guid>
		<description><![CDATA[More early reading on vacuum tubes.   To be honest, I never really understood (or frankly studied) the physics of semiconductors, which always seemed a bit abstract to me.   Having read some of these early texts on how vacuum tubes work, they seem fairly straightforward by comparison.  I wonder if I [...]]]></description>
			<content:encoded><![CDATA[<p>More early reading on vacuum tubes.   To be honest, I never really understood (or frankly studied) the physics of semiconductors, which always seemed a bit abstract to me.   Having read some of these early texts on how vacuum tubes work, they seem fairly straightforward by comparison.  I wonder if I go back and read some introductory semiconductor texts, whether they will seem more straightforward now?</p>
<p>Anyway, another nifty classic text on Google Books:</p>
<p><iframe frameborder="0" scrolling="no" style="border:0px" src="http://www.google.com/books?id=jvVUAAAAMAAJ&#038;dq=vacuum%20tubes&#038;as_brr=4&#038;pg=PP7&#038;output=embed" width=500 height=500></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=1eM_kspD6Mk:_fF_Q5GU32Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=1eM_kspD6Mk:_fF_Q5GU32Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=1eM_kspD6Mk:_fF_Q5GU32Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=1eM_kspD6Mk:_fF_Q5GU32Q:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/1eM_kspD6Mk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/03/01/vacuum-tubes-in-wireless-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/03/01/vacuum-tubes-in-wireless-communication/</feedburner:origLink></item>
		<item>
		<title>New DRM channel of Disco Music</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/zM0lB-6aGDI/</link>
		<comments>http://brainwagon.org/2010/02/28/new-drm-channel-of-disco-music/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 06:49:03 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5652</guid>
		<description><![CDATA[I believe that it was the Amateur Radio newsline podcast which mentioned the following:
A Miami based Radio Station – The Disco Palace – has started broadcasting a DRM SW channel of ‘best of Disco music’ for listeners in Europe and North America.

via New DRM channel of Disco Music  :: DRM.
So, today I tuned in and [...]]]></description>
			<content:encoded><![CDATA[<p>I believe that it was the Amateur Radio newsline podcast which mentioned the following:</p>
<blockquote><p>A Miami based Radio Station – The Disco Palace – has started broadcasting a DRM SW channel of ‘best of Disco music’ for listeners in Europe and North America.
</p></blockquote>
<p>via <a href="http://www.drm.org/news/detail/news/new-drm-channel-of-disco-music/">New DRM channel of Disco Music  :: DRM</a>.</p>
<p>So, today I tuned in and recorded some of it using the SDR-IQ, and then processed it with GNU DREAM, the GPL&#8217;ed DRM decoder.   The signal was very strong, no drop outs, and well, it&#8217;s disco.  Here&#8217;s a couple minutes of the decode.</p>
<p><a href='http://brainwagon.org/wp-content/uploads/2010/02/discopalace.mp3'>The Disco Palace broadcast using Digital Radio Mondiale on 17.755Mhz</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=zM0lB-6aGDI:LRwNWDyfK50:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=zM0lB-6aGDI:LRwNWDyfK50:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=zM0lB-6aGDI:LRwNWDyfK50:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=zM0lB-6aGDI:LRwNWDyfK50:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/zM0lB-6aGDI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/28/new-drm-channel-of-disco-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>

		<media:content url="http://feedproxy.google.com/~r/brainwagon/~5/4ok4J-Qgsb4/discopalace.mp3" fileSize="2132132" type="audio/mpeg" /><feedburner:origLink>http://brainwagon.org/2010/02/28/new-drm-channel-of-disco-music/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/brainwagon/~5/4ok4J-Qgsb4/discopalace.mp3" length="2132132" type="audio/mpeg" /><feedburner:origEnclosureLink>http://brainwagon.org/wp-content/uploads/2010/02/discopalace.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Low Voltage Vacuum Tubes</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/1HylIy78gOQ/</link>
		<comments>http://brainwagon.org/2010/02/28/low-voltage-vacuum-tubes/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 08:28:50 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5650</guid>
		<description><![CDATA[As part of my delvings into things vacuum tubes, I of course found that many others have been down this road, including this rather interesting receiver built by Alan Yates.   Being a novice at this, I was intrigued by the fact that his circuit used the 12DZ6 tube, which could apparently be powered [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my delvings into things vacuum tubes, I of course found that many others have been down this road, including <a href="http://www.vk2zay.net/article/40">this rather interesting receiver built by Alan Yates</a>.   Being a novice at this, I was intrigued by the fact that his circuit used the 12DZ6 tube, which could apparently be powered by ordinary 12 volt supplies.   Its application was in automobile radio circuits, where high voltages were inconvenient (when needed, they were often generated by &#8220;vibrators&#8221;, which created an AC voltage from a DC battery voltage, which could then be stepped-up by a transformer).   When I mentioned this to Tom, he thought (as I did) that it was odd, and that he didn&#8217;t understand how tubes could operate with such low plate voltages.    But of course, if you search, you shall find, so I uncovered this terrific page that describes some theory and circuits that use these low voltage (and presumably safer) tubes in radio circuits.   Nifty.</p>
<p><a href="http://www.junkbox.com/electronics/lowvoltagetubes.shtml">Low Voltage Tubes</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=1HylIy78gOQ:cTUPAYKSzZE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=1HylIy78gOQ:cTUPAYKSzZE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=1HylIy78gOQ:cTUPAYKSzZE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=1HylIy78gOQ:cTUPAYKSzZE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/1HylIy78gOQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/28/low-voltage-vacuum-tubes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/28/low-voltage-vacuum-tubes/</feedburner:origLink></item>
		<item>
		<title>Tubes?  Who uses tubes anymore?</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/ZnI1TceW8Ug/</link>
		<comments>http://brainwagon.org/2010/02/28/tubes-who-uses-tubes-anymore/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:10:22 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5646</guid>
		<description><![CDATA[For the last week, I&#8217;ve been embarking on a ham radio &#8220;trip down memory lane&#8221;.   Well, it would be memory lane if I had any real memories of the tube-based equipment  that were staples of the ham shack until probably the 1970&#8217;s or so.   But if I have a personal [...]]]></description>
			<content:encoded><![CDATA[<p>For the last week, I&#8217;ve been embarking on a ham radio &#8220;trip down memory lane&#8221;.   Well, it would be memory lane if I had any real memories of the tube-based equipment  that were staples of the ham shack until probably the 1970&#8217;s or so.   But if I have a personal philosophy of my little projects, it&#8217;s that one has to look back to gain perspective about our current technology.   Or something like that.  Perhaps that&#8217;s just a rationalization for spending time reading old books about vacuum tube design.  Or perhaps this is all motivated by the idea of building a radio that glows from scratch.   Or, perhaps to demonstrate that I understand the similarities between tubes and FETs.  </p>
<p>Whatever the motivation, I&#8217;ve been looking around at projects that people have done.  A popular project seems to be &#8220;twinplex&#8221; radio, which uses a single dual triode tube in a regenerative receiver.   Staring at circuits and reading <a href="http://www.pmillett.com/technical_books_online.htm">Basic Theory and Application of Electron Tubes</a>, I&#8217;m beginning to understand the functioning of these circuits.   And, it turns out youtube has a lot of nice inspirational videos of people&#8217;s projects, such as the following:</p>
<p><center><br />
<!-- Smart Youtube --><span class="youtube"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/PYeB7nGwGv0&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/PYeB7nGwGv0&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373" ></embed><param name="wmode" value="transparent" /></object></span><br />
</center></p>
<p>Now that the winter is over, our local flea markets at Livermore and De Anza should be starting up again soon.   Perhaps I&#8217;ll keep an eye out for the components.</p>
<p><b>Addendum:</b>  Here&#8217;s another <a href="http://bignick.net/TubeRadio.htm">link for inspiration.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=ZnI1TceW8Ug:A7NvztjYWl8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=ZnI1TceW8Ug:A7NvztjYWl8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=ZnI1TceW8Ug:A7NvztjYWl8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=ZnI1TceW8Ug:A7NvztjYWl8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/ZnI1TceW8Ug" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/28/tubes-who-uses-tubes-anymore/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/28/tubes-who-uses-tubes-anymore/</feedburner:origLink></item>
		<item>
		<title>K6FIB again…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/hJ939h17fD4/</link>
		<comments>http://brainwagon.org/2010/02/27/k6fib-again/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 16:49:56 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[QRSS]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5640</guid>
		<description><![CDATA[This morning, I see K6FIB back, this time in all caps as he said he would be, along with perennials KC7VHS and WA5DJJ.   Good clean signal.

Still no trace of him on WA0UWH&#8217;s grabber, but KK7CC has no trouble getting him:

]]></description>
			<content:encoded><![CDATA[<p>This morning, I see K6FIB back, this time in all caps as he said he would be, along with perennials KC7VHS and WA5DJJ.   Good clean signal.</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/02/k6fib3.png"><img src="http://brainwagon.org/wp-content/uploads/2010/02/k6fib3-387x300.png" alt="" title="k6fib3" width="387" height="300" class="aligncenter size-medium wp-image-5641" /></a></p>
<p>Still no trace of him on WA0UWH&#8217;s grabber, but KK7CC has no trouble getting him:</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/02/kk7cc-k6fib.png.jpg"><img src="http://brainwagon.org/wp-content/uploads/2010/02/kk7cc-k6fib.png-425x291.jpg" alt="" title="kk7cc-k6fib.png" width="425" height="291" class="aligncenter size-medium wp-image-5644" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=hJ939h17fD4:Nu07Frb87KQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=hJ939h17fD4:Nu07Frb87KQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=hJ939h17fD4:Nu07Frb87KQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=hJ939h17fD4:Nu07Frb87KQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/hJ939h17fD4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/27/k6fib-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/27/k6fib-again/</feedburner:origLink></item>
		<item>
		<title>K6FIB on 30m, SMT Hellschrieber…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/G9NXc0t5Lbs/</link>
		<comments>http://brainwagon.org/2010/02/26/k6fib-on-30m-smt-hellschrieber/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:09:22 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[QRSS]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5633</guid>
		<description><![CDATA[Monitoring the QRSS part of 30m this morning for the first time in a while, got this new face:

Addendum: A few minutes later, I tuned up the band so I could see WA5DJJ, and got this nice screen grab, along with KC7VHS:

]]></description>
			<content:encoded><![CDATA[<p>Monitoring the QRSS part of 30m this morning for the first time in a while, got this new face:</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/02/k6fib.png"><img src="http://brainwagon.org/wp-content/uploads/2010/02/k6fib-387x300.png" alt="" title="k6fib" width="387" height="300" class="aligncenter size-medium wp-image-5634" /></a></p>
<p>Addendum: A few minutes later, I tuned up the band so I could see WA5DJJ, and got this nice screen grab, along with KC7VHS:</p>
<p><a href="http://brainwagon.org/wp-content/uploads/2010/02/k6fib2.png"><img src="http://brainwagon.org/wp-content/uploads/2010/02/k6fib2-387x300.png" alt="" title="k6fib2" width="387" height="300" class="aligncenter size-medium wp-image-5636" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=G9NXc0t5Lbs:y8w9F2ElQTs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=G9NXc0t5Lbs:y8w9F2ElQTs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=G9NXc0t5Lbs:y8w9F2ElQTs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=G9NXc0t5Lbs:y8w9F2ElQTs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/G9NXc0t5Lbs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/26/k6fib-on-30m-smt-hellschrieber/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/26/k6fib-on-30m-smt-hellschrieber/</feedburner:origLink></item>
		<item>
		<title>New Book: International QRP Collection</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/8-B-fh6aupI/</link>
		<comments>http://brainwagon.org/2010/02/25/new-book-international-qrp-collection/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 00:37:58 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5630</guid>
		<description><![CDATA[While over at Ham Radio Outlet the other day, I noticed a new QRP/homebrewing book on the shelf published by the RSGB:
International QRP Collection, edited by Rev. George Dobbs and Steve Telenius-Lowe.
It&#8217;s not an ideal book from the homebrewer/QRP viewpoint: it includes a bit too much operating/equipment reviews for my taste.  Still, it has [...]]]></description>
			<content:encoded><![CDATA[<p>While over at Ham Radio Outlet the other day, I noticed a new QRP/homebrewing book on the shelf published by the RSGB:</p>
<p><a href="http://www.arrl.org/catalog/?item=0020">International QRP Collection, edited by Rev. George Dobbs and Steve Telenius-Lowe</a>.</p>
<p>It&#8217;s not an ideal book from the homebrewer/QRP viewpoint: it includes a bit too much operating/equipment reviews for my taste.  Still, it has a number of interesting construction articles, including the &#8220;One Transistor Marvel&#8221; from Dave Ingram, K4TWJ (SK, sorely missed) which I hadn&#8217;t seen elsewhere, but obviously inspired things like G3XBM&#8217;s XBM80-2 transciever.   It also includes KK7B&#8217;s articles on designing and building linear transistor amplifiers that appeared in QST recently.   I&#8217;d say that&#8217;s a waste, but the articles are so good, I&#8217;d like to see them in book form (I always seem to lose magazines).  It also includes details on some simple minimal rigs that I hadn&#8217;t seen before, such as <a href="http://www.qsl.net/g3pto/pippin.html">G3MY&#8217;s Pippin</a>, and some novel variations on the Pixie.</p>
<p>Overall, I give it an 8/10.  Worth having, but not as good as DeMaw&#8217;s QRP Design Notebook.  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=8-B-fh6aupI:2op_UY8qpLw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=8-B-fh6aupI:2op_UY8qpLw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=8-B-fh6aupI:2op_UY8qpLw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=8-B-fh6aupI:2op_UY8qpLw:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/8-B-fh6aupI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/25/new-book-international-qrp-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/25/new-book-international-qrp-collection/</feedburner:origLink></item>
		<item>
		<title>Fifth Position, a test for milhouse</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/1JgGmXTm-RY/</link>
		<comments>http://brainwagon.org/2010/02/24/fifth-position-a-test-for-milhouse/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:57:48 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Checkers]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5626</guid>
		<description><![CDATA[My trip to Powell&#8217;s also netted me Erroll A. Smith&#8217;s The American Checker Player&#8217;s Handbook, a nice little tome published in 1944.   It mostly is an introduction to the famous two-move openings, systematically organizing the forty-seven two-move openings into 7 so-called &#8220;Master&#8221; openings, and then the Major Variations.    There are [...]]]></description>
			<content:encoded><![CDATA[<p>My trip to Powell&#8217;s also netted me Erroll A. Smith&#8217;s <em>The American Checker Player&#8217;s Handbook</em>, a nice little tome published in 1944.   It mostly is an introduction to the famous two-move openings, systematically organizing the forty-seven two-move openings into 7 so-called &#8220;Master&#8221; openings, and then the Major Variations.    There are two principle areas that I&#8217;d like to see Milhouse, one is the openings, so I think it might be useful once I get going on that project.  But in the mean time, it also has some nice positions that are good tests for either its general play, or its play with the endgame database.  Witness the so-called <em>Fifth Position</em>:</p>
<div id="attachment_5625" class="wp-caption aligncenter" style="width: 310px"><a href="http://brainwagon.org/wp-content/uploads/2010/02/board1.png"><img src="http://brainwagon.org/wp-content/uploads/2010/02/board1-300x300.png" alt="Fifth Position: White to Play and Draw" title="board" width="300" height="300" class="size-medium wp-image-5625" /></a><p class="wp-caption-text">Fifth Position: White to Play and Draw</p></div>
<p>Without an endgame database, it takes milhouse a 21 ply search to find the right variation that avoids a loss for white.</p>
<pre style="font-size: 12px; line-height: 13px;">
      +1 : [-5] 0.00s
         : 27-24
      +3 : [3] 0.00s
         : 27-24 11-15 20-16
... researching after failing low (-122)
      +5 : [-124] 0.00s
         : 27-24 11-15 20-16 14-18 21-17
... researching after failing high (-9)
      +7 : [-9] 0.00s
         : 20-16 11x20 27-23 12-16 19x12 20-24 12-8
... researching after failing low (-34)
      +9 : [-37] 0.00s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  27-32 23-18
     +11 : [-35] 0.01s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  27-32 23-18
         : 10-14 18-15
     +13 : [-40] 0.02s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  10-14 19-15
         : 27-32 23-19 32-27 15-10
... researching after failing low (-78)
     +15 : [-116] 0.08s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  10-14 19-15
         : 12-16  9-6  27-32  6-1  32-27 23-18
     +17 : [-119] 0.23s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  10-14  9-6
         : 27-32 19-15 12-16 23-18 14x23  6-1  32-27  1-5
     +19 : [-114] 0.72s
         : 27-23 11-15 20-16 15x24 16-11 10-15 23-19 14-18 19x10
         : 18x25 11-8  24-27 10-6  27-32  6-1  25-30
... researching after failing high (-89)
     +21 : [-11] 2.65s
         : 20-16 11x20 27-23 20-24 22-18 13-17 18x9  10-14  9-6
         : 24-27  6-1  27-31  1-5  31-27  5-9  27x18 19-15 18x11
         : 9x18
     +23 : [-16] 5.54s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  27-32 23-18
         : 10-14 18-15 13-17  9-6  17-22  6-1  22-26 15-10
     +25 : [-17] 13.83s
         : 20-16 11x20 27-23 20-24 22-18 24-27 18x9  27-32 23-18
         : 10-14 18-15 13-17  9-6  32-27  6-1  17-22 15-10
</pre>
<p>The play listed in this line differs a bit after the capture 18&#215;9, but the Cake endgame database lists the move as drawn after that capture, and it appears that milhouse is able to hold a drawing line.   Smith lists 27-31 as a drawing variation, but suggests 10-14 as the drawing move.   Using the Cake database, it also appears that 12-16 and 27-32 can draw as well.</p>
<p>Using the endgame database, milhouse asserts that the game is drawn with a 7 ply search, after searching less that 1000 nodes, about a 450 fold increase in speed.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=1JgGmXTm-RY:jTYtY2Ln0c8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=1JgGmXTm-RY:jTYtY2Ln0c8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=1JgGmXTm-RY:jTYtY2Ln0c8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=1JgGmXTm-RY:jTYtY2Ln0c8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/1JgGmXTm-RY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/24/fifth-position-a-test-for-milhouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/24/fifth-position-a-test-for-milhouse/</feedburner:origLink></item>
		<item>
		<title>Build Your 1st Vacuum Tube Regenerative Receiver</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/h8JMHLsNGow/</link>
		<comments>http://brainwagon.org/2010/02/22/build-your-1st-vacuum-tube-regenerative-receiver/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 07:06:51 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5622</guid>
		<description><![CDATA[In addition to the checkers books that I got the other day, I also picked up a couple of radio books.   One was an old book on electric circuits (perhaps the subject of a post some time in the future) and the other was this book from Lindsay books on constructing tube-based regenerative [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to the checkers books that I got the other day, I also picked up a couple of radio books.   One was an old book on electric circuits (perhaps the subject of a post some time in the future) and the other was this book from Lindsay books on constructing tube-based regenerative receivers.</p>
<p><a href="http://www.lindsaybks.com/bks/vtrcvr/index.html">Lindsay: Build Your 1st Vacuum Tube Regenerative Receiver</a></p>
<p>It&#8217;s a reasonable question as to why you might be interested in trying to build such a thing, but frankly, I don&#8217;t have a reasoned answer.  I just think it would be cool to experience this technology by actually creating a working example of this kind of art.  And it&#8217;s kind of cool to build a radio that glows.</p>
<p>We&#8217;ll see how far this project goes.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=h8JMHLsNGow:MHcXLTNEAaM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=h8JMHLsNGow:MHcXLTNEAaM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=h8JMHLsNGow:MHcXLTNEAaM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=h8JMHLsNGow:MHcXLTNEAaM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/h8JMHLsNGow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/22/build-your-1st-vacuum-tube-regenerative-receiver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/22/build-your-1st-vacuum-tube-regenerative-receiver/</feedburner:origLink></item>
		<item>
		<title>A recording of AO-51 – KJ6AKQ</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/aUEHG-Nghgc/</link>
		<comments>http://brainwagon.org/2010/02/21/a-recording-of-ao-51-kj6akq/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 07:06:17 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Amateur Satellite]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5615</guid>
		<description><![CDATA[One of the chaps that I talk to occasionally on IRC has built an IOio satellite antenna, and was nice enough to post a recording he did with it while tracking AO-51.  A nice little recording, and proof that the IOio has plenty of gain for the receive side.   
A recording of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the chaps that I talk to occasionally on IRC has built an IOio satellite antenna, and was nice enough to post a recording he did with it while tracking AO-51.  A nice little recording, and proof that the IOio has plenty of gain for the receive side.   </p>
<p><a href="http://kj6akq.nerdnetworks.org/2010/02/a-recording-of-ao51.html">A recording of AO-51 &#8211; KJ6AKQ</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=aUEHG-Nghgc:ZTen4Pg91N4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=aUEHG-Nghgc:ZTen4Pg91N4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=aUEHG-Nghgc:ZTen4Pg91N4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=aUEHG-Nghgc:ZTen4Pg91N4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/aUEHG-Nghgc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/21/a-recording-of-ao-51-kj6akq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/21/a-recording-of-ao-51-kj6akq/</feedburner:origLink></item>
		<item>
		<title>Some new additions to my checkers library…</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/Knv8j7B5YoA/</link>
		<comments>http://brainwagon.org/2010/02/20/some-new-additions-to-my-checkers-library/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 06:37:43 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Checkers]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5612</guid>
		<description><![CDATA[A visit to Powell&#8217;s books today netted me three new (well, new to me, but used, and in two cases, quite old) books on checkers.   It&#8217;s been a while since I mentioned my checkers program milhouse, but it&#8217;s still in the back of my mind, and these old books provide excellent insight into [...]]]></description>
			<content:encoded><![CDATA[<p>A visit to Powell&#8217;s books today netted me three new (well, new to me, but used, and in two cases, quite old) books on checkers.   It&#8217;s been a while since I mentioned my checkers program <code>milhouse</code>, but it&#8217;s still in the back of my mind, and these old books provide excellent insight into the game, and are rich in test cases that can be used to evaluate checkers play.    For instance, in Spayth&#8217;s <em>American Draught Player</em>, he lists a number of nice positions, like this position, labelled Payne&#8217;s #1:</p>
<div id="attachment_5613" class="wp-caption aligncenter" style="width: 310px"><a href="http://brainwagon.org/wp-content/uploads/2010/02/board.png"><img src="http://brainwagon.org/wp-content/uploads/2010/02/board-300x300.png" alt="Either side to play, white to win..." title="board" width="300" height="300" class="size-medium wp-image-5613" /></a><p class="wp-caption-text">Either side to play, white to win...</p></div>
<p>Milhouse has no difficulty finding the winning line on simple positions like this, but there are definitely some more subtle positions, and Spayth&#8217;s book provides some insight into many common openings.    I&#8217;ll probably type in some of these problems, and eventually produce a downloadable version of milhouse for all to enjoy.   </p>
<p><b>Addendum:</b>  Here&#8217;s the most interesting book: a copy of Spayth&#8217;s <em>The American Draughts Player</em>, which was written circa 1860.  I&#8217;m not sure when this edition was printed, but it&#8217;s obviously quite old, and yet in pretty good condition.</p>
<div id="attachment_5617" class="wp-caption aligncenter" style="width: 235px"><a href="http://brainwagon.org/wp-content/uploads/2010/02/photo-2.jpg"><img src="http://brainwagon.org/wp-content/uploads/2010/02/photo-2-225x300.jpg" alt="Spayth&#039;s &lt;em&gt;American Draught Player&lt;/em&gt;" title="photo (2)" width="225" height="300" class="size-medium wp-image-5617" /></a><p class="wp-caption-text">Spayth's <em>American Draught Player</em></p></div>
<p>For those of you who weren&#8217;t lucky enough to find a copy of this book, you can nevertheless find it on Google Books:</p>
<p><iframe frameborder="0" scrolling="no" style="border:0px" src="http://www.google.com/books?id=SWMXAAAAYAAJ&#038;dq=spayth%20draughts&#038;pg=PP1&#038;output=embed" width=500 height=500></iframe></p>
<p><b>Addendum<sup>2</sup>:</b> My copy is a sixth edition, which means that it probably dates to the mid 1890s.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=Knv8j7B5YoA:F9G_91iG5zE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=Knv8j7B5YoA:F9G_91iG5zE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=Knv8j7B5YoA:F9G_91iG5zE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=Knv8j7B5YoA:F9G_91iG5zE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/Knv8j7B5YoA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/20/some-new-additions-to-my-checkers-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/20/some-new-additions-to-my-checkers-library/</feedburner:origLink></item>
		<item>
		<title>The Carolina Flashers Photonics Group</title>
		<link>http://feedproxy.google.com/~r/brainwagon/~3/lvb-Ci7zrOA/</link>
		<comments>http://brainwagon.org/2010/02/20/the-carolina-flashers-photonics-group/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:39:39 +0000</pubDate>
		<dc:creator>brainwagon@gmail.com (Mark VandeWettering)</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://brainwagon.org/?p=5607</guid>
		<description><![CDATA[Roger, G3XBM once again turned me on to an interesting link, this one on a group of hams who are experimenting with communication over optical frequencies.   This is a topic that has interested me greatly in the past (I seem to be interested in the extremes of amateur radio, both in terms of [...]]]></description>
			<content:encoded><![CDATA[<p>Roger, G3XBM once again turned me on to an interesting link, this one on a group of hams who are experimenting with communication over optical frequencies.   This is a topic that has interested me greatly in the past (I seem to be interested in the extremes of amateur radio, both in terms of long wavelengths and short) and seems to be a rich area for experimentation.  Check it out:</p>
<p><a href="http://www.carolinaflashers.org/">The Carolina Flashers Photonics Group -- Welcome</a>.</p>
<p><b>Addendum:</b> They link to a fascinating demonstration of a German WW2 light-based transceiver system.   Very cool.</p>
<p><center><br />
<!-- Smart Youtube --><span class="youtube"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/vR4N6MTx_vw&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/vR4N6MTx_vw&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373" ></embed><param name="wmode" value="transparent" /></object></span><br />
</center></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brainwagon?a=lvb-Ci7zrOA:79V1_rJdXeI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=lvb-Ci7zrOA:79V1_rJdXeI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/brainwagon?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brainwagon?a=lvb-Ci7zrOA:79V1_rJdXeI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/brainwagon?i=lvb-Ci7zrOA:79V1_rJdXeI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brainwagon/~4/lvb-Ci7zrOA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brainwagon.org/2010/02/20/the-carolina-flashers-photonics-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brainwagon.org/2010/02/20/the-carolina-flashers-photonics-group/</feedburner:origLink></item>
	<copyright>Copyright 2006, Mark VandeWettering</copyright><media:credit role="author">Mark VandeWettering</media:credit><media:rating>nonadult</media:rating></channel>
</rss>
