Merge pull request #74 from fredsa/patch-1

typo: 5Hz -> 5kHz
This commit is contained in:
Andy McFadden
2025-11-26 20:50:39 -08:00
committed by GitHub
+2 -1
View File
@@ -57,7 +57,7 @@
* half-cycle and a 200usec half-cycle for the start, and 250/500usec for
* the data section. Our measurements can comfortably be off by 200 usec
* with no ill effects on the lead-in, assuming a perfect signal. (Sampling
* every 200 usec would be 5Hz.) The data itself needs to be +/- 125usec
* every 200 usec would be 5kHz.) The data itself needs to be +/- 125usec
* for half-cycles, though we can get a little sloppier if we average the
* error out by combining half-cycles.
*
@@ -1103,3 +1103,4 @@ bool CassetteDialog::CassetteData::UpdatePhase(ScanState* pScanState,
return emitBit;
}