-
-
Notifications
You must be signed in to change notification settings - Fork 577
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
Limited Sampling Rate #1422
Comments
Hello , |
Not a bug, base clock selection just hasn't been implemented yet. I'll change this to a feature request. |
Got it, thanks. |
Bandwidth is for the input filter, has nothing to do with available samplerates. As I said in my last response, the reason the samplerate is limited to that value is the baseclock is set to 16MHz. It has to be dynamically adjusted but I have yet to determine an algorithm to select the best options. |
My apologies, previous posts were wrong and I deleted them. Setting the master clock rate manually allows me to view the full bandwidth using the B210mini clone instead of just 16MHz. What effect this may have beyond just watching the waterfall is beyond my level of understanding.
Thanks again for your great work! |
I want to modify this code you shared below to manually set the master clock rate to 28mhz. But where exactly do I paste it?
|
I added it to source_modules/usrp_source/src/main.cpp on line 139. Again, this is only to allow you to select the higher value, no idea about best use case and performance. |
Hello Alex, I have my usrp b205 device. Thanks for the code. I experimented with 28mhz, 40mhz, 56mhz. At these bandwidths, the waterfall visually flows smoothly. But when I select a channel in the FM radio band and listen, the sound is intermittent. I guess it doesn't work properly in this way :( did you do a test like this? For example, did you try listening to FM radio with 28mhz or 56 baseclock? I think AlexandreRouma will solve this when the time comes :) we are waiting patiently. |
Mine works great and I have no issues with sound unless I select 56 and get overruns at high bandwidth. I’ve added extra code to populate the full range of samplerate and bandwidth. The only weird thing I see is some aliasing on certain selections. |
Hello again Alex, which driver version are you using, can you share the link if possible (files.ettus.com/binaries/uhd/) Also, if possible, can you share main.cpp with me? |
I'm on MacOS 15 arm64 using the UHD that's available via brew. Here are my changes. Use at your own risk |
Hardware
Software
Bug Description
Even though the maximum supported sampling rate is higher, the maximum Sample Rate in GUI is 16 MHz, both using USRP and SoapySDR driver.
How can I increase the max sampling rate?
The text was updated successfully, but these errors were encountered: