diff --git a/plugins/channelrx/demodbfm/bfmdemodgui.h b/plugins/channelrx/demodbfm/bfmdemodgui.h index d01c64649..dd1baf067 100644 --- a/plugins/channelrx/demodbfm/bfmdemodgui.h +++ b/plugins/channelrx/demodbfm/bfmdemodgui.h @@ -94,7 +94,7 @@ private: RDSParser m_rdsParser; BFMDemod* m_bfmDemod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; int m_rate; std::vector m_g14ComboIndex; diff --git a/plugins/channelrx/demoddsd/dsddemodgui.h b/plugins/channelrx/demoddsd/dsddemodgui.h index d8c935ca5..cc605d47c 100644 --- a/plugins/channelrx/demoddsd/dsddemodgui.h +++ b/plugins/channelrx/demoddsd/dsddemodgui.h @@ -110,7 +110,7 @@ private: bool m_tdmaStereo; bool m_audioMute; bool m_squelchOpen; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; int m_tickCount; float m_myLatitude; diff --git a/plugins/channelrx/demodssb/ssbdemodgui.h b/plugins/channelrx/demodssb/ssbdemodgui.h index 33cfbea71..ac8519bbb 100644 --- a/plugins/channelrx/demodssb/ssbdemodgui.h +++ b/plugins/channelrx/demodssb/ssbdemodgui.h @@ -68,7 +68,7 @@ private: bool m_audioFlipChannels; bool m_dsb; bool m_audioMute; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; ThreadedBasebandSampleSink* m_threadedChannelizer; DownChannelizer* m_channelizer; diff --git a/plugins/channelrx/demodwfm/wfmdemodgui.h b/plugins/channelrx/demodwfm/wfmdemodgui.h index 74d63c043..238987bcf 100644 --- a/plugins/channelrx/demodwfm/wfmdemodgui.h +++ b/plugins/channelrx/demodwfm/wfmdemodgui.h @@ -63,7 +63,7 @@ private: ThreadedBasebandSampleSink* m_threadedChannelizer; DownChannelizer* m_channelizer; WFMDemod* m_wfmDemod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; static const int m_rfBW[]; static const int m_nbRfBW; diff --git a/plugins/channelrx/tcpsrc/tcpsrcgui.h b/plugins/channelrx/tcpsrc/tcpsrcgui.h index bcf47b4b3..2146508d8 100644 --- a/plugins/channelrx/tcpsrc/tcpsrcgui.h +++ b/plugins/channelrx/tcpsrc/tcpsrcgui.h @@ -60,7 +60,7 @@ private: DeviceSourceAPI* m_deviceAPI; TCPSrc* m_tcpSrc; ChannelMarker m_channelMarker; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; // settings TCPSrc::SampleFormat m_sampleFormat; diff --git a/plugins/channelrx/udpsrc/udpsrcgui.h b/plugins/channelrx/udpsrc/udpsrcgui.h index 9b7dc48b3..b9efc76e3 100644 --- a/plugins/channelrx/udpsrc/udpsrcgui.h +++ b/plugins/channelrx/udpsrc/udpsrcgui.h @@ -83,7 +83,7 @@ private: DeviceSourceAPI* m_deviceAPI; UDPSrc* m_udpSrc; ChannelMarker m_channelMarker; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; // settings UDPSrc::SampleFormat m_sampleFormat; diff --git a/plugins/channeltx/modam/ammod.h b/plugins/channeltx/modam/ammod.h index 06baec852..14418af98 100644 --- a/plugins/channeltx/modam/ammod.h +++ b/plugins/channeltx/modam/ammod.h @@ -292,7 +292,7 @@ private: bool m_interpolatorConsumed; Real m_magsq; - MovingAverage m_movingAverage; + MovingAverage m_movingAverage; SimpleAGC m_volumeAGC; AudioVector m_audioBuffer; diff --git a/plugins/channeltx/modam/ammodgui.h b/plugins/channeltx/modam/ammodgui.h index a059727ce..727f6cf96 100644 --- a/plugins/channeltx/modam/ammodgui.h +++ b/plugins/channeltx/modam/ammodgui.h @@ -91,7 +91,7 @@ private: ThreadedBasebandSampleSource* m_threadedChannelizer; UpChannelizer* m_channelizer; AMMod* m_amMod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; QString m_fileName; quint32 m_recordLength; diff --git a/plugins/channeltx/modatv/atvmod.h b/plugins/channeltx/modatv/atvmod.h index d9ec1d115..aa7c3cd3c 100644 --- a/plugins/channeltx/modatv/atvmod.h +++ b/plugins/channeltx/modatv/atvmod.h @@ -652,7 +652,7 @@ private: int m_lineCount; //!< current line index in frame float m_fps; //!< resulting frames per second - MovingAverage m_movingAverage; + MovingAverage m_movingAverage; quint32 m_levelCalcCount; Real m_peakLevel; Real m_levelSum; diff --git a/plugins/channeltx/modatv/atvmodgui.h b/plugins/channeltx/modatv/atvmodgui.h index cda021fe0..850280c1f 100644 --- a/plugins/channeltx/modatv/atvmodgui.h +++ b/plugins/channeltx/modatv/atvmodgui.h @@ -108,7 +108,7 @@ private: ThreadedBasebandSampleSource* m_threadedChannelizer; UpChannelizer* m_channelizer; ATVMod* m_atvMod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; QString m_imageFileName; QString m_videoFileName; diff --git a/plugins/channeltx/modnfm/nfmmod.h b/plugins/channeltx/modnfm/nfmmod.h index 192455110..4321c16b7 100644 --- a/plugins/channeltx/modnfm/nfmmod.h +++ b/plugins/channeltx/modnfm/nfmmod.h @@ -340,7 +340,7 @@ private: Bandpass m_bandpass; Real m_magsq; - MovingAverage m_movingAverage; + MovingAverage m_movingAverage; SimpleAGC m_volumeAGC; AudioVector m_audioBuffer; diff --git a/plugins/channeltx/modnfm/nfmmodgui.h b/plugins/channeltx/modnfm/nfmmodgui.h index cf7a35334..4cbe059cc 100644 --- a/plugins/channeltx/modnfm/nfmmodgui.h +++ b/plugins/channeltx/modnfm/nfmmodgui.h @@ -96,7 +96,7 @@ private: ThreadedBasebandSampleSource* m_threadedChannelizer; UpChannelizer* m_channelizer; NFMMod* m_nfmMod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; QString m_fileName; quint32 m_recordLength; diff --git a/plugins/channeltx/modssb/ssbmod.h b/plugins/channeltx/modssb/ssbmod.h index 735800259..2c0a22b38 100644 --- a/plugins/channeltx/modssb/ssbmod.h +++ b/plugins/channeltx/modssb/ssbmod.h @@ -364,7 +364,7 @@ private: int m_sumCount; Real m_magsq; - MovingAverage m_movingAverage; + MovingAverage m_movingAverage; SimpleAGC m_volumeAGC; AudioVector m_audioBuffer; diff --git a/plugins/channeltx/modssb/ssbmodgui.h b/plugins/channeltx/modssb/ssbmodgui.h index b9b61089c..4189444cd 100644 --- a/plugins/channeltx/modssb/ssbmodgui.h +++ b/plugins/channeltx/modssb/ssbmodgui.h @@ -99,7 +99,7 @@ private: UpChannelizer* m_channelizer; SpectrumVis* m_spectrumVis; SSBMod* m_ssbMod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; QString m_fileName; quint32 m_recordLength; diff --git a/plugins/channeltx/modwfm/wfmmod.h b/plugins/channeltx/modwfm/wfmmod.h index f172eb14e..2a68823d6 100644 --- a/plugins/channeltx/modwfm/wfmmod.h +++ b/plugins/channeltx/modwfm/wfmmod.h @@ -324,7 +324,7 @@ private: int m_rfFilterBufferIndex; Real m_magsq; - MovingAverage m_movingAverage; + MovingAverage m_movingAverage; SimpleAGC m_volumeAGC; AudioVector m_audioBuffer; diff --git a/plugins/channeltx/modwfm/wfmmodgui.h b/plugins/channeltx/modwfm/wfmmodgui.h index 11dd3b9ed..9c18adee7 100644 --- a/plugins/channeltx/modwfm/wfmmodgui.h +++ b/plugins/channeltx/modwfm/wfmmodgui.h @@ -93,7 +93,7 @@ private: ThreadedBasebandSampleSource* m_threadedChannelizer; UpChannelizer* m_channelizer; WFMMod* m_wfmMod; - MovingAverage m_channelPowerDbAvg; + MovingAverage m_channelPowerDbAvg; QString m_fileName; quint32 m_recordLength;