osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: Re: [Discuss-gnuradio] Hep Needed :Query on using
qtgui from gnuradio - msg#00030

List: discuss-gnuradio-gnu

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index


> I have a necessity to integrate the qtgui window to a parent Qt
> Application.Please let me know if i use the existing function
>


If it helps, you can use gnuradio-companion to generate a pyqt
application with this qtgui sink. Use the generated python code as an
example. See the Generate Options in the options block and the QT GUI
Widgets category in the block tree.

-josh

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@xxxxxxx
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Thread at a glance:

Previous Message by Date:

[Discuss-gnuradio] Hep Needed :Query on using qtgui from gnuradio

Hi All kindly clarify my query on using wxgui of gnuradio to embedd it into another application ... I have a necessity to integrate the qtgui window to a parent Qt Application.Please let me know if i use the existing function qtgui.sink_c (int fftsize, int wintype, double fc=0, double bandwidth=1.0, const std::string &name="Spectrum Display", bool plotfreq=true, bool plotwaterfall=true, bool plotwaterfall3d=true, bool plottime=true, bool plotconst=true, bool use_openGL=true, QWidget *parent=NULL) how to use the argument parent pointer highlighted . kindly clarify my query on using wxgui of gnuradio to embedd it into another application ... I have a necessity to integrate the qtgui window to a parent Qt Application.Please let me know if i use the existing function qtgui.sink_c (int fftsize, int wintype, double fc=0, double bandwidth=1.0, const std::string &name="Spectrum Display", bool plotfreq=true, bool plotwaterfall=true, bool plotwaterfall3d=true, bool plottime=true, bool plotconst=true, bool use_openGL=true, QWidget *parent=NULL) how to use the argument parent pointer highlighted . Thanks in advance Regards Bharadwaj Desikan _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@xxxxxxx https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Next Message by Date:

Re: [Discuss-gnuradio] trellis encoder and OFDM modulator

thanks Vanessa On Tue, Jan 31, 2012 at 12:21 PM, Friederike Maier <friederike.maier@xxxxxxxxxxxxxxxxxxx> wrote: > Hi > > I was also looking around the OFDM Modulation recently. Found this nice > project here: http://people.csail.mit.edu/szym/rawofdm/README.html > where ofdm mod and channel est are done separately. I didn't had the > time to follow ths more...perhaps it helps. > > best, friederike > > On 01/20/2012 02:38 PM, vanITA1082 wrote: >> >> Did you solve it? >> >> I am trying to add FEC in the OFDM chain but I didn't figure out how to do >> this, yet. >> >> Any advice or do you know if someone did it and the code is public? >> >> Thanks >> >> Veljko Pejovic wrote: >>> >>> Hi, >>> >>> I tried to use trellis_encoder from trellis package to perform >>> convolution coding before sending the message to the OFDM modulator. >>> However, ofdm_mod has zero input signature, and relies on send_pkt() >>> which calls ofdm_packet_utils.make_packet() and then puts the message >>> in the queue at gr.ofdm_mapper_bcv. Since the chain basically starts >>> with ofdm_mod I don't see the way to connect the trellis_encoder >>> before the signal is already modulated. In ftw80211 project they >>> modify ofdm_packet_utils and write their own convolution coding >>> method, I could do the same, but then I would miss all the benefits of >>> this nice trellis package. >>> >>> Interestingly, the other modulation blocks such as dbpsk or d8psk have >>> different input signatures, and I would put the trellis_encoder >>> between the gr.message_source and modulator in pkt.py. Is there a way >>> to seamlessly introduce trellis_encoder in the flow graph with an OFDM >>> modulator? Am I missing something here? >>> >>> >>> Thanks, >>> >>> >>> Veljko >>> >>> >>> _______________________________________________ >>> Discuss-gnuradio mailing list >>> Discuss-gnuradio@xxxxxxx >>> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>> >>> >> > > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@xxxxxxx > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- Vanessa GARDELLIN, Ph.D. Researcher Institute for Informatics and Telematics (IIT), Italian National Research Council (CNR) Via G. Moruzzi 1 56124 Pisa - ITALY Phone: +390503158297 Room: B65/c E-mail: vanessa.gardellin@xxxxxxxxxx WWW: http://www.iit.cnr.it/staff/vanessa.gardellin/ Skype: gardellin.vanessa _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@xxxxxxx https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Previous Message by Thread:

