1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

Interferometer: implement gain and phase in API

This commit is contained in:
f4exb
2024-05-12 00:30:35 +02:00
parent b6b4eb405f
commit bab47d41c7
8 changed files with 111 additions and 8 deletions
@@ -12,6 +12,12 @@ InterferometerSettings:
type: integer
filterChainHash:
type: integer
phase:
description: Channel B phase shift in degrees (-180 to 180)
type: integer
gain:
description: Channel B gain in centi-Bels
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer