Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-28 Thread Cinaed Simson
On 1/28/19 8:49 AM, Luis Felipe Albarracin Sanchez wrote: > Hello Cinaed, > > Thank you for the response, > > I have detailed your Flowgraph, and I placed a "QT GUI Constellation > Sink" after the chunks to symbols block, and what I found is that the > modulation part only modulates in B-PSK,

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-28 Thread Luis Felipe Albarracin Sanchez
Hello Cinaed, Thank you for the response, I have detailed your Flowgraph, and I placed a "QT GUI Constellation Sink" after the chunks to symbols block, and what I found is that the modulation part only modulates in B-PSK, and this is beacuse you set it in the "Chunks to symbol block" with a

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-28 Thread Cinaed Simson
On 1/27/19 7:03 PM, Luis Felipe Albarracin Sanchez wrote: > Hello Cinaed, > > Thank you so much for all the work in the BER, i tested both of the > flowgraphs and they are very accurate regarding the BER measurements, i > have a couple of questions if you don´t mind: > > 1- In the latest

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-27 Thread Luis Felipe Albarracin Sanchez
Hello Cinaed, Thank you so much for all the work in the BER, i tested both of the flowgraphs and they are very accurate regarding the BER measurements, i have a couple of questions if you don´t mind: 1- In the latest flowgraph you sent (my-ber-test.grc from Jan 25th) how do you change the

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-25 Thread Cinaed Simson
It bothered me that the random source wasn't working. So I took at it again last night and discovered I needed to unpack a bit from the random source stream. Using the random source, the following work: BPSK QPSK 8PSK 16QAM using the pull down menu. There is, however, one caveat: for

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-23 Thread Cinaed Simson
Okay, I was really trying to get you do a BER calculation just once - without getting distracted by QT. If you look at the output of the random number generator, it's output appears to be unsigned bytes. But the output of Constellation decoder, appears to be signed bytes. At the BER inputs,

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-22 Thread Luis Felipe Albarracin Sanchez
Hello Cinaed and all, Thanks for the response. Mainly I want to change the modulation directly while running the flowgraph (either by QT GUI Chooser or other switch), without having others in parallel for future control systems implementations.´ I don´t know if you have any ideas or guidelines

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-22 Thread Cinaed Simson
On 1/22/19 1:54 PM, Luis Felipe Albarracin Sanchez wrote: > Hello Cinaed, Discussion List, > > Once again thank you for the response, > > Please believe me that i have gone through tutorials, and i have > understood that in the python Top block i could enable/disable blocks, i > also went

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-22 Thread Luis Felipe Albarracin Sanchez
Hello Cinaed, Discussion List, Once again thank you for the response, Please believe me that i have gone through tutorials, and i have understood that in the python Top block i could enable/disable blocks, i also went through this specific one for modulations:

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-22 Thread Cinaed Simson
On 1/22/19 8:51 AM, Luis Felipe Albarracin Sanchez wrote: > Hello Cinaed, > > Thank you for the quick response, > > I look at your flowgraph, and i appreciate al the corrections you told me. > > I must just say that i was guiding myself through the examples that are > under the folder digital

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-22 Thread Luis Felipe Albarracin Sanchez
Hello Cinaed, Thank you for the quick response, I look at your flowgraph, and i appreciate al the corrections you told me. I must just say that i was guiding myself through the examples that are under the folder digital when you install GNU Radio. I took your model, and did some changes to

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-21 Thread Cinaed Simson
On 1/21/19 3:47 PM, Luis Felipe Albarracin Sanchez wrote: > Hello all, > > I am exploring  the BER measurements in GNU Radio for different > modulations (I know Error Rate is deprecated) but i tried the example > under the digital folder for BER measurement and I understood all the > flowgraph. >