mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-02 04:53:25 +00:00
Now we really get to +-1 Hz of the base TCXO frequency precision. Previously we ignored least significant bits of the frequency due to integer arithmetics rounding, which meant that we could get up to about 80 ppb of static frequency error which is not good enough for telco systems.
######################################################################## # ZPU firmware code for USRP2 and N Series ######################################################################## This code requires the gcc-zpu tool-chain which can be found here: http://opensource.zylin.com/zpudownload.html zpu-elf-gcc should be in your $PATH ######################################################################## # Run the following commands to build ######################################################################## mkdir build cd build cmake ../ make