-
Notifications
You must be signed in to change notification settings - Fork 672
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
Error on using DDC RFNoC block. #796
Comments
@NIDHIPANDA can you specify how exactly you triggered the error? I thought I'd reproduced this bug before, but I can't right now. This is what I tried:
Both of these actions work fine. |
Hello,
The issue was with frequency shift operation in DDC block. The output rate
works fine with run time changes in frequency but the offset was not
working with uhd 4.7 version. It works with uhd 4.1
…On Thu, 23 Jan, 2025, 7:16 pm Martin Braun, ***@***.***> wrote:
@NIDHIPANDA <https://github.com/NIDHIPANDA> can you specify how exactly
you triggered the error? I thought I'd reproduced this bug before, but I
can't right now.
This is what I tried:
- Setting a different default value for the DDC frequency
- Switching the DDC frequency at runtime
Both of these actions work fine.
—
Reply to this email directly, view it on GitHub
<#796 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFU7PMP74EKNCOQZRC7C4ID2MDXD5AVCNFSM6AAAAABQMCQ3AOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBZHA2TCNRVGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@NIDHIPANDA I understand the frequency shift operation was the issue; but I could not reproduce this (I was using HEAD of master, which is basically the 4.8 Release Candidate). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am having USRP X300 device with following tool versions:
Vivado 2021.1 - AR76780n,
GNU radio version - v3.11.0.0git-820-g2adbd4ea
UHD version - UHD_4.7.0.0-84-gbdada1ed
I am trying to use the default example present in the GNU radio example folder "rfnoc_radio_ddc.grc". I am able to down convert the input signal with the desired frequency however on using frequency shift feature it hives following error:
[WARNING] [0/Radio#0] Attempting to set tick rate to 0. Skipping.
[ERROR] [RFNOC::GRAPH::DETAIL] 0/DDC#0: RfnocError: ResolveError: Attempting to overwrite property
freq@USER:0' with a new value after it was locked! Traceback (most recent call last): File "/home/quasar/gnuradio/gr-uhd/examples/grc/rfnoc_radio_ddc.py", line 330, in <module> main() File "/home/quasar/gnuradio/gr-uhd/examples/grc/rfnoc_radio_ddc.py", line 309, in main tb.start() File "/usr/local/lib/python3.8/dist-packages/gnuradio/gr/top_block.py", line 116, in start top_block_start_unlocked(self._impl, max_noutput_items) RuntimeError: RfnocError: ResolveError: Attempting to overwrite property
freq@USER:0' with a new value after it was locked!I have used the default .bit file which includes DDC blocks. Please suggest how to resolve this.
Regards,
Nidhi
The text was updated successfully, but these errors were encountered: