>
> I'm also wondering whether C++11 is allowed in gnuradio.
C++ 11 is supported in the next branch:
https://lists.gnu.org/archive/html/discuss-gnuradio/2017-10/msg00152.html
-Paul Wicks
On Thu, Jan 25, 2018 at 3:45 PM, Markus Wirsing
wrote:
> Hello,
>
> I noticed that the fastnoise_source bl
Hello,
I noticed that the fastnoise_source block is not thread safe, as it
calls rand(), which keeps global state.
This makes it non-reproducable between multiple runs once more than one
such source is used.
I also opened an issue about this on github:
https://github.com/gnuradio/gnuradio/issues/
Orthogonality (as the O in OFDM) guarantees a fixed phase relationship for
every symbol unless a pattern is introduced in an effort to reduce peak to
average power ratio (which I do not believe is happening here). PAPR is
bane of OFDM and much research has gone in to reduce this problem which
requ
Try breaking this up into 3 separate programs and start the receivers
first. It might be that the receivers aren't even getting started before
the transmitter is done.
On Thu, Jan 25, 2018 at 8:38 AM, Kurniawan Irianto
wrote:
> Hi Jeff,
>
> I am really sorry for the unclear description of my set
I can't understand your setup from the description, maybe a GRC file or
source code would help. In any case, it sounds like you may have 3 USRPs
tied together in one flowgraph, which could cause a problem.
On Thu, Jan 25, 2018 at 6:13 AM, Kurniawan Dwi Irianto <
kdwiiria...@gmail.com> wrote:
> Hi
Hi Jeff,
Thank you for your quick response. I didn't do anything with the clock sync
since I don't have gpsdo embedded on the N210 or any sync devices. I just
used the normal setting for usrp_source and usrp_sink. I set up the antenna
for tx gain to 35 and rx_gain to 15. I assume the clock sync i
How are the clocks in the N210s synced? What rates are you using? What
symptoms are you seeing that tell you the sinks are not receiving packets?
On Thu, Jan 25, 2018 at 5:34 AM, Kurniawan Dwi Irianto <
kdwiiria...@gmail.com> wrote:
> Hallo guys,
>
> I have a configuration using gnuradio-companio
Hallo guys,
I have a configuration using gnuradio-companion as follows;
# # #
# sink_1 # <- - - - - # source #- - - - - --># sink_0 #
# # #
The devices I am using are USRP N210s and it is with