2024-06-26 21:39:25 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>WDSPRxDNBDialog</class>
|
|
|
|
<widget class="QDialog" name="WDSPRxDNBDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2024-06-30 16:16:30 -04:00
|
|
|
<width>510</width>
|
|
|
|
<height>271</height>
|
2024-06-26 21:39:25 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Noise Blanker</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="activeLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="nbLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Scheme</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="nb">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>NB</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>NB2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="nbLayout">
|
2024-06-30 16:16:30 -04:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="nb2SlewTime">
|
2024-06-26 21:39:25 -04:00
|
|
|
<property name="toolTip">
|
2024-06-30 16:16:30 -04:00
|
|
|
<string>Noise blanking slew time (ms)</string>
|
2024-06-26 21:39:25 -04:00
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000100000000000</double>
|
|
|
|
</property>
|
2024-06-30 16:16:30 -04:00
|
|
|
<property name="stepType">
|
|
|
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
|
|
|
</property>
|
2024-06-26 21:39:25 -04:00
|
|
|
<property name="value">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-30 16:16:30 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="nb2ModeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB2 mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-26 21:39:25 -04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="nb2Mode">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking #2 mode</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zero</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Sample&Hold</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Mean Hold</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hold Sample</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Interpolate</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-30 16:16:30 -04:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="nbLeadTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB Lead time (ms)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="nbSlewTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB Slew time (ms)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-26 21:39:25 -04:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="nbSlewTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking slew time (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000100000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="stepType">
|
|
|
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-30 16:16:30 -04:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="nb2SlewTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB2 Slew time (ms)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="nbThresholdLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB Threshold</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QDoubleSpinBox" name="nbLeadTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking lead time (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000100000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QDoubleSpinBox" name="nb2LeadTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking lead time (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000100000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QSpinBox" name="nbThreshold">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking threshold</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>15</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>500</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLabel" name="nb2LeadTimeLabel">
|
2024-06-26 21:39:25 -04:00
|
|
|
<property name="text">
|
2024-06-30 16:16:30 -04:00
|
|
|
<string>NB2 Lead time (ms)</string>
|
2024-06-26 21:39:25 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="nbLagTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking lag time (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000100000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-30 16:16:30 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="nbLagTimeLabel">
|
2024-06-26 21:39:25 -04:00
|
|
|
<property name="text">
|
2024-06-30 16:16:30 -04:00
|
|
|
<string>NB Lag time (ms)</string>
|
2024-06-26 21:39:25 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-06-30 16:16:30 -04:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="nb2lagTimeLabe">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB2 Lag time (ms)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="nb2LagTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking lag time (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000100000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLabel" name="nb2ThresholdLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>NB2 Threshold</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="3">
|
|
|
|
<widget class="QSpinBox" name="nb2Threshold">
|
2024-06-26 21:39:25 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Noise blanking threshold</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>15</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>500</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Close</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>WDSPRxDNBDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>WDSPRxDNBDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|