[USRP-users] Re: LibUHD - Python API problem (RFNoC not found)

2021-07-06 Thread COURANT Frederique - Contractor via USRP-users
>> Cc : USRP-users@lists.ettus.com<mailto:USRP-users@lists.ettus.com>; discuss-gnura...@gnu.org<mailto:discuss-gnura...@gnu.org> Objet : Re: [USRP-users] LibUHD - Python API problem (RFNoC not found) Could you share the log from CMake? That might tell us why. Sent from my iPhone On Jun 2

[USRP-users] Re: LibUHD - Python API problem (RFNoC not found)

2021-06-27 Thread COURANT Frederique - Contractor via USRP-users
rs@lists.ettus.com<mailto:USRP-users@lists.ettus.com>; discuss-gnura...@gnu.org<mailto:discuss-gnura...@gnu.org> Objet : Re: [USRP-users] LibUHD - Python API problem (RFNoC not found) Could you share the log from CMake? That might tell us why. Sent from my iPhone On Jun 25, 2021, at 1:56 AM, C

[USRP-users] LibUHD - Python API problem (RFNoC not found)

2021-06-24 Thread COURANT Frederique - Contractor via USRP-users
Hello users, When I try to install UHD 3.14.0.0 on RedHat 7.5 system, I can't enabled components LibUHD - Python API. For GNU Radio's installation I don't have problem. For the install I have follow this tutorials : * https://files.ettus.com/manual_archive/v3.14.0.0/html/page_build_guide

[USRP-users] Re: Reference indefined

2021-05-11 Thread COURANT Frederique - Contractor via USRP-users
I have tried to add ${GNURADIO_BLOCKS_INCLUDE_DIRS} and ${GR_BLOCKS_INCLUDE_DIRS} without any success. Anyone could give an example of CMakeList that use uhd and gnuradio module please ? Thanks. Regards. Fred -Message d'origine- DeĀ : Discuss-gnuradio De la part de COURANT Frederiq

[USRP-users] Reference indefined

2021-05-11 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I try to develop my own program in C++ with UHD3.14 and gnuradio 3.11. I have no problem to compile blocks that are including in uhd but when I want to compile with a sig_source or magphase_to_complex blocks that are including in Gnuradio blocks I have the following error : Main.cp

[USRP-users] Re: Read and write register personal RFNOC block

2021-05-05 Thread COURANT Frederique - Contractor via USRP-users
is working as you expect. Rob On Wed, May 5, 2021 at 8:55 AM COURANT Frederique - Contractor via USRP-users wrote: > > Hello Users, > > > > I have creating a personnal block but when I read the value of my register it > return always the same value. > > When I use

[USRP-users] Read and write register personal RFNOC block

2021-05-05 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I have creating a personnal block but when I read the value of my register it return always the same value. When I use set_arg and get_arg the value change like I want but when I try to read the register that is associating with the precedent arg with sr_read32 it look likes that t

[USRP-users] Send null signal DUC

2021-05-04 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I would like to known if someone could give me an example of how can I send a null signal to a DUC control block in C++ please ? I work with UHD 3.14. Thanks for your help. Regards. Fred ___ USRP-users mailing list -- usrp-users@lists.et

[USRP-users] reference indefined with make C++

2021-04-23 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I work with uhd 3.14 and gnuradio 3.7. I try to compile my program but I have the following error "reference indefined to uhd::rfnoc::block_id_t ? I have used the example init_usrp in the folder uhd/host/examples and I can compile without any errors. Someone could help me please ?

[USRP-users] problem swig function

2021-04-09 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I have implemented C++ code of custom block. After I have used swig because I need to use my C++ functions in my python code generate by GNU Radio 3.8. I have the following error when I try to run my python code : AttributeError: 'module' object had no attribute 'className_swigregi

[USRP-users] Error init_usrp

2021-04-01 Thread COURANT Frederique - Contractor via USRP-users
Hi Users, I have follow tutorials Getting Started with UHD and C++ but when I try to run init_usrp I have the following error : Error: RuntimeError: For legacy APIs, all devices require the same number of radios, DDCs and DUCs. Someone could help me to understand and resolve this error please ?

[USRP-users] Read register in C++

2021-03-29 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I would like to know if someone could give some examples on how can I read a register in C++ please ? I know that I need to use peek32 but I don't find any examples. I'm using UHD 3.14. Thanks for your help. Fred ___ USRP-users mailing l

[USRP-users] import error gnuradio

2021-03-12 Thread COURANT Frederique - Contractor via USRP-users
Hi Users, When I try to run my flow graph I have this error : from .blocks_python import * ImportError: /usr/local/lib/python3/dist-packages/gnuradio/blocks/-blocks_python.cpython-38-x86_64-linux-gnu.so : undefined symbol: _ZN2gr6blocks12wavfile_sink4makeEPKcijNS0_16wavfile_format_tENS-0_19wav

[USRP-users] problem with rfnoc_tx_radio

2021-03-12 Thread COURANT Frederique - Contractor via USRP-users
Hello, I try to test the flow graph that I have created with gnuradio-companion 3.8 but when I run my script I have this error "module gnuradio.uhd has no attribute rfnoc_tx_radio. I work with UHD 4.0, gnuradio 3.8 . Someone have solutions for this error please ? Best regards _

[USRP-users] readback register of personal RFNOC

2021-03-04 Thread COURANT Frederique - Contractor via USRP-users
Hello users, I have created a personal RFNOC blocks. I have reserved some address 4 in read/write and one in read only. I have no problem for write but I don't find how can I read my register in read only at the address 133. Someone could help me or give me an example please ? For information,

[USRP-users] Read a register

2021-02-22 Thread COURANT Frederique - Contractor via USRP-users
Hello, Could you give me some examples of how can I read a value at the register 134 please ? This register is only a readable data. Best regards. ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-user