f4exb
de756413e8
WDSP: RXA and TXA rework
2024-08-03 13:54:42 +02:00
Jean-François DEL NERO
5888645957
Don't decimate the audio signal if not needed.
2024-08-02 12:23:27 +02:00
Jean-François DEL NERO
2fddaff6d2
Fix audio glitches in the DAB plugin.
...
The glitches were generated by an int16 integer overflow.
The issue appeared when the audio was near or at the saturation level.
When the input audio signal is saturated, the polyphase filter based interpolation/decimation functions tend to increase the samples values and then make them pass the int16 limits. The int16 sample scale() parameter defeat the min/max limitation.
This fix removes the intermediate int16 type conversion by using the Complex Real type.
fixes f4exb/sdrangel#1978
2024-08-02 12:17:00 +02:00
f4exb
cd38f356d0
WDSP: rework SSQL and PANEL classes
2024-08-01 02:01:09 +02:00
f4exb
71fe079ee3
WDSP: rework former IIR classes
2024-08-01 00:31:28 +02:00
f4exb
b9e3b10a6b
WDSP: split iir source files
2024-07-31 01:37:17 +02:00
f4exb
bc06095a56
WDSP: WCPAGC rework
2024-07-29 23:31:43 +02:00
f4exb
6662357bcf
WDSP: ANF, ANR, EMNR: use vectors instead of C arrays and disable copy constructor
2024-07-29 08:57:02 +02:00
f4exb
3c2192603b
WDSP: use vectors instead of C arrays and disable copy constructor (more) and other changes
2024-07-28 11:36:45 +02:00
f4exb
d3cbfe0e3c
WDSP: SNBA and EQ: replaced static methods and more...
2024-07-27 05:32:45 +02:00
f4exb
8c08f40b54
WDSP: FMD and FMSQ: replaced static methods
2024-07-26 19:10:53 +02:00
f4exb
a239fe47e9
WDSP: AMSQ and AMD: replaced static methods
2024-07-26 17:52:34 +02:00
f4exb
cc8c6d8004
WDSP: notched bandpass filter: replaced static methods
2024-07-26 10:53:58 +02:00
f4exb
42fa9f5eb2
WDSP: meter: replaced static methods
2024-07-26 10:53:58 +02:00
f4exb
e81c9cc5b0
WDSP: shift and resampler: replaced static methods
2024-07-26 10:53:58 +02:00
f4exb
b975658758
WDSP: Nose blanker: replaced static methods
2024-07-26 10:53:58 +02:00
f4exb
994898d9fc
WDSP: simplify RXA structs
2024-07-26 10:53:58 +02:00
Muthanna Alwahash
4100e33031
Update readme.md
...
Added etsi.org link for more information about DAB receivers technical requirements.
2024-07-22 20:35:38 +04:00
f4exb
4b38488b51
WDSP: extend parameters range of noise blanker
2024-07-22 05:27:44 +02:00
f4exb
3799746ac0
More Sonar fixes (2)
2024-07-22 00:34:26 +02:00
f4exb
189d5a6a01
More Sonar fixes
2024-07-21 23:15:32 +02:00
f4exb
28262ca5fb
More Sonar bug fixes
2024-07-21 14:20:48 +02:00
f4exb
c0aa1b0358
WDSP: fixes
2024-07-20 23:31:25 +02:00
f4exb
0fd169c008
WDSP receiver: moved ANF to main GUI amd added audio pan
2024-07-20 04:46:57 +02:00
Daniele Forsi
585077eaef
Delete unneeded files
2024-07-16 21:43:29 +02:00
f4exb
3c337d6cf5
WDSP receiver: implemented SAM DSB/USB/LSB selection
2024-07-15 03:45:04 +02:00
f4exb
c411e8fbf5
WDSP receiver: implement dB or S points option for the signal strength meter
2024-07-14 21:51:22 +02:00
f4exb
ec4030052a
WDSP receiver: added RIT to the API
2024-07-13 20:27:57 +02:00
f4exb
51870a2ae1
Added shift to channel marker to take RIT into account
2024-07-13 13:01:32 +02:00
f4exb
fb08489f5a
WDSP receiver: implemented RIT and fixed audio binaural
2024-07-13 03:23:08 +02:00
f4exb
a379692252
WDSP Receiver: API implementation
2024-07-11 21:25:53 +02:00
f4exb
7db7159349
WDSP receiver: removed DLL export in dialogs for MSVC
2024-07-11 21:25:53 +02:00
f4exb
7923cd811b
WDSP receiver: added missing on_equalizer_toggled method
2024-07-11 21:25:53 +02:00
f4exb
a33f53c79b
WDSP receiver: fixed FFTW3F include
2024-07-11 21:25:53 +02:00
f4exb
a4f08dc210
WDSP receiver: fixed FM demod amd implement equalizer
2024-07-11 21:25:53 +02:00
f4exb
8dd46a08ea
WDSP receiver: implemented squelch
2024-07-11 21:25:53 +02:00
f4exb
043d9da47e
WDSP Receiver: added squelch support plus corrections
2024-07-11 21:25:53 +02:00
f4exb
ffef9ab48f
WDSP receiver: FM options
2024-07-11 21:25:53 +02:00
f4exb
8b10dd05ff
WDSP receiver: Removed SNB
2024-07-11 21:25:52 +02:00
f4exb
a229c583ee
WDSP: separate SNBA and BPSNBA
2024-07-11 21:25:52 +02:00
f4exb
fadffc1afc
WDSP receiver: implemmted noise blanker and CW peaking filter
2024-07-11 21:25:52 +02:00
f4exb
5a423e93ba
WDSP receiver: implemented AGC, Volume, Noise reduction and Noise blanker
2024-07-11 21:25:52 +02:00
f4exb
74cc488383
WDSP Receiver: GUI updates
2024-07-11 21:25:52 +02:00
f4exb
dc626ea9bb
WDSP Receiver: implemented spectrum handling and AGC
2024-07-11 21:25:52 +02:00
f4exb
b2303b028c
WDSP Rx: first basic implementation
2024-07-11 21:25:52 +02:00
f4exb
d0391e3516
Amendments to WDSP. WDSP Receiver: create/delete WDSP RXA
2024-07-11 21:25:51 +02:00
f4exb
8ce840dd17
WDSP Receiver as a copy of the SSB demodulator
2024-07-11 21:25:51 +02:00
Daniele Forsi
4241f01376
Fix typos in cpp files
2024-07-10 23:06:38 +02:00
Daniele Forsi
e56908b0c6
Fix typos in include files
2024-07-10 23:06:38 +02:00
Jon Beniston
b9079e005b
APT Demod: Check filename suffix is specified
2024-06-29 11:52:34 +01:00
srcejon
fd1d411bf0
Frequency Scanner: Fix rounding error that prevent some channels from being scanned, depending on sample rate.
2024-06-27 13:01:06 +01:00
f4exb
3e909d2016
Updated versions and changelogs
2024-06-25 22:19:14 +02:00
Daniele Forsi
98fb7a58d9
Fix class name
...
Automatically updated by opening the .ui file in Qt Creator.
2024-06-23 17:32:49 +02:00
Daniele Forsi
d8c733cab7
Update properties related to fonts
...
Automatically updated by opening the .ui file in Qt Creator.
2024-06-23 17:32:49 +02:00
srcejon
7336cda7bc
FreqScanner: Add HF ATC channels preset.
2024-06-21 10:24:36 +01:00
srcejon
28cc7c3f31
FreqScanner: Add API action to run scan. Add scan results to channel report.
2024-06-21 10:24:16 +01:00
srcejon
1625c42e38
AIS: Validate message length. Fixes #2125
2024-06-20 22:00:15 +01:00
srcejon
306055faea
ILS Demod. Save frequency when switching between LOC and G/S. Set frequency for ident when in G/S mode. Fixes #2177
2024-06-20 10:31:28 +01:00
srcejon
78e7fdc473
Fix for Qt5
2024-06-18 16:28:43 +01:00
srcejon
64d75baadf
Heat Map: Handle memory allocation errors. Allow selecting which data to be saved to reduce memory requirements.
2024-06-18 16:26:08 +01:00
srcejon
159d46ee36
ILS Demod: Add DDM/SDM/Deviation to channel report.
2024-06-18 09:06:15 +01:00
f4exb
4770e2d281
Updated versions and changelogs
2024-06-18 00:52:36 +02:00
Daniele Forsi
ea04742685
Make tooltips more uniform
2024-06-16 23:38:33 +02:00
Daniele Forsi
322296f1af
Add missing tooltips
2024-06-16 23:38:33 +02:00
Daniele Forsi
bf74dc53e0
Fix tooltips
2024-06-16 23:38:33 +02:00
Daniele Forsi
406bb674c5
Fix typos
2024-06-16 23:38:33 +02:00
Christian
8742904d7d
Fix typo in ILS freq
2024-06-15 13:50:54 -07:00
srcejon
41716632d4
Remove use of deprecated QRegExp.
2024-06-10 14:01:57 +01:00
Edouard Griffiths
1034e3aa99
Merge pull request #2157 from dforsi/fix/memleaks
...
Fix memleaks
2024-06-10 01:03:17 +02:00
Daniele Forsi
31ad607721
Fix memleaks
...
Frees memory allocated
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2126
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2128
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2129
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2130
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2131
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2132
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2133
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2134
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2135
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2136
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2137
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2138
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2139
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2140
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2141
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2142
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2143
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2144
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2145
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2146
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2147
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2148
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2149
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2150
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2153
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2154
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2155
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2156
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2157
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2158
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2159
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2160
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2161
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2190
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2191
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2192
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/radioastronomy/radioastronomygui.cpp:2193
and a comment :)
2024-06-09 20:22:33 +02:00
Daniele Forsi
2fff671a33
Add a parent pointer to TimeDeltaDelegate, HMSDelegate and DMSDelegate
2024-06-09 20:22:33 +02:00
Daniele Forsi
3849b1806f
Fix memleaks
...
Frees memory allocated
in FreqScannerGUI::FreqScannerGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/freqscanner/freqscannergui.cpp:499
in FreqScannerGUI::FreqScannerGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/freqscanner/freqscannergui.cpp:500
in FreqScannerGUI::FreqScannerGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/freqscanner/freqscannergui.cpp:501
in FreqScannerGUI::FreqScannerGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/freqscanner/freqscannergui.cpp:502
in FreqScannerGUI::FreqScannerGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/freqscanner/freqscannergui.cpp:503
2024-06-09 00:25:13 +02:00
Daniele Forsi
055c03c2b7
Fix memleaks
...
Frees memory allocated in
in NoiseFigureGUI::NoiseFigureGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/noisefigure/noisefiguregui.cpp:600
in NoiseFigureGUI::NoiseFigureGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/noisefigure/noisefiguregui.cpp:660
in NoiseFigureGUI::NoiseFigureGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/noisefigure/noisefiguregui.cpp:661
in NoiseFigureGUI::NoiseFigureGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/noisefigure/noisefiguregui.cpp:662
in NoiseFigureGUI::NoiseFigureGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/noisefigure/noisefiguregui.cpp:663
in NoiseFigureGUI::NoiseFigureGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/noisefigure/noisefiguregui.cpp:664
2024-06-08 23:01:03 +02:00
Daniele Forsi
79db899dff
Fix memleaks
...
Frees memory allocated
in NavtexDemodGUI::NavtexDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodnavtex/navtexdemodgui.cpp:528
in NavtexDemodGUI::NavtexDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodnavtex/navtexdemodgui.cpp:529
2024-06-08 22:55:08 +02:00
Daniele Forsi
df42b3019c
Fix memleak
...
Frees memory allocated
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:650
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:651
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:652
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:653
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:654
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:655
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:656
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:657
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:658
in RadiosondeDemodGUI::RadiosondeDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) ...sdrangel/plugins/channelrx/demodradiosonde/radiosondedemodgui.cpp:659
2024-06-08 22:32:29 +02:00
Daniele Forsi
11a672161d
Fix memleak
...
Frees memory allocated
in DSCDemodGUI::DSCDemodGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) .../plugins/channelrx/demoddsc/dscdemodgui.cpp:571
2024-06-08 21:46:39 +02:00
f4exb
1b2a549463
Updated versions and changelogs
2024-06-06 22:10:04 +02:00
Edouard Griffiths
523be287ad
Merge pull request #2133 from dforsi/fix/memleaks
...
Fix memleaks
2024-06-03 17:58:13 +02:00
mxi-box
a99082bda9
Fix ADSB demod: Message length
2024-05-30 21:18:41 +08:00
Daniele Forsi
cf0e129165
Fix memleaks of QNetworkAccessManager()
...
Frees memory allocated
in AudioOutputPlugin::createSampleSinkPluginInstance(QString const&, DeviceAPI*) /home//sdrangel/plugins/samplesink/audiooutput/audiooutputplugin.cpp:136
in ChirpChatDemod::ChirpChatDemod(DeviceAPI*) /home/sdrangel/plugins/channelrx/demodchirpchat/chirpchatdemod.cpp:84
in FileOutput::FileOutput(DeviceAPI*) /home/sdrangel/plugins/samplesink/fileoutput/fileoutput.cpp:54
in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) /home/sdrangel/plugins/channelrx/radioastronomy/radioastronomygui.cpp:2061
in SatelliteSelectionDialog::SatelliteSelectionDialog(SatelliteTrackerSettings*, QHash<QString, SatNogsSatellite*> const&, QWidget*) /home/sdrangel/plugins/feature/satellitetracker/satelliteselectiondialog.cpp:42:24
in SatelliteTracker::SatelliteTracker(WebAPIAdapterInterface*) /home/sdrangel/plugins/feature/satellitetracker/satellitetracker.cpp:61:24
2024-05-28 19:24:02 +02:00
Daniele Forsi
302f99382a
Fix memleaks
...
Frees memory allocated
in ChannelPowerSink::applyChannelSettings(int, int, bool) /home/daniele/Programmazione/ham/sdrangel/plugins/channelrx/channelpower/channelpowersink.cpp:120
2024-05-26 22:10:32 +02:00
f4exb
1d87e1e051
Updated versions and changelogs
2024-05-24 00:24:50 +02:00
f4exb
31274b1227
SSB demod: apply clamping also when squelch opens
2024-05-20 22:49:48 +02:00
Edouard Griffiths
79310b2008
Merge pull request #2095 from dforsi/fix/typos
...
Fix/typos
2024-05-13 19:03:41 +02:00
f4exb
69be0d28bf
LocalSink: refactored getLocalDevice method
2024-05-13 01:02:44 +02:00
f4exb
dae5a9174b
LocalSink: update local input device list at construction time
2024-05-13 01:02:44 +02:00
srcejon
fd623ea5d6
Fix thread parent warning.
2024-05-09 07:44:47 +01:00
srcejon
9078ea21d4
Fix warnings
2024-05-08 20:15:01 +01:00
srcejon
c0fc8c3b73
Don't call start() in Demod's constructors. #2102
...
SSDDemodGUI: Disable AGC widgets when AGC disabled.
2024-05-08 18:52:34 +01:00
srcejon
60db324abc
Bring BFM demod closer to AM demod design.
2024-05-08 18:43:19 +01:00
srcejon
605cf51d7f
BFM Demod: Delete baseband on stop()
2024-05-08 15:00:20 +01:00
Daniele Forsi
31dc594b46
Fix Markdown
2024-04-29 19:07:29 +02:00
Daniele Forsi
b1643ee9b5
Fix typos
2024-04-29 19:07:29 +02:00
Edouard Griffiths
52a440e400
Merge pull request #2091 from dforsi/fix/typos
...
Fix/typos
2024-04-27 11:08:10 +02:00
Daniele Forsi
b30158c0cc
Fix reference to image
2024-04-26 22:39:34 +02:00
Daniele Forsi
15433bb324
Fix spellling errors found with LibreOffice Writer
2024-04-26 21:18:32 +02:00
Daniele Forsi
d135dd9028
Fix spellling errors found with aspell
2024-04-26 21:18:32 +02:00
Simon Ruderich
39575c10fa
channelrx/channelpower/readme.md: fix minor typo
2024-04-26 08:37:56 +02:00
Simon Ruderich
6086fb328e
plugins: remove UTF-8 BOMB from readme.md
...
BOMB is normally not used for UTF-8/ASCII files.
2024-04-26 08:37:24 +02:00
Simon Ruderich
3307000a72
plugins: fix non-matching <hx> tags in readme.md
2024-04-26 08:37:24 +02:00