fventuri / gr-sdrplay3

Out-of-tree GNU Radio module for SDRplay RSP devices - SDRplay API V3.X
GNU General Public License v3.0
43 stars 8 forks source link

Timestamp with gr-sdrplay3 #28

Open ghassel opened 1 year ago

ghassel commented 1 year ago

I'm trying to use the gr-sdrplay3 module with python and it's generally going well. I was wondering if there is a command for timestamping ? I'm trying to find the equivalent of this line for UHD / USRP

self.uhd_usrp_source_0.set_time_now(uhd.time_spec(time.time()), uhd.ALL_MBOARDS)

Thanks!

fventuri commented 1 year ago

@ghassel - I am glad to hear that you found this module useful.

Unfortunately the SDRplay RSP devices do not have time registers like the UHD or any way to say use a PPS signal; you can use an external clock from a good reference like a GPSDO, but that is not enough to provide a time reference.

Franco