-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adalm pluto support #28
Comments
Ideally it would be supported through SoapySDR. There were some discussions already, but I don't know if there was a follow-up. pothosware/SoapySDR#136 If you can drive the PlutoSDR using GNURadio (maybe with gr-iio), then you can use the ODR-DabMod ZMQ output to connect to a GNURadio ZMQ source. If you manage to transmit using the PlutoSDR, let me know, we can post a news entry on www.opendigitalradio.org ! |
Hi,
Did you try compiling odr-dabmod with fast math enabled and with
optimisation flag at level 3?
The other possibility would be to port some heavy bits to the zync FPGA,
but I dare say that nobody that could do it will will want to do it that
badly!
The Zync inside the Pluto is actually dual core. If you haven't enabled
that in the bootloader already, it might help you win.
A last thought is the fir filter is costly. You can disable it, but the
close-in spectrum performance would suffer.
R
…On Mon, 30 Nov 2020, 23:24 maceyldn, ***@***.***> wrote:
Hi All,
I've tried this, I have an image built for pluto although unfortunatly, it
doesn't look like the pluto has enough processing power to run odr-dabmod
natively. :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDM6H3OHZ5VOZ4ZCMXR54TSSQSUPANCNFSM4FBMI6ZA>
.
|
Ok, after helping on receive part...a bit of challenge to run it on pluto : will try soon after (still) improving dvbs2 tv modulation. |
Sorry looks like I may have accidentally deleted my message.. Hi All, Rash, fast math is on, not tried the compiler optimisation flags. Pulled zmq out aswell as it was getting a bit big. Can try optimisation later. I can see a very broken carrier on the Spectrum Analyser! CPU was up at 90% and yup had the 2nd core enabled! Will try without the filter too... Watch this space! |
Compiled with -O3 - No real difference. Any other suggestions? Would love to get this working! :) |
Hello,
It would incredible to have support for this board due it seem suitable for DAB and it has an incredible price(99$).
any ideas how to accomplish this?.
The text was updated successfully, but these errors were encountered: