mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:37:33 +00:00
chore: refine project documentation
This commit is contained in:
+4
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user