Re: [Discuss-gnuradio] trap divide error in using OFDM carrier allocator

2016-12-22 Thread Jeon
Ah, never mind. I declared occupied/pilot carriers and sync words incorrectly. For example, it must not be ((-3, -1, 1, 3)) but must be (-3, -1, 1, 3),). I forgot putting a comma. Regards, Jeon. On Thu, Dec 22, 2016 at 5:14 PM, Jeon wrote: > I made a simple flow graph using OFDM Carrier Alloc

[Discuss-gnuradio] trap divide error in using OFDM carrier allocator

2016-12-22 Thread Jeon
I made a simple flow graph using OFDM Carrier Allocator. Please see the attachment. If the attachment is not available, screenshot of it can be found at http://imgur.com/v7aPL7J (Almost same as http://gnuradio.org/doc/doxygen-3.7/page_ofdm.html#ofdm_tx) When I run the flow graph, it immediately st