I am following this github example for understanding OFDM on gnuradio-companion, I am able to execute ofdm_tx
individually (64 and 512 FFT point) without any issues, but when I connect these two in single graph, I am able to get spectrum from ofdm_tx
(no output from ofdm_rx
or getting straight line).
My question here, each time I close my output spectrum, my tool get hanged and in background (inside gnu-companion) I observe the following message tarin (attached, printscreen). Similar thing also observed when I run ofdm_rx individually.
Error message in Console :
packet_headerparser_b :info: Detected an invalid packet at item 1448. header_payload_demux :info :parser returned #f
Please guide me in this regard,