[Discuss-gnuradio] Hep Needed :Query on using qtgui from gnuradio

Hi All kindly clarify my query on using wxgui of gnuradio to embedd it into another application ... I have a necessity to integrate the qtgui window to a parent Qt Application.Please let me know if i use the existing function qtgui.sink_c (int fftsize, int wintype, double fc=0, double bandwidth=1.0, const std::string &name="Spectrum Display", bool plotfreq=true, bool plotwaterfall=true, bool plotwaterfall3d=true, bool plottime=true, bool plotconst=true, bool use_openGL=true, QWidget *parent=NULL) how to use the argument parent pointer highlighted . kindly clarify my query on using wxgui of gnuradio to embedd it into another application ... I have a necessity to integrate the qtgui window to a parent Qt Application.Please let me know if i use the existing function qtgui.sink_c (int fftsize, int wintype, double fc=0, double bandwidth=1.0, const std::string &name="Spectrum Display", bool plotfreq=true, bool plotwaterfall=true, bool plotwaterfall3d=true, bool plottime=true, bool plotconst=true, bool use_openGL=true, QWidget *parent=NULL) how to use the argument parent pointer highlighted . Thanks in advance Regards Bharadwaj Desikan _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@xxxxxxx https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Next Message by Thread:

Re: [Discuss-gnuradio] trellis encoder and OFDM modulator

thanks Vanessa On Tue, Jan 31, 2012 at 12:21 PM, Friederike Maier <friederike.maier@xxxxxxxxxxxxxxxxxxx> wrote: > Hi > > I was also looking around the OFDM Modulation recently. Found this nice > project here: http://people.csail.mit.edu/szym/rawofdm/README.html > where ofdm mod and channel est are done separately. I didn't had the > time to follow ths more...perhaps it helps. > > best, friederike > > On 01/20/2012 02:38 PM, vanITA1082 wrote: >> >> Did you solve it? >> >> I am trying to add FEC in the OFDM chain but I didn't figure out how to do >> this, yet. >> >> Any advice or do you know if someone did it and the code is public? >> >> Thanks >> >> Veljko Pejovic wrote: >>> >>> Hi, >>> >>> I tried to use trellis_encoder from trellis package to perform >>> convolution coding before sending the message to the OFDM modulator. >>> However, ofdm_mod has zero input signature, and relies on send_pkt() >>> which calls ofdm_packet_utils.make_packet() and then puts the message >>> in the queue at gr.ofdm_mapper_bcv. Since the chain basically starts >>> with ofdm_mod I don't see the way to connect the trellis_encoder >>> before the signal is already modulated. In ftw80211 project they >>> modify ofdm_packet_utils and write their own convolution coding >>> method, I could do the same, but then I would miss all the benefits of >>> this nice trellis package. >>> >>> Interestingly, the other modulation blocks such as dbpsk or d8psk have >>> different input signatures, and I would put the trellis_encoder >>> between the gr.message_source and modulator in pkt.py. Is there a way >>> to seamlessly introduce trellis_encoder in the flow graph with an OFDM >>> modulator? Am I missing something here? >>> >>> >>> Thanks, >>> >>> >>> Veljko >>> >>> >>> _______________________________________________ >>> Discuss-gnuradio mailing list >>> Discuss-gnuradio@xxxxxxx >>> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>> >>> >> > > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@xxxxxxx > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- Vanessa GARDELLIN, Ph.D. Researcher Institute for Informatics and Telematics (IIT), Italian National Research Council (CNR) Via G. Moruzzi 1 56124 Pisa - ITALY Phone: +390503158297 Room: B65/c E-mail: vanessa.gardellin@xxxxxxxxxx WWW: http://www.iit.cnr.it/staff/vanessa.gardellin/ Skype: gardellin.vanessa _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@xxxxxxx https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!