ShaneFlandermeyer / gr-plasma

GNU General Public License v3.0
27 stars 8 forks source link

Fixed range and velocity in range doppler sink #8

Closed fllay closed 4 months ago

fllay commented 7 months ago

Is it possible to fix range and velocity in range doppler sink? It seems that the range and velocity x-axis and y-axis is set to auto-range. I need to specify the maximum value for both range and velocity. Thank you

ShaneFlandermeyer commented 7 months ago

Unfortunately, the block in the current main/develop branches only supports autoscaling and manual zoom. If you look in commit a953bd9 in the nwf-demo branch, I did hack together a way to set the range scale via PMT messages. Adapting that commit to also handle the velocity scaling would be pretty straightforward.

I agree that this feature would be useful. I will add it to my list of features to implement in the next release!

fllay commented 7 months ago

thank you. I will try that commit.