gnuradio-grc-examples
gnuradio-grc-examples copied to clipboard
HackRF compatible revision.
Thanks. Could you summarize for me what changes you made to make it hackrf compatible? It's difficult to read the XML diff.
You're welcome.
- replaced all the obsolete blocks with their updated counterpart
- replaced uhd sources and sinks blocks with osmosdr ones
- removed LO's and adjusted tx frequencies to work without LO's
- changed all names from uhd to hackrf
I just noticed that this might be merged into master. I think it might be wise to leave it as a separate branch (just like the uhd branch...)
Thanks for the details.
Actually, the master branch is pretty obsolete because one would need to use either UHD or gr-osmosdr for inpout / output. Since the gr-osmosdr version can also work with UHD it could become the master branch.
I will merge it at the same time I update my webpage.
Could you eventually check the usb bpf transmitter? It works as advertised however for some reason I had to add a / 2 in the calculation of the output frequency. In other words, if the offset slider says +15 KHz, the actual output will be the carrier freq +7.5. Not sure why