mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
DATV demod: make sure that when baseband rate changes the channelizer is reconfigured to get all available bandwidth
This commit is contained in:
parent
916a284b48
commit
e53da4e9a8
File diff suppressed because it is too large
Load Diff
@ -496,6 +496,8 @@ private:
|
|||||||
|
|
||||||
void ApplySettings();
|
void ApplySettings();
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
void channelSampleRateChanged();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_DATVDEMOD_H
|
#endif // INCLUDE_DATVDEMOD_H
|
||||||
|
@ -68,6 +68,7 @@ public:
|
|||||||
|
|
||||||
void configure(MessageQueue* messageQueue, int sampleRate, int centerFrequency);
|
void configure(MessageQueue* messageQueue, int sampleRate, int centerFrequency);
|
||||||
int getInputSampleRate() const { return m_inputSampleRate; }
|
int getInputSampleRate() const { return m_inputSampleRate; }
|
||||||
|
int getRequestedCenterFrequency() const { return m_requestedCenterFrequency; }
|
||||||
|
|
||||||
virtual void start();
|
virtual void start();
|
||||||
virtual void stop();
|
virtual void stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user