Re: Galileo E5a and E5b bands simultaneously receiver with GRC

2023-02-14 Thread Marcus D. Leech
On 14/02/2023 15:16, Sylvain Munaut wrote: Hi, - Number of channels: 1 ( Since USRP 2190 model has only 1 local oscillator, it will not be possible to use 2 simultaneously channels for receiving) Well, you could still tune the RF between the two freq and then use the DDC to shift and decimat

Re: Galileo E5a and E5b bands simultaneously receiver with GRC

2023-02-14 Thread Sylvain Munaut
Hi, > - Number of channels: 1 ( Since USRP 2190 model has only 1 local oscillator, > it will not be possible to use 2 simultaneously channels for receiving) Well, you could still tune the RF between the two freq and then use the DDC to shift and decimate each channel separately so that you can

Re: Galileo E5a and E5b bands simultaneously receiver with GRC

2023-02-14 Thread Marcus Müller
Sure, you need to filter, and frequency-shift, and potentially resample. What's the sampling rate your GNSS software expects? Best regards, Marcus On 2/14/23 17:10, David Dima wrote: Hi Marcus, Thank you for your very prompt response. I have changed that but it still does not work. Do you kn

Re: Galileo E5a and E5b bands simultaneously receiver with GRC

2023-02-14 Thread David Dima
Hi Marcus, Thank you for your very prompt response. I have changed that but it still does not work. Do you know if it is possible to separate the two bands after the UHD: USRP block? David El mar, 14 feb 2023 a las 16:54, Marcus Müller () escribió: > H David, > > that makes no sense – from the

Re: Galileo E5a and E5b bands simultaneously receiver with GRC

2023-02-14 Thread Marcus Müller
H David, that makes no sense – from the figure, you would need to capture 50 MHz of bandwidth. So, you will need at least that as sampling rate. Your Bandwidth setting makes no sense, either, unless it's less than the sampling rate (in general, just leave that field empty, and UHD will choos

Re: Python ImportError from downloaded OOT module gr-satlab

2023-02-14 Thread Jeppe Ledet-Pedersen
Hi Guillermo, [for anyone who wants to play along at home, the OOT tarball is here: https://satlab.com/software/gr-satlab/gr-satlab-v20230207.tar.xz] The reported error in GRC is: ImportError: generic_type: type "correlate_access_code_tag_fixed" referenced unknown base type "gr::block" The

Re: DOA - gr-doa

2023-02-14 Thread Neel Pandeya
Hello Ali Mahbas: The gr-doa OOT currently only supports the USRP X300/X310 and the TwinRX daughterboard. We have a plan for some updates gr-doa, specifically to update the supported software stack, and to add support for the UBX daughterboard. At this time, it isn't yet clear when that work wil

DOA - gr-doa

2023-02-14 Thread Ali Mahbas (Staff)
Dear all, I need to do the angle of arrival by using USRP (gr-doa) and I know that this example requires X310-TwinRX. Unfortunately, I only have X310-SBX, B210 and N210-CBX. Would be possible to use any of these USRPs instead? Any help would be much appreciated. Thank you very much in advance.

Re: Is there a way to add break point or watch point in gnuradio

2023-02-14 Thread Josh Morman
You can hit breakpoints in the C++ code using VS Code: https://wiki.gnuradio.org/index.php?title=UsingVSCode Hitting the python called from a running flowgraph is not as straightforward, but stepping through the flowgraph setup in the top level python file can be done with the Python debugger in V

Python ImportError from downloaded OOT module gr-satlab

2023-02-14 Thread Guillermo Lena
Hello, I am new in here so first of all i apologize for any errors i make using this mailing list. I am open to any critiques. I am using a Docker to create a container with Ubuntu (22.04) and GNU Radio (3.10). The Dockerfile I am using to build the image and all dependencies installed for the

Is there a way to add break point or watch point in gnuradio

2023-02-14 Thread wieniawski
hi, all,As you know, GNU Radio will generate python file and execute. And probably it will not work correctly at the first time. So we need to debug. My question is about the debug method:1. Is there a way to add break point in python file (or C++ file)?2. And how about wa

Single (complex-)Pole IIR Filter

2023-02-14 Thread krono86
Hello everybody! I have just found out the "Single Pole IIR Filter" of the gnuradio core library does not provide the possibility to set a complex pole. Is there a specific reason? Which is the best way to realize this functionality without exploiting the more complex "IIR Filter"? Thanks for

MPSK SNR Estimator Probe

2023-02-14 Thread Szymon Kowalewski
Hi all, I have a problem when trying to measure noise/signal power. I have been trying to use the SNR Estimator probe. The documentation states that "Some calibration is required to convert dBx of the signal and noise power estimates to real measurements, such as dBm.". What type of calibration is