chore: refine project documentation

This commit is contained in:
2026-08-25 22:44:36 +03:00
parent 8237f03930
commit 98d90e1e5a
45 changed files with 457 additions and 516 deletions
+4 -4
View File
@@ -24,7 +24,7 @@ unit WidebandView;
The network layer feeds 16-bit ADC samples collected from Protocol V4
wideband packets. This view feeds them to a dedicated WDSP analyzer and
renders a compact Thetis-style wideband panadapter. CPU paint uses a bitmap;
renders a compact wideband panadapter. CPU paint uses a bitmap;
when MainForm creates a TOpenGLControl the same spectrum is rendered as GL
primitives.
}
@@ -308,16 +308,16 @@ begin
if not FWDSPAnalyzerConfigured then
begin
SampleRate := Max(1, Round(FSampleRateHz));
AvBackmult := Exp(-1.0 / (15.0 * 0.120)); // Thetis wideband default.
AvBackmult := Exp(-1.0 / (15.0 * 0.120)); // default wideband averaging.
SetAnalyzer(
FWDSPAnalyzerID,
2,
1,
1, // Feed like piHPSDR: interleaved I/Q via Spectrum0.
1, // Interleaved I/Q feed via Spectrum0.
@FWDSPFlp[0],
WB_WDSP_FFT,
WB_WDSP_BLOCK,
6, // Thetis wideband default window.
6, // default wideband window.
14.0,
0, // no overlap for discontinuous WB packets.
0,