pull/23/head
Xael South 2021-02-15 20:45:27 +00:00
rodzic 99cfa2bfca
commit f5914475cb
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ I have tested this so far and can confirm that it works for T1/C1 and S1. Thanks
Optimization on frequencies translation by rearranging compute steps implemented as proposed by alalons.
Alalons (have I thanked you already?!) proposed an speed optimized arctan function. Performance gain is notable (factor ~2) but could reduce sensitivity slightly on receiving C1 mode datagrams. A speed optimized arctan version can be activated by "-a" in the program options.
Alalons (have I thanked you already?!) proposed a speed optimized arctan function. Performance gain is notable (factor ~2) but could reduce sensitivity slightly on receiving C1 mode datagrams. A speed optimized arctan version can be activated by "-a" in the program options.
License

Wyświetl plik

@ -966,8 +966,8 @@ int main(int argc, char *argv[])
runlength_algorithm_s1(bit_s1, rssi_s1, &rl_algo_s1);
}
// --- runlength algorithm section end ---
#endif
// --- runlength algorithm section end ---
// --- time2 algorithm section begin ---