mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 21:43:31 -04:00
bb01f58f28
Coverity reported an uninitialized scalar use of varPhase when the reference and variable Goertzel filters completed at different times. Store the last valid variable phase and magnitude values to ensure the radial calculation always uses initialized data. Signed-off-by: Robin Getz <rgetz503@gmail.com>