Skip to content

(De)modulator analyzer feature plugin

Compare
Choose a tag to compare
@f4exb f4exb released this 21 Dec 09:58
· 3157 commits to master since this release

(De)modulator analyzer feature plugin

This (de)modulator analyzer feature plugin can be used to analyze the real demodulated signal from some channel plugins. It shows the demodulated signal for Rx channels and the modulating signal for Tx channels.

Rx channels are:

  • AM demodulator
  • DSD (FM digital voice) demodulator
  • NFM demodulator
  • SSB demodulator
  • WFM demodulator

Tx channels are:

  • AM modulator
  • NFM modulator
  • Packet modulator
  • SSB modulator
  • WFM modulator

Details of the interface are available in the readme file of the plugin. This implements issue #695.

Other changes and fixes

  • GLShaderTVArray: fixed regression introduced by commit a08e18b
  • Appveyor MSVC build: follow upgrade to Qt 5.15.2