[Discuss-gnuradio] Eb/N0 Ofdm

2015-08-01 Thread Marbellys
on (or equation) should I use on the noise voltage so it depends on the Eb/N0? Than you. Marbellys -- View this message in context: http://gnuradio.4.n7.nabble.com/Eb-N0-Ofdm-tp55177.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ D

Re: [Discuss-gnuradio] variable type while creating a block

2015-06-17 Thread Marbellys
utput, will I be able to save each of this bits in a vector in a new block and to manipulated them individually? Thank you. Marbellys. -- View this message in context: http://gnuradio.4.n7.nabble.com/variable-type-while-creating-a-block-tp54226p54253.html Sent from the GnuRadio mailing list archi

Re: [Discuss-gnuradio] variable type while creating a block

2015-06-16 Thread Marbellys
Thank you. -- View this message in context: http://gnuradio.4.n7.nabble.com/variable-type-while-creating-a-block-tp54226p54232.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] variable type while creating a block

2015-06-16 Thread Marbellys
Thank you, Johnathan. So if i use an unpack_k_bits block, and i set k to 1, will I be handle 1 bit at a time? -- View this message in context: http://gnuradio.4.n7.nabble.com/variable-type-while-creating-a-block-tp54226p54229.html Sent from the GnuRadio mailing list archive at Nabble.com. __

[Discuss-gnuradio] variable type while creating a block

2015-06-16 Thread Marbellys
Hello If i set the input of my block as a byte, means that the block will handle 8 bits at a time and each item correspond to one bit of that byte? in[0] is the first bit and so on? Thank you. -- View this message in context: http://gnuradio.4.n7.nabble.com/variable-type-while-creating-a-blo

[Discuss-gnuradio] Help Me

2015-04-06 Thread Marbellys Ramos Guerrero
Hi, How do I Generate New locks and use the fsm const variable &FSM is the .cc ? When I write the block and compiled by the terminal , it generates an error that fsm is not declared. In the .cc file I'm uploading on the part of make ( const fsm & FSM , int ST ) is what I can not make it generates