Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
hms
/
aptdec
kopie van
https://github.com/Xerbo/aptdec
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
7
Wiki
Activiteit
Bladeren bron
Slight changes to syncing
tags/v1.8.0
Xerbo
4 jaren geleden
bovenliggende
6a05b7a9c1
commit
55e7402f88
1 gewijzigde bestanden
met
toevoegingen van 3
en
3 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+3
-3
dsp.c
+ 3
- 3
dsp.c
Bestand weergeven
@@ -245,10 +245,10 @@ int getpixelrow(float *pixelv, int nrow, int *zenith) {
}
// The point in which the pixel offset is recalculated
/*
if (corr < 0.75 * max) {
synced = 0;
if (corr < 0.75 * max) {
//
synced = 0;
FreqLine = 1.0;
}
*/
}
max = corr;
if (synced < 8) {
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan