<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Software Defined Radio (SDR) category</title>
	<atom:link href="http://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sun, 19 Apr 2026 18:53:15 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1845085</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 30 Jan 2025 20:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1845085</guid>
		<description><![CDATA[The Taylorator - All Your Frequencies Are Belong to Us
https://www.scd31.com/posts/taylorator?fbclid=IwY2xjawIGzDlleHRuA2FlbQIxMQABHYWn0TKcFEOmcK5k793Fpq6-zxCfUp5lXVHKG4NrQmfwp_EJlQLdDSSc1A_aem_TgywYu1d9l18dfyehSVXEw

For the past two weeks or so, I&#039;ve been working on constructing the Taylorator. The Taylorator is a piece of software which allows me to flood the FM broadcast band with Taylor Swift&#039;s music. No matter where you tune your radio, you will only be able to listen to her!

What do I mean by flooding the FM broadcast band? Well, in Canada and the US (and maybe other places too), the FM broadcast band spans 88 MHz - 108 MHz. You can&#039;t broadcast wherever, though. Stations will only appear on odd-numbered frequencies, like 88.1 MHz, 94.5 MHz, 107.3 MHz, etc. There&#039;s a technical reason for this - every FM broadcast takes up about 150 KHz of bandwidth, and spacing the broadcasts like this allows for an extra 50 KHz of wiggle room.

This also works out to 100 different frequencies that we need to populate (with 100 different songs). So, how can we accomplish this?

SDR, or Software Defined Radio, is a paradigm where you do most of your signal processing in software, and then a relatively dumb piece of hardware creates a real-world signal from this virtual signal. It works similarly to a sound card. It takes in a series of samples, and spits out a waveform that matches these samples.


One important difference between a sound card and an SDR is that a sound card takes real-valued samples, and an SDR takes complex-valued samples. That is to say, each SDR sample can be presented as a single number a + bi, where a and b are real numbers. This is primarily done because it cuts the required sample rate in half, as it allows for negative frequencies. On the hardware side, this results in a simpler design, which lowers cost.

FM modulation in software
FM modulation follows a pretty simple formula. Basically, y_n = e^(i*pi*sum(x)), where y_n is the output sample, and x is the input audio stream up until this point. (]]></description>
		<content:encoded><![CDATA[<p>The Taylorator &#8211; All Your Frequencies Are Belong to Us<br />
<a href="https://www.scd31.com/posts/taylorator?fbclid=IwY2xjawIGzDlleHRuA2FlbQIxMQABHYWn0TKcFEOmcK5k793Fpq6-zxCfUp5lXVHKG4NrQmfwp_EJlQLdDSSc1A_aem_TgywYu1d9l18dfyehSVXEw" rel="nofollow">https://www.scd31.com/posts/taylorator?fbclid=IwY2xjawIGzDlleHRuA2FlbQIxMQABHYWn0TKcFEOmcK5k793Fpq6-zxCfUp5lXVHKG4NrQmfwp_EJlQLdDSSc1A_aem_TgywYu1d9l18dfyehSVXEw</a></p>
<p>For the past two weeks or so, I&#8217;ve been working on constructing the Taylorator. The Taylorator is a piece of software which allows me to flood the FM broadcast band with Taylor Swift&#8217;s music. No matter where you tune your radio, you will only be able to listen to her!</p>
<p>What do I mean by flooding the FM broadcast band? Well, in Canada and the US (and maybe other places too), the FM broadcast band spans 88 MHz &#8211; 108 MHz. You can&#8217;t broadcast wherever, though. Stations will only appear on odd-numbered frequencies, like 88.1 MHz, 94.5 MHz, 107.3 MHz, etc. There&#8217;s a technical reason for this &#8211; every FM broadcast takes up about 150 KHz of bandwidth, and spacing the broadcasts like this allows for an extra 50 KHz of wiggle room.</p>
<p>This also works out to 100 different frequencies that we need to populate (with 100 different songs). So, how can we accomplish this?</p>
<p>SDR, or Software Defined Radio, is a paradigm where you do most of your signal processing in software, and then a relatively dumb piece of hardware creates a real-world signal from this virtual signal. It works similarly to a sound card. It takes in a series of samples, and spits out a waveform that matches these samples.</p>
<p>One important difference between a sound card and an SDR is that a sound card takes real-valued samples, and an SDR takes complex-valued samples. That is to say, each SDR sample can be presented as a single number a + bi, where a and b are real numbers. This is primarily done because it cuts the required sample rate in half, as it allows for negative frequencies. On the hardware side, this results in a simpler design, which lowers cost.</p>
<p>FM modulation in software<br />
FM modulation follows a pretty simple formula. Basically, y_n = e^(i*pi*sum(x)), where y_n is the output sample, and x is the input audio stream up until this point. (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1789889</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 16 Dec 2022 07:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1789889</guid>
		<description><![CDATA[10-Bit Broadband Data Converter Operates Beyond 35 GHz
Dec. 12, 2022
A single-channel sampler can operate across L- through to Ka-band, providing up to 6 GHz of instantaneous bandwidth supporting all current radio link needs.
https://www.electronicdesign.com/technologies/test-measurement/video/21256081/electronic-design-10bit-broadband-data-converter-operates-beyond-35-ghz

Teledyne e2v showcased its EV10AS940, the company&#039;s latest advanced 10-bit broadband data converter—a part of its push into software-defined microwave technologies. Conventional radios still use heterodyning to mix two signal frequencies in a nonlinear mixer. Moving to high-bandwidth direct-conversion devices enables significantly simplified, software-defined receivers with frequency agility. In a major front-end architectural change, the solution employs single-ended design rules for the clock and signal lines; thus, frequency-dependent baluns can be eliminated.]]></description>
		<content:encoded><![CDATA[<p>10-Bit Broadband Data Converter Operates Beyond 35 GHz<br />
Dec. 12, 2022<br />
A single-channel sampler can operate across L- through to Ka-band, providing up to 6 GHz of instantaneous bandwidth supporting all current radio link needs.<br />
<a href="https://www.electronicdesign.com/technologies/test-measurement/video/21256081/electronic-design-10bit-broadband-data-converter-operates-beyond-35-ghz" rel="nofollow">https://www.electronicdesign.com/technologies/test-measurement/video/21256081/electronic-design-10bit-broadband-data-converter-operates-beyond-35-ghz</a></p>
<p>Teledyne e2v showcased its EV10AS940, the company&#8217;s latest advanced 10-bit broadband data converter—a part of its push into software-defined microwave technologies. Conventional radios still use heterodyning to mix two signal frequencies in a nonlinear mixer. Moving to high-bandwidth direct-conversion devices enables significantly simplified, software-defined receivers with frequency agility. In a major front-end architectural change, the solution employs single-ended design rules for the clock and signal lines; thus, frequency-dependent baluns can be eliminated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1785900</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 09 Nov 2022 15:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1785900</guid>
		<description><![CDATA[https://soldersmoke.blogspot.com/2022/11/direct-conversion-receiver-simple-mixer.html?spref=fb&amp;m=1]]></description>
		<content:encoded><![CDATA[<p><a href="https://soldersmoke.blogspot.com/2022/11/direct-conversion-receiver-simple-mixer.html?spref=fb&#038;m=1" rel="nofollow">https://soldersmoke.blogspot.com/2022/11/direct-conversion-receiver-simple-mixer.html?spref=fb&#038;m=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1785750</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 08 Nov 2022 11:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1785750</guid>
		<description><![CDATA[https://panoradio-sdr.de/panoradio-sdr/]]></description>
		<content:encoded><![CDATA[<p><a href="https://panoradio-sdr.de/panoradio-sdr/" rel="nofollow">https://panoradio-sdr.de/panoradio-sdr/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1785749</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 08 Nov 2022 11:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1785749</guid>
		<description><![CDATA[32MHz spectrum and SDR in a FPGA
https://hackaday.io/project/186329-32mhz-spectrum-and-sdr-in-a-fpga

A 0 - 32MHz FPGA based Software Defined Radio (SDR) built assembling ready modules -&gt; quite cheap and easy to build]]></description>
		<content:encoded><![CDATA[<p>32MHz spectrum and SDR in a FPGA<br />
<a href="https://hackaday.io/project/186329-32mhz-spectrum-and-sdr-in-a-fpga" rel="nofollow">https://hackaday.io/project/186329-32mhz-spectrum-and-sdr-in-a-fpga</a></p>
<p>A 0 &#8211; 32MHz FPGA based Software Defined Radio (SDR) built assembling ready modules -&gt; quite cheap and easy to build</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1781403</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 26 Sep 2022 07:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1781403</guid>
		<description><![CDATA[Strengthen SATCOM with SDR-Enhanced Phased-Array Antennas
Sept. 22, 2022
Many SATCOM apps require constant communication between the satellite and ground station, which can be difficult with conventional antennas. Phased-array technologies, coupled with SDRs, provide the robust comm link necessary for proper operation.
https://www.electronicdesign.com/technologies/analog/article/21251206/per-vices-corp-strengthen-satcom-with-sdrenhanced-phasedarray-antennas?utm_source=EG+ED+Analog+%26+Power+Source&amp;utm_medium=email&amp;utm_campaign=CPS220915021&amp;o_eid=7211D2691390C9R&amp;rdx.ident[pull]=omeda&#124;7211D2691390C9R&amp;oly_enc_id=7211D2691390C9R]]></description>
		<content:encoded><![CDATA[<p>Strengthen SATCOM with SDR-Enhanced Phased-Array Antennas<br />
Sept. 22, 2022<br />
Many SATCOM apps require constant communication between the satellite and ground station, which can be difficult with conventional antennas. Phased-array technologies, coupled with SDRs, provide the robust comm link necessary for proper operation.<br />
<a href="https://www.electronicdesign.com/technologies/analog/article/21251206/per-vices-corp-strengthen-satcom-with-sdrenhanced-phasedarray-antennas?utm_source=EG+ED+Analog+%26+Power+Source&#038;utm_medium=email&#038;utm_campaign=CPS220915021&#038;o_eid=7211D2691390C9R&#038;rdx.identpull=omeda" rel="nofollow">https://www.electronicdesign.com/technologies/analog/article/21251206/per-vices-corp-strengthen-satcom-with-sdrenhanced-phasedarray-antennas?utm_source=EG+ED+Analog+%26+Power+Source&#038;utm_medium=email&#038;utm_campaign=CPS220915021&#038;o_eid=7211D2691390C9R&#038;rdx.identpull=omeda</a>|7211D2691390C9R&amp;oly_enc_id=7211D2691390C9R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1781272</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sat, 24 Sep 2022 09:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1781272</guid>
		<description><![CDATA[RadioStack&#039;s Maverick-603 Is a Fully-Functional Open-Silicon Software-Defined Radio for FT8
Built using open tools and readied for manufacturing at SkyWater using the Efabless platform, the chip on this SDR is something special.
https://www.hackster.io/news/radiostack-s-maverick-603-is-a-fully-functional-open-silicon-software-defined-radio-for-ft8-955e6446f610]]></description>
		<content:encoded><![CDATA[<p>RadioStack&#8217;s Maverick-603 Is a Fully-Functional Open-Silicon Software-Defined Radio for FT8<br />
Built using open tools and readied for manufacturing at SkyWater using the Efabless platform, the chip on this SDR is something special.<br />
<a href="https://www.hackster.io/news/radiostack-s-maverick-603-is-a-fully-functional-open-silicon-software-defined-radio-for-ft8-955e6446f610" rel="nofollow">https://www.hackster.io/news/radiostack-s-maverick-603-is-a-fully-functional-open-silicon-software-defined-radio-for-ft8-955e6446f610</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1781025</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 22 Sep 2022 06:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1781025</guid>
		<description><![CDATA[SDR vs. RFSoC: What’s the Better Transceiver?
Sept. 9, 2022
Software-defined radio or radio-frequency system-on-chip? This article compares the two technologies and weighs their advantages and disadvantages for different connectivity applications.
https://www.electronicdesign.com/technologies/analog/article/21248384/per-vices-corp-sdr-vs-rfsoc-whats-the-better-transceiver?utm_source=EG+ED+Connected+Solutions&amp;utm_medium=email&amp;utm_campaign=CPS220920174&amp;o_eid=7211D2691390C9R&amp;rdx.ident[pull]=omeda&#124;7211D2691390C9R&amp;oly_enc_id=7211D2691390C9R

What you’ll learn:

    Characteristics of transceivers that combine analog, digital, and mixed-signal components, such as SDR, RFSoC/SoC, and DFE technologies.
    Basics of an SDR and RFSoC/SoC.
    The advantages/disadvantages of using an SDR with discrete integrated circuits and other components versus a RFSoC/SoC.


Transceiver devices are ubiquitous in today’s highly connected world. Various transceivers exist for a wide range of applicability, which often combine analog, digital, and mixed-signal components. This article focuses on software-defined radio (SDR), radio-frequency system-on-chip (RFSoC/SoC), and digital front-end (DFE) technologies, all of which work as transceiver devices with embedded digital-signal-processing (DSP) capabilities.

Discussed are the advantages/disadvantages of using an SDR with discrete integrated circuits (ICs) and other components for the analog domain, as opposed to RFSoC/SoC (or other fully embedded radio front ends).]]></description>
		<content:encoded><![CDATA[<p>SDR vs. RFSoC: What’s the Better Transceiver?<br />
Sept. 9, 2022<br />
Software-defined radio or radio-frequency system-on-chip? This article compares the two technologies and weighs their advantages and disadvantages for different connectivity applications.<br />
<a href="https://www.electronicdesign.com/technologies/analog/article/21248384/per-vices-corp-sdr-vs-rfsoc-whats-the-better-transceiver?utm_source=EG+ED+Connected+Solutions&#038;utm_medium=email&#038;utm_campaign=CPS220920174&#038;o_eid=7211D2691390C9R&#038;rdx.identpull=omeda" rel="nofollow">https://www.electronicdesign.com/technologies/analog/article/21248384/per-vices-corp-sdr-vs-rfsoc-whats-the-better-transceiver?utm_source=EG+ED+Connected+Solutions&#038;utm_medium=email&#038;utm_campaign=CPS220920174&#038;o_eid=7211D2691390C9R&#038;rdx.identpull=omeda</a>|7211D2691390C9R&amp;oly_enc_id=7211D2691390C9R</p>
<p>What you’ll learn:</p>
<p>    Characteristics of transceivers that combine analog, digital, and mixed-signal components, such as SDR, RFSoC/SoC, and DFE technologies.<br />
    Basics of an SDR and RFSoC/SoC.<br />
    The advantages/disadvantages of using an SDR with discrete integrated circuits and other components versus a RFSoC/SoC.</p>
<p>Transceiver devices are ubiquitous in today’s highly connected world. Various transceivers exist for a wide range of applicability, which often combine analog, digital, and mixed-signal components. This article focuses on software-defined radio (SDR), radio-frequency system-on-chip (RFSoC/SoC), and digital front-end (DFE) technologies, all of which work as transceiver devices with embedded digital-signal-processing (DSP) capabilities.</p>
<p>Discussed are the advantages/disadvantages of using an SDR with discrete integrated circuits (ICs) and other components for the analog domain, as opposed to RFSoC/SoC (or other fully embedded radio front ends).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1780613</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 20 Sep 2022 06:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1780613</guid>
		<description><![CDATA[BREAKING NEWS: Hermes Lite 2 Back in PRODUCTION
https://www.youtube.com/watch?v=Vndr87fCwcY]]></description>
		<content:encoded><![CDATA[<p>BREAKING NEWS: Hermes Lite 2 Back in PRODUCTION<br />
<a href="https://www.youtube.com/watch?v=Vndr87fCwcY" rel="nofollow">https://www.youtube.com/watch?v=Vndr87fCwcY</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/09/10/software-defined-radio-sdr-category/comment-page-9/#comment-1780612</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 20 Sep 2022 06:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=59100#comment-1780612</guid>
		<description><![CDATA[ALL BAND ALL MODE HF/VHF/UHF TRANSCEIVER Q900 Version 3
https://www.youtube.com/watch?v=aafWjWlFv2Q

Here we take a look at the Q900 Version 3 Ham Transceiver which covers all ham bands from 160m up to 70cm.]]></description>
		<content:encoded><![CDATA[<p>ALL BAND ALL MODE HF/VHF/UHF TRANSCEIVER Q900 Version 3<br />
<a href="https://www.youtube.com/watch?v=aafWjWlFv2Q" rel="nofollow">https://www.youtube.com/watch?v=aafWjWlFv2Q</a></p>
<p>Here we take a look at the Q900 Version 3 Ham Transceiver which covers all ham bands from 160m up to 70cm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
