Hi Nikita, that would sound like you'd need to implement it yourself – and put a lot of thought into how you can make a display that manages to show a (potentially infinite) amount of data on a limited display; probably something like downsampling or only storing the min/max for periods in the signal, depending on what you need to show in that overview.
Cheers, Marcus On 27.03.2017 15:27, Nikita Airee wrote: > Thanks Julian, I think this should do it for now. In fact, it is quite > relevant to what I trying to do. > > Also Marcus what should I do if I don't want a "paper ticker" but > utility which as you say "constantly rescales" the display? > > On Mon, Mar 27, 2017 at 5:29 PM, Julian Arnold <jul...@elitecoding.org > <mailto:jul...@elitecoding.org>> wrote: > > Hey, > > if you are thinking of something like a "paper ticker" like Marcus > mentioned, you could take a look at > [1]. We had an application where we needed to have real time updates > that roll in from right to left. > This could probably be done in a more easy way using the existing > QT Gui > Time Sink but we decided to > create a new QT Gui block "rollingscope" that does just that. > > [1] https://github.com/RWTH-iNets/gr-rollingscope > <https://github.com/RWTH-iNets/gr-rollingscope> > > Cheers, > > > On 03/27/2017 01:48 PM, Marcus Müller wrote: > > Hi Nikita, > > > > so, you'd be constantly rescaling the display, or are you more > thinking > > of something like a "paper ticker" thing, where new signal "slowly" > > pushes out old signal? > > > > Best regards, > > > > Marcus > > > > > > On 27.03.2017 12:17, Nikita Airee wrote: > >> the GNURadio simulation. This means that the all values from > the very > >> first to the absolute last are displayed no matter how long the > >> simulation runs for. > > > > _______________________________________________ > > Discuss-gnuradio mailing list > > Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> > > -- > Julian Arnold, M.Sc. > > Institute for Networked Systems > RWTH Aachen University > > Kackertstrasse 9 > 52072 Aachen > Germany > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> > > > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio