Hi there!
You should also download the gr-osmosdr module which will then provide you
with the osmocom source block which you will use with your rtl device
You can find more instructions here https://osmocom.org/
projects/sdr/wiki/rtl-sdr
Στις 24 Ιουλ 2017 20:32, ο χρήστης "Nipun Pruthi"
έγραψε:
> Marcus
>
> [1] https://docs.python.org/2/library/optparse.html#
> standard-option-actions
>
> On 18.07.2017 10:40, George Vardakis wrote:
>
> Hi all!
>
> I need to give the user the option to pass a boolean parameter when
> executing my script from command line, somethi
Hi all!
I need to give the user the option to pass a boolean parameter when
executing my script from command line, something like '--split-image=True',
where split_image is a parameter of a block. What is the way to do that
from gnuradio without needing to translate inside my code the 'True' strin
Hi all,
I need to perform clock recovery on a signal without constantly changing
its phase. I think that the clock recovery block in Gnuradio does exactly
that in order to maximize the energy of the signal. Is there any other way
that does not tamper with the signal phase?
Thanks!
___
n
the same usrp transmits and receives. This calls for some clock recovery
function.
Thank you very much for your time Marcus
Στις 14 Ιουν 2017 10:55 π.μ., ο χρήστης "George Vardakis" <
vardakis@gmail.com> έγραψε:
Στις 13 Ιουν 2017 10:22 μ.μ., ο χρήστης έγραψε:
In the two-USRP
at files in the form of plots or
graphs, highlighting the areas you consider "distortion". This will help
us help you.
On 2017-06-13 07:23, George Vardakis wrote:
Good evening,
I attach three captures to show you the problem, one with the reference
signal i transmit, one with t
:
> On 06/12/2017 03:53 PM, George Vardakis wrote:
>
> Hello all,
>
> I have two USRP B210 devices which i use in my MIMO application. When i
> use the two of them concurrently in a flowgraph - or different flowgraphs -
> i notice that the signal received by the streams of one
Hello all,
I have two USRP B210 devices which i use in my MIMO application. When i use
the two of them concurrently in a flowgraph - or different flowgraphs - i
notice that the signal received by the streams of one of the devices (the
one whose serial number is last in lexicographical order) is di
Good evening,
i am trying to import an out of tree module (module_A) inside another out
of tree module (module_B) in order to be able to include header files from
one to another.How can that be achieved ,and what changes would that
require to the CMakeLists files of module_B?
Thank you in advance