Re: [Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-27 Thread SangHyuk Kim
Hi, Could you tell me where is the part, ofdm_carrier_allocation be called ? Thanks! tha 2016-05-27 0:52 GMT+09:00 Martin Braun : > Also, that block is going away soon. > > I recommend looking at the carrier allocator block instead. > > M > > On 05/25/2016 10:20 PM,

Re: [Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-26 Thread West, Nathan
On Thu, May 26, 2016 at 12:06 PM, Marcus Müller wrote: > That's pretty much what I wanted to stress: > > Dear SangHyuk, > > as you've been told you multiple times: > > Martin, 25. March 2016: > > you're not using the more recent OFDM blocks, so you won't get a lot of >

Re: [Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-26 Thread Marcus Müller
That's pretty much what I wanted to stress: Dear SangHyuk, as you've been told you multiple times: > Martin, 25. March 2016: > you're not using the more recent OFDM blocks, so you won't get a lot of > support here -- I recommend moving to the tx_ofdm and rx_ofdm stuff > instead. > I, 10. April

Re: [Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-26 Thread Martin Braun
Also, that block is going away soon. I recommend looking at the carrier allocator block instead. M On 05/25/2016 10:20 PM, SangHyuk Kim wrote: > Dear all, > > Sorry, my source code was wrong. > > There is only one /d_bit_offset += d_nbits; > > / > /Thanks . > / > > 2016-05-26 10:38

Re: [Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-25 Thread SangHyuk Kim
Dear all, Sorry, my source code was wrong. There is only one *d_bit_offset += d_nbits;* *Thanks .* 2016-05-26 10:38 GMT+09:00 SangHyuk Kim : > Hi all, > > I'm tracing how OFDM modulation is done by /ofdm/benchmark_tx.py. > > The file, ofdm.py indicates ofdm modulation

[Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-25 Thread SangHyuk Kim
Hi all, I'm tracing how OFDM modulation is done by /ofdm/benchmark_tx.py. The file, ofdm.py indicates ofdm modulation is composed of like : modulation - mapper - preamble - IFFT - CP - scale |- mapper - preamble -| And I have a question at ofdm_mapper_bcv. In