Re: [Discuss-gnuradio] Deprecated warning in OFDM benchmark_tx.py and benchmark_rx.py examples

2018-04-25 Thread Kurniawan Irianto
Hi Marcus, Thank you for your comments. I have tried the other OFDM blocks and it's working. It has better results as well. Best regards, Kurniawan On 24 April 2018 at 18:57, Müller, Marcus (CEL) wrote: > > My questions are should I worry about this warning and try to use >

Re: [Discuss-gnuradio] Deprecated warning in OFDM benchmark_tx.py and benchmark_rx.py examples

2018-04-24 Thread CEL
> My questions are should I worry about this warning and try to use another blocks? Yes, and yes! Use the header_payload_* blocks and the accompanying OFDM infrastructure as shown in the ofdm_tx / _rx / _loopback.grc examples. Best regards, Marcus On Tue, 2018-04-24 at 13:48 +0200, Kurniawan

[Discuss-gnuradio] Deprecated warning in OFDM benchmark_tx.py and benchmark_rx.py examples

2018-04-24 Thread Kurniawan Irianto
Hi, I was trying sending packets from transmitter to receiver using ofdm examples (benchmark_tx.py and benchmark_rx.py) and I came across warning like these. in benchmark_tx.py: The gr::digital::ofdm_mapper_bcv block has been deprecated The gr::digital::ofdm_insert_preamble block has been