Re: Custom OOT Block Running on USRP + General GNU Radio Questions.

2019-11-25 Thread Kyeong Su Shin
her blocks are throttling the speed of the flowgraph somehow (which shouldn't really happen). Regards, Kyeong Su Shin 보낸 사람: Michael Bassi 보낸 날짜: 2019년 11월 25일 월요일 오후 2:20 받는 사람: Kyeong Su Shin ; Discuss Gnuradio 제목: Re: Custom OOT Block Running on USRP + General

Re: Custom OOT Block Running on USRP + General GNU Radio Questions.

2019-11-24 Thread Michael Bassi
lain intimidating. 4/ Thanks I will check out other custom blocks. 5/ Yes, hopefully someone can help! Thanks again, Mike From: Kyeong Su Shin Sent: 25 November 2019 13:44 To: Michael Bassi ; Discuss Gnuradio Subject: Re: Custom OOT Block Running on USRP + Gene

Re: Custom OOT Block Running on USRP + General GNU Radio Questions.

2019-11-24 Thread Ron Economos
The function call set_output_multiple() is your friend. You can specify the size of the output buffer explicitly (although it may be 2X, 3X, etc. of that size). Here's some example code. Ron #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "buffer_cc_impl.h" #de

Re: Custom OOT Block Running on USRP + General GNU Radio Questions.

2019-11-24 Thread Kyeong Su Shin
Hello Mike, I never used USRP E3xx series boards, so I coud be off on some points, but: 1: Yes, you are correct. If I recall correctly, it uses a ring buffer-like structure. Length of the output buffer is basically amount of data points that you can safely write to the buffer at the moment, and