Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Multi band IQ recording possible?

Hi,

Not been able to find this here but I wonder if there is any easy way to record say 6 band 192Khz sections using flex gear eg 6700 onto an HD as an IQ recording. Other SDRs can do so using software such as CWSL https://github.com/HrochL/CWSL but Flex is not supported, can I do so using TCP commands or anything other suggestions?

Thanks for reading

73s

Marios

5B4WN/G0WWW

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Administrator, FlexRadio Employee, Community Manager, Super Elmer, Moderator admin

    Good question. I created a support ticket for you.

    73

  • Member ✭✭✭

    I was wondering about this also. I would like to record the IQ data over desired bandwidth and play back signals captured for analysis . This is possible in software like SDR-Console byt apparently still not a capability when using SmartSDR.

    Andy K3UK.

  • Administrator, FlexRadio Employee, Community Manager, Super Elmer, Moderator admin

    Andy, you should be able to record the IQ stream with some sort of software. I have never played with it, so I can't offer much more than that.

    Possibly others can provide input.

  • Member ✭✭

    Several of us on this community have written code to record the IQ streams. Some have written stuff in C++, and mine is in Python. I have been able to record both the UDP VITA-49 and the WSS streams. That said, my recordings have only been useful for playing around with post processing - also using Python routines.

    Others have used GNURadio to process the IQ streams. That code is up on GitHub.

    I do not know of any method to "play" my IQ recordings back to the radio. Would be a nice thing to have!

    73, Tom

    K1FR

  • Member ✭✭

    Hi Tom,

    Would you be able to provide links to the GitHub repositories you're referring to for GNU Radio code to read IQ streams?

    73 and good DX,

    de Roger, NK1I

  • Member, Super Elmer Moderator

    Hi Tom, would you use an existing program like HDSDR to play back the recorded IQ stream? Might be worth a try...

  • Member ✭✭

    Roger:

    Here is the GitHub link: https://github.com/AB4EJ-1/TangerineSDR-pi

    And here is a link to a TAPR article that may help figure out how to get started: https://files.tapr.org/psr/psr148.pdf

    73, Tom, K1FR

  • Member ✭✭

    Hi, Len. I have not used HDSDR at all. But, thanks for the lead - I will give it a try.

    I am currently trying to get ready for the upcoming HamSCI eclipse events. That may fit right in.

    73, Tom, K1fr

  • Member, Super Elmer Moderator

    Hi Tom, I just loaded HDSDR on my main laptop and easily got it working with the DAXIQ output of my 6400. I am now listening to 3 slices at once!

    All I did to get it working was to set the input to HDSDR to the DAXIQ channel that I specified in the panadapter.

    In your case, I think that you just specify the output of your IQ recorder as input to HDSDR.

    image.png image.png


  • Member ✭✭

    Many thanks, Len. That looks like a great option!!

  • Member ✭✭

    Len: Thanks once again. That worked great. I save my recordings as numpy COMPLEX64 arrays, and all I had to do was to reformat and run them through python's sounddevice.play() to see on HDSDR. Dead easy. This will allow me to use HDSDR as an easy way to look back through raw data and redo processing if I miss something in real time.

    73, Tom, K1FR

  • Member, Super Elmer Moderator

    That is really cool Tom! Turning over-the-air signals into data provides nearly limitless possibilities. SDR has significantly changed how I look at radio...

Leave a Comment