mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Interferometer: added channel B gain control
This commit is contained in:
@@ -153,9 +153,9 @@ void InterferometerBaseband::run()
|
||||
if (m_spectrumSink)
|
||||
{
|
||||
if ((m_correlator.getCorrType() == InterferometerSettings::CorrelationFFT)
|
||||
|| (m_correlator.getCorrType() == InterferometerSettings::CorrelationIFFT)
|
||||
|| (m_correlator.getCorrType() == InterferometerSettings::CorrelationIFFT2)
|
||||
|| (m_correlator.getCorrType() == InterferometerSettings::CorrelationIFFTStar))
|
||||
|| (m_correlator.getCorrType() == InterferometerSettings::CorrelationIFFT)
|
||||
|| (m_correlator.getCorrType() == InterferometerSettings::CorrelationIFFT2)
|
||||
|| (m_correlator.getCorrType() == InterferometerSettings::CorrelationIFFTStar))
|
||||
{
|
||||
m_spectrumSink->feed(m_correlator.m_scorr.begin(), m_correlator.m_scorr.begin() + m_correlator.m_processed, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user