1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 03:54:30 -04:00

SpectrumVis and DeviceUISet: add possibility to change spectrum scaling factor for Rx/Tx same spectrum commutation (MIMO)

This commit is contained in:
f4exb
2019-10-26 22:30:53 +02:00
parent 8412260d5a
commit 31a7a0fdde
4 changed files with 43 additions and 0 deletions
+5
View File
@@ -70,6 +70,11 @@ DeviceUISet::~DeviceUISet()
delete m_spectrum;
}
void DeviceUISet::setSpectrumScalingFactor(float scalef)
{
m_spectrumVis->setScalef(m_spectrumVis->getInputMessageQueue(), scalef);
}
void DeviceUISet::addChannelMarker(ChannelMarker* channelMarker)
{
m_spectrum->addChannelMarker(channelMarker);