mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
Add Costas Loop PLL in Channel Analyzer
Add loop bandwidth and other PLL controls to Channel Analyzer GUI. Fix bug where PLL lock frequency would be incorrect by the decimation factor.
This commit is contained in:
@@ -23,6 +23,9 @@ ChannelAnalyzerSettings:
|
||||
fll:
|
||||
description: Boolean
|
||||
type: integer
|
||||
costasLoop:
|
||||
description: Boolean
|
||||
type: integer
|
||||
rrc:
|
||||
description: Boolean
|
||||
type: integer
|
||||
@@ -31,6 +34,15 @@ ChannelAnalyzerSettings:
|
||||
type: integer
|
||||
pllPskOrder:
|
||||
type: integer
|
||||
pllBandwidth:
|
||||
type: number
|
||||
format: float
|
||||
pllDampingFactor:
|
||||
type: number
|
||||
format: float
|
||||
pllLoopGain:
|
||||
type: number
|
||||
format: float
|
||||
inputType:
|
||||
description: see ChannelAnalyzerSettings::InputType
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user