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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user