Calling blocks directly

2021-11-29 Thread Andra-Maria Ilies
Hello, I am trying to write a full-program optimizer for GNURadio flow graphs in C++. For this purpose, I need to call GNURadio blocks separately inside my program. I have 2 questions: 1. How to directly feed a local vector input to a block? 2. How can I set a local array as the output

[Discuss-gnuradio] PC requirements for DVB-S2 processing at a high bandwidth

2019-01-31 Thread Maria Jesus Cañavate Sanchez
Hi there! My name is Maria and I would like to make a question regarding the kind of PC characteristics which would be required to be able to process the signal in real-time (on the PC) when using the maximum bandwidth available on the USRP X-series. The scenario would be the following one

[Discuss-gnuradio] Faster FPGA clock rates

2018-06-14 Thread Maria
on the FPGA and if that programming can be done through the GNU radio platform. If so, could you please let me know which programming language would I need? Python, C++? Existing libraries on GNU radio? Thank you very much in advance! Cheers! Maria

[Discuss-gnuradio] sample_rate and bandwidth parameter

2018-05-17 Thread Maria
still do not really understand it. Thank you very much and sorry for the I guess basic question. Best regards, Maria Jesus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Same USRP to transmit what it receives from GNU radio

2018-05-09 Thread Maria
, sending it to the USRP sink module and then using an USRP source module to transmit the signal received in the sink one back to GNU (laptop). Thank you very much in advance. Cheers! Maria Jesus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] DVB-S2 for Windows

2018-05-08 Thread Maria
Hi all! My name is Maria and I am a new GNU radio user so I still need to learn quite a lot about it. I am writing this email as I need to emulate a DVB-S2 platform on a Windows machine so I wanted to ask if the DVB-S2 implementation already available in GNU can work as well for Windows

Re: [Discuss-gnuradio] uhd_fft.grc: fifo ctrl timed out looking for acks

2016-02-24 Thread Maria Christopoulou
Hello, Yes, that was the issue. The network manager kept a previous IP address and ignored the ifconfig command. It works now. Thank you, Maria 2016-02-24 16:25 GMT+02:00 Marcus Müller <marcus.muel...@ettus.com>: > My suspicion is exactly that, network manager just "manages somet

Re: [Discuss-gnuradio] uhd_fft.grc: fifo ctrl timed out looking for acks

2016-02-23 Thread Maria Christopoulou
problem? Regarding the netmask of the USRP, it seems like a default value. Could it be related to this? Thank you, Maria 2016-02-23 8:41 GMT+02:00 Marcus Müller <marcus.muel...@ettus.com>: > Indeed! Thanks for jumping in! > > > Am 23. Februar 2016 00:04:10 MEZ, schrieb Gregory

[Discuss-gnuradio] uhd_fft.grc: fifo ctrl timed out looking for acks

2016-02-22 Thread Maria Christopoulou
guidelines to solve this issue? Best regards, Maria Christopoulou ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Unexpected issue with file source and USRP source

2013-12-15 Thread Maria Stevens
On Fri, Dec 13, 2013 at 3:58 PM, Maria Stevens mariastevens...@gmail.comwrote: So, Only case 1 is working for me. I am not using any custom gnuradio-block in my receiver. Major blocks in my demodulator chain consists of FIR filters, gr_pfb_clock_sync_ccf and packet decoder along

Re: [Discuss-gnuradio] Unexpected issue with file source and USRP source

2013-12-13 Thread Maria Stevens
So, Only case 1 is working for me. I am not using any custom gnuradio-block in my receiver. Major blocks in my demodulator chain consists of FIR filters, gr_pfb_clock_sync_ccf and packet decoder along with some adders subtractors etc. what is the difference caused by the same

[Discuss-gnuradio] Unexpected issue with file source and USRP source

2013-12-12 Thread Maria Stevens
GNU Radio Companion v3.6.4-43-g6e5dfe1a linux; GNU C++ version 4.6.3; Boost_104800; UHD_003.005.001-37-g21311276 USRP N210 Hello All ! I am observing following 3 cases for same transmitter. I ran each case multiple times and reach to conclusion that only CASE 1 is working fine. CASE 1: First i