{"id":20010,"date":"2021-01-28T00:17:30","date_gmt":"2021-01-28T05:17:30","guid":{"rendered":"https:\/\/reactivemusic.net\/?p=20010"},"modified":"2021-01-31T01:32:35","modified_gmt":"2021-01-31T06:32:35","slug":"iq-file-and-stream-converters-for-sdr","status":"publish","type":"post","link":"https:\/\/reactivemusic.net\/?p=20010","title":{"rendered":"IQ file and stream converters for SDR"},"content":{"rendered":"<h3>Notes on streaming IQ data<\/h3>\n<p>Looking for an alternative to CubicSDR that would provide soapySDR library support, and backend frequency control without at GUI<\/p>\n<hr \/>\n<h4>links:<\/h4>\n<p>audacity:\u00a0<a href=\"http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/recording-smartsdr-iq-data-audacity\/\">http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/recording-smartsdr-iq-data-audacity\/<\/a><\/p>\n<p>convert rtlsdr to sdr-sharp:\u00a0<a href=\"https:\/\/github.com\/Marcin648\/iqToSharp\">https:\/\/github.com\/Marcin648\/iqToSharp<\/a><\/p>\n<p>demod (demodulate IQ streams)\u00a0\u00a0<a href=\"https:\/\/github.com\/cubehub\/demod\">https:\/\/github.com\/cubehub\/demod<\/a><\/p>\n<p>rust-airspy\u00a0 (get stream from airspy)\u00a0\u00a0<a href=\"https:\/\/github.com\/cubehub\/rust-airspy\">https:\/\/github.com\/cubehub\/rust-airspy<\/a><\/p>\n<p>andres vahter blog:\u00a0<a href=\"https:\/\/andres.svbtle.com\/pipe-sdr-iq-data-through-fm-demodulator-for-fsk9600-ax25-reception\">https:\/\/andres.svbtle.com\/pipe-sdr-iq-data-through-fm-demodulator-for-fsk9600-ax25-reception<\/a><\/p>\n<p><span class=\"hljs-selector-tag\">rtl_tcp<\/span> <span class=\"hljs-selector-tag\">-a<\/span> 192<span class=\"hljs-selector-class\">.168<\/span><span class=\"hljs-selector-class\">.2<\/span><span class=\"hljs-selector-class\">.106<\/span><\/p>\n<p>rtl_fm can also output raw signed 16 bit IQ data. &#8211; as in this example from vahter&#8217;s blog: rtl_fm -f <span class=\"hljs-number\">437.505<\/span>M -M raw &#8211;<span class=\"hljs-keyword\">s<\/span> <span class=\"hljs-number\">1024000<\/span> &#8211;<span class=\"hljs-keyword\">r<\/span> <span class=\"hljs-number\">22050<\/span> | doppler -tle <span class=\"hljs-string\">&#8220;ESTCUBE 1&#8221;<\/span> cubesat.txt | demod -M fm -deviation <span class=\"hljs-number\">3.5<\/span><span class=\"hljs-keyword\">k<\/span> | multimon-ng -t raw -a FSK9600 \/dev\/stdin<\/p>\n<p>liquid-dsp c sdr dsp lib :\u00a0<a href=\"https:\/\/github.com\/jgaeddert\/liquid-dsp\">https:\/\/github.com\/jgaeddert\/liquid-dsp<\/a><\/p>\n<p>sv3exp &#8211; interesting experiment with piping iq data in linux command line:\u00a0\u00a0<a href=\"https:\/\/sv3exp.blogspot.com\/2019\/09\/decoding-ft8-in-with-any-sdr-like-usrp.html\">https:\/\/sv3exp.blogspot.com\/2019\/09\/decoding-ft8-in-with-any-sdr-like-usrp.html<\/a><\/p>\n<p>ha7ilm csdr (command line sdr processor)\u00a0\u00a0<a href=\"https:\/\/github.com\/ha7ilm\/csdr\">https:\/\/github.com\/ha7ilm\/csdr<\/a><\/p>\n<p>**sdrplay rtl_tcp fork \u00a0<a href=\"https:\/\/github.com\/SDRplay\/RSPTCPServer\">https:\/\/github.com\/SDRplay\/RSPTCPServer<\/a><\/p>\n<p>cloud-sdr internet streaming:\u00a0\u00a0<a href=\"http:\/\/www.cloud-sdr.com\/streaming-iq-over-internet-listen-remotely-to-airport-radio\/\">http:\/\/www.cloud-sdr.com\/streaming-iq-over-internet-listen-remotely-to-airport-radio\/<\/a> cloud-sdr also looks to be out of business.<\/p>\n<p>&nbsp;<\/p>\n<p>interesting post about requests for command line cubicsdr and related : <a href=\"https:\/\/github.com\/cjcliffe\/CubicSDR\/issues\/654\">https:\/\/github.com\/cjcliffe\/CubicSDR\/issues\/654<\/a><\/p>\n<p>rx tools (an update of some of the rtl stuff using soapysdr\u00a0\u00a0<a href=\"https:\/\/github.com\/rxseger\/rx_tools\">https:\/\/github.com\/rxseger\/rx_tools<\/a><\/p>\n<p>rx_tools, in theory, is a good prospect, but the code is several years out of date, gives errors on devices, is unsupported &#8211; just doesn&#8217;t work yet.<\/p>\n<p>There are many good examples of IQ streaming with rtl_fm and rtl_tcp, but of course they only suppport rtlsdr.<\/p>\n<h4>Prospects<\/h4>\n<p>pothos sdr : flowgraph\u00a0<a href=\"https:\/\/github.com\/pothosware\/PothosCore\/wiki\">https:\/\/github.com\/pothosware\/PothosCore\/wiki<\/a><\/p>\n<p>**luaradio &#8211; similar to gnu-radio and looks like will run with macports:\u00a0 <a href=\"https:\/\/github.com\/vsergeev\/luaradio\">https:\/\/github.com\/vsergeev\/luaradio<\/a> This is a flowgraph language like Gnu-radio. But its lightweight. If the device support is ok, then it looks like there are flowgraph modules that would allow tcp data in\/out as well as audio. This is primarily a linux app &#8211; but if you ran it on r-pi it could make a good front end for a lot of devices. Also it may run in Mac OS with some audio tweaks. ie., portaudio and pulseaudio.<\/p>\n<p>**sdrGlut this app runs on mac os and streams iq <a href=\"https:\/\/github.com\/righthalfplane\/SdrGlut\">https:\/\/github.com\/righthalfplane\/SdrGlut<\/a> &#8211; I was not able to find a method of external frequency control. It may be added in future releases as this app is in active current development.\u00a0 Also it runs sdrplay rspdx.<\/p>\n<p>**gnu-radio: Well supported and active development. Not sure about device support for common hobbyist radios like sdrplay, airspyhf, etc.,\u00a0 gnu-radio: <a href=\"http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/gnuradio-ssb-receiver\/\">http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/gnuradio-ssb-receiver\/<\/a><\/p>\n<p>**worst-case scenario. Actually build something with soapy-sdr, hamlib, and csdr.<\/p>\n<h5>docs<\/h5>\n<p>**PLSDR &#8211; some nice theory here: <a href=\"https:\/\/arachnoid.com\/PLSDR\/\">https:\/\/arachnoid.com\/PLSDR\/<\/a><\/p>\n<p>**IQ data for dummies: <a href=\"http:\/\/whiteboard.ping.se\/SDR\/IQ\">http:\/\/whiteboard.ping.se\/SDR\/IQ<\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Notes on streaming IQ data Looking for an alternative to CubicSDR that would provide soapySDR library support, and backend frequency control without at GUI links: audacity:\u00a0http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/recording-smartsdr-iq-data-audacity\/ convert rtlsdr to sdr-sharp:\u00a0https:\/\/github.com\/Marcin648\/iqToSharp demod (demodulate IQ streams)\u00a0\u00a0https:\/\/github.com\/cubehub\/demod rust-airspy\u00a0 (get stream from airspy)\u00a0\u00a0https:\/\/github.com\/cubehub\/rust-airspy andres vahter blog:\u00a0https:\/\/andres.svbtle.com\/pipe-sdr-iq-data-through-fm-demodulator-for-fsk9600-ax25-reception rtl_tcp -a 192.168.2.106 rtl_fm can also output raw signed 16 bit IQ data. &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/reactivemusic.net\/?p=20010\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;IQ file and stream converters for SDR&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[332],"tags":[],"class_list":["post-20010","post","type-post","status-publish","format-standard","hentry","category-radio-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IQ file and stream converters for SDR - reactive music<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/reactivemusic.net\/?p=20010\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IQ file and stream converters for SDR - reactive music\" \/>\n<meta property=\"og:description\" content=\"Notes on streaming IQ data Looking for an alternative to CubicSDR that would provide soapySDR library support, and backend frequency control without at GUI links: audacity:\u00a0http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/recording-smartsdr-iq-data-audacity\/ convert rtlsdr to sdr-sharp:\u00a0https:\/\/github.com\/Marcin648\/iqToSharp demod (demodulate IQ streams)\u00a0\u00a0https:\/\/github.com\/cubehub\/demod rust-airspy\u00a0 (get stream from airspy)\u00a0\u00a0https:\/\/github.com\/cubehub\/rust-airspy andres vahter blog:\u00a0https:\/\/andres.svbtle.com\/pipe-sdr-iq-data-through-fm-demodulator-for-fsk9600-ax25-reception rtl_tcp -a 192.168.2.106 rtl_fm can also output raw signed 16 bit IQ data. &hellip; Continue reading &quot;IQ file and stream converters for SDR&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reactivemusic.net\/?p=20010\" \/>\n<meta property=\"og:site_name\" content=\"reactive music\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-28T05:17:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-31T06:32:35+00:00\" \/>\n<meta name=\"author\" content=\"Tom Zicarelli\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tom Zicarelli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010\"},\"author\":{\"name\":\"Tom Zicarelli\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"headline\":\"IQ file and stream converters for SDR\",\"datePublished\":\"2021-01-28T05:17:30+00:00\",\"dateModified\":\"2021-01-31T06:32:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010\"},\"wordCount\":491,\"articleSection\":[\"Radio\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010\",\"name\":\"IQ file and stream converters for SDR - reactive music\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#website\"},\"datePublished\":\"2021-01-28T05:17:30+00:00\",\"dateModified\":\"2021-01-31T06:32:35+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/reactivemusic.net\\\/?p=20010\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20010#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/reactivemusic.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IQ file and stream converters for SDR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#website\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/\",\"name\":\"reactive music\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/reactivemusic.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\",\"name\":\"Tom Zicarelli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g\",\"caption\":\"Tom Zicarelli\"},\"sameAs\":[\"http:\\\/\\\/tomzicarelli.com\"],\"url\":\"https:\\\/\\\/reactivemusic.net\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IQ file and stream converters for SDR - reactive music","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/reactivemusic.net\/?p=20010","og_locale":"en_US","og_type":"article","og_title":"IQ file and stream converters for SDR - reactive music","og_description":"Notes on streaming IQ data Looking for an alternative to CubicSDR that would provide soapySDR library support, and backend frequency control without at GUI links: audacity:\u00a0http:\/\/play.fallows.ca\/wp\/radio\/software-defined-radio\/recording-smartsdr-iq-data-audacity\/ convert rtlsdr to sdr-sharp:\u00a0https:\/\/github.com\/Marcin648\/iqToSharp demod (demodulate IQ streams)\u00a0\u00a0https:\/\/github.com\/cubehub\/demod rust-airspy\u00a0 (get stream from airspy)\u00a0\u00a0https:\/\/github.com\/cubehub\/rust-airspy andres vahter blog:\u00a0https:\/\/andres.svbtle.com\/pipe-sdr-iq-data-through-fm-demodulator-for-fsk9600-ax25-reception rtl_tcp -a 192.168.2.106 rtl_fm can also output raw signed 16 bit IQ data. &hellip; Continue reading \"IQ file and stream converters for SDR\"","og_url":"https:\/\/reactivemusic.net\/?p=20010","og_site_name":"reactive music","article_published_time":"2021-01-28T05:17:30+00:00","article_modified_time":"2021-01-31T06:32:35+00:00","author":"Tom Zicarelli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tom Zicarelli","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/reactivemusic.net\/?p=20010#article","isPartOf":{"@id":"https:\/\/reactivemusic.net\/?p=20010"},"author":{"name":"Tom Zicarelli","@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"headline":"IQ file and stream converters for SDR","datePublished":"2021-01-28T05:17:30+00:00","dateModified":"2021-01-31T06:32:35+00:00","mainEntityOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=20010"},"wordCount":491,"articleSection":["Radio"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/reactivemusic.net\/?p=20010","url":"https:\/\/reactivemusic.net\/?p=20010","name":"IQ file and stream converters for SDR - reactive music","isPartOf":{"@id":"https:\/\/reactivemusic.net\/#website"},"datePublished":"2021-01-28T05:17:30+00:00","dateModified":"2021-01-31T06:32:35+00:00","author":{"@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"breadcrumb":{"@id":"https:\/\/reactivemusic.net\/?p=20010#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reactivemusic.net\/?p=20010"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/reactivemusic.net\/?p=20010#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/reactivemusic.net\/"},{"@type":"ListItem","position":2,"name":"IQ file and stream converters for SDR"}]},{"@type":"WebSite","@id":"https:\/\/reactivemusic.net\/#website","url":"https:\/\/reactivemusic.net\/","name":"reactive music","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/reactivemusic.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571","name":"Tom Zicarelli","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g","caption":"Tom Zicarelli"},"sameAs":["http:\/\/tomzicarelli.com"],"url":"https:\/\/reactivemusic.net\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/20010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20010"}],"version-history":[{"count":12,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/20010\/revisions"}],"predecessor-version":[{"id":20054,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/20010\/revisions\/20054"}],"wp:attachment":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=20010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=20010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}