1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Audio Input: quarter sample rate heterodyne for mono signals

This commit is contained in:
f4exb
2020-11-13 19:55:09 +01:00
parent 6e3add76e3
commit 9cdcfeef70
7 changed files with 70 additions and 34 deletions
@@ -210,6 +210,13 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="decimLabel">
<property name="text">
<string>Dec</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="decim">
<property name="maximumSize">
@@ -243,13 +250,6 @@
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="decimLabel">
<property name="text">
<string>Dec</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
@@ -336,12 +336,12 @@
</property>
<item>
<property name="text">
<string>I=L, Q=0</string>
<string>Mono L</string>
</property>
</item>
<item>
<property name="text">
<string>I=R, Q=0</string>
<string>Mono R</string>
</property>
</item>
<item>