Hello gnuradio users,
I want to implement a general block which have two inputs and one
output. The general_work of this block should be called when one of the
inputs is available. My task is just tagging and copying inputs to the
output.
But my block is called any time, even if there is no
er directly outputs size of 1950. I have consumed 1950
of input, but still 1886 output remained in the input buffer of my
block. This causes that i always send one packet late.
Why rational_resampler behaves like this? Please, help.
Best regards.
On 10.07.2019 19:15, Ramazan Çetin wrote:
Hello
o you know what the problem is about rational_resampler?
Best regards.
On 9.07.2019 20:53, Ramazan Çetin wrote:
Hello,
We have a variable input payload from TAP interface. This payload is
modulated in OFDM block. Then, it passed through our custom "rtag"
block. This block behave
Hello all,
We want to transmit two channels OFDM signal. Each channel has 500kHz
bandwidth.
We want to connect each channel to TAP interfaces. At the end, we have
two OFDM receivers and two OFDM transmitters. We are getting trouble
with putting tags these two streams (from TAP0 and TAP1). T
ty or network (We are using E310 in network mode)?
Thank you so much for suggestions. The FG is attached.
Best regards.
Ramazan
On 25.06.2019 18:41, Ramazan Çetin wrote:
Hi,
I guess, the receiver cannot synchronize to our transmitters. Is there
a way for using occupied carriers for synchron
Hi,
I guess, the receiver cannot synchronize to our transmitters. Is there a
way for using occupied carriers for synchronization instead of all
carriers in schmidl cox?
Best regards.
On 24.06.2019 15:00, Ramazan Çetin wrote:
Hi Michael,
Firstly, thank you for your suggestion. I have
Hello all,
I want to profile my gnuradio flowgraph which runs on USRP E310 (ARM).
So, i need to cross compile Apache Thrift library. My compiler:
arm-oe-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon
--sysroot=/home/rcetin/e300/sysroots/armv7ahf-vfp-neon-oe-linux-gnueabi
When