You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The X310 clocked by the reference 10 MHz exhibits a -4.5 Hz frequency offset despite the transmitted signal (GPIO output) to be exactly at 70 MHz (checked against reference source). The offset must be introduced on the receiver side.
25 bit accumulator on a 200 MHz NCO or 24 bit accumulator on a 100 MHz NCO [1]:
frequency tuning word is 70/200*2^25=11744051.2
rounding means the tuning word is either 11744051 or 11744052 (70-200*11744051/2^25)*1e6 = 1.19 Hz (70-200*11744052/2^25)*1e6 = -4.76837158 Hz
is the correct answer so we understand the cause of the NCO error.
The X310 clocked by the reference 10 MHz exhibits a -4.5 Hz frequency offset despite the transmitted signal (GPIO output) to be exactly at 70 MHz (checked against reference source). The offset must be introduced on the receiver side.
Frequency offset of the receiving DDC? Might not be unrealistic with https://github.com/EttusResearch/fpga/blob/UHD-3.15.LTS/usrp3/lib/dsp/ddc_chain.v#L33 since log2(200e6/4.5)=25.405 so a resolution of +/-4.5 Hz on a 25-bit CORDIC?
The text was updated successfully, but these errors were encountered: