I read about Time recovery (as an example, the Mueller&Muller algorithm); it is linked to when you should sample your signal.
I am currently working on a project with GNU Radio and there is some blocks that perform time recovery.
I don't get how those blocks actually perform a time recovery in the digital world because they can't change the sample that the USRP produces... I don't understand how such algorithm can be implemented on the digital side with out affecting the USRP itself which is the device sampling the signal.
samp_rate. If it is the number you give the USRP, then no, the USRP's sample rate is the rate at which the RF continuous signal is discretized. – MBaz May 27 '16 at 18:32samp_rateis a variable. You can use it to specify anything. You can use it to specify the sampling rate of the USPR, or you can use it for something else. You have not specified what that variable is. – MBaz May 28 '16 at 01:01