diff --git a/docs/c-netz.html b/docs/c-netz.html index 5f965eb..4a7bef2 100644 --- a/docs/c-netz.html +++ b/docs/c-netz.html @@ -227,13 +227,15 @@ We need to calibrate the speed of our transmit signal (and receive signal as wel
Importaint: We need calibrate the signal processing clock!
+
+You can skip this parts, if you use SDR, because they have more accurate crystals than sound cards.
First of all we need a reference clock. Since most computers have standard crystal clocks, we cannot use our system clock without any help. I decided to use the help of the NTP daemon. -After running my system for several days (5 days), the clock speed was accurate enough for a base station. +After running my system for one up to 5 days, the clock speed was accurate enough for a base station. Be sure to choose a place for your PC with constant temperature. A room inside a building is sufficient.
diff --git a/src/cnetz/main.c b/src/cnetz/main.c index c5dd916..a4fca5f 100644 --- a/src/cnetz/main.c +++ b/src/cnetz/main.c @@ -446,7 +446,7 @@ int main(int argc, char *argv[]) exit(0); } - if (!set_clock_speed && !measure_speed) { + if (!set_clock_speed && !measure_speed && !use_sdr) { printf("No clock speed given. You need to measure clock using '-M' and later correct clock using '-S