discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block fo


From: Darren Long
Subject: Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration
Date: Sun, 27 Oct 2013 17:40:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Yep, I concur.  It is blazingly fast at rendering with the HackRF :)

Can we control any options on the sink? For example frequency scale, waterfall rate, etc. A callback would be nice too. I'd like to use the fosphor sink in my gr-kx3 script that I use to control my HF transceiver.

This is very cool.  Thanks.

Darren

On 27/10/13 17:12, Sylvain Munaut wrote:
Hi,

However, it seems to be quite laggy, with 'chunks' of 'water' 'falling' at
about 1 second intervals and not flowing smoothly.
Yes, the FCD will not quite provide enough data for it ... It's more
aimed at very wideband SDR :p

It currently processes data in chunks of 128 * 1024 which for the FCD
is pretty big.

In lib/base_sink_c_impl.cc , look for "128*1024", there should be 4
matches, and replace them all by 16*1024 (you can't process less than
that).
It should improve the frame rate for very low sample rate.

Cheers,

     Sylvain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]