1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-12 09:10:34 -05:00

798 Commits

Author SHA1 Message Date
f4exb
19ece206cf SpectrumVis: corrected export define 2020-05-14 22:14:11 +02:00
f4exb
9227f9e9da GLSpectrumSettings: fixed missing initializations 2020-05-10 09:27:12 +02:00
f4exb
802aae7c11 websocket spectrum: added listening address and port to websocket spectrum server information. Fixed setting of listening address 2020-05-06 17:01:59 +02:00
f4exb
7d076e5c9c Websocket spectrum: server implementation 2020-05-06 09:50:43 +02:00
f4exb
37de6d4bb7 REST API: implemented GUI code for /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings (PUT,PATCH) and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server (POST,DELETE) 2020-05-06 01:38:23 +02:00
f4exb
9c459a47a5 GLSpectrum settings rename m_averagingNb to m_averagingValue for better consistency and ensure synchronization with m_averagingIndex 2020-05-06 01:36:58 +02:00
f4exb
c633250fe5 REST API: implemented GUI code for /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings (GET) and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server (GET) 2020-05-05 18:58:18 +02:00
f4exb
75a75732da Websocket spectrum: updated plugins 2020-05-05 03:24:10 +02:00
f4exb
094fdad9ea GLSpectrum settings: removed confusing invert indicator and added ssb and usb 2020-05-04 18:39:24 +02:00
f4exb
096043af5c Websocket spectrum: removed passing of ref level and power range 2020-05-04 15:34:16 +02:00
f4exb
67ceeeb171 SpectrumVis: remove now useless configure method 2020-05-02 01:30:28 +02:00
f4exb
d399e2fdc8 Websocket spectrum: implemented start/stop server from spectrum GUI 2020-05-02 00:35:47 +02:00
f4exb
b8f566b8a1 Websocket spectrum: Websocket spectrum settings dialog implementation taking settings into account 2020-05-01 11:06:56 +02:00
f4exb
22782bc51b GLSpectrum GUI: removed m_averagingMaxScale from settings 2020-05-01 05:33:44 +02:00
f4exb
8a1969adaa SpectrumVis: release previous FFT engine allocation from FFT factory only if allocated once. Fixes issue #515 2020-05-01 04:57:25 +02:00
f4exb
6ed6eff5f7 FFTFactory: add mutex for thread safety. Implements issue #514 2020-05-01 04:56:04 +02:00
f4exb
f8e59ef82e SpectrumVis: removed message queue parameter from configure method 2020-05-01 02:23:26 +02:00
f4exb
58ae939798 SpectrumVis: removed own configureDSP 2020-05-01 02:16:20 +02:00
f4exb
0dcce3ce66 SpectrumVis: use GLSpectrumSettings 2020-05-01 02:12:30 +02:00
f4exb
05f9a9ae8d Fixed GLSpectrumSettings 2020-04-30 14:42:57 +02:00
f4exb
b29a458e57 Websocket spectrum: adapted plugins 2020-04-30 09:57:05 +02:00
f4exb
9bb5185f9c Websocket spectrum: first implementation 2020-04-29 17:41:17 +02:00
f4exb
fcb9cf05cb Removed SpectrumVis from GUI dependency 2020-04-28 18:44:03 +02:00
f4exb
91552225ee FFTW engine: corrected debug print format 2020-04-19 19:19:31 +02:00
f4exb
81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00
f4exb
6d2f2410af FFT factory: limit default preallocation up to 1k 2020-03-15 19:59:56 +01:00
f4exb
298a5aadc5 MSVC compatibility 2020-03-15 11:58:19 +01:00
f4exb
9ea831e526 Fixed FFT factory new plan allocation and effectively grab fftw-file option in the main parser 2020-03-14 06:40:38 +01:00
f4exb
d88cfff33a FFT Engine: added a reuse flag to disable reuse system with the FFT factory 2020-03-13 07:46:08 +01:00
f4exb
2bae4a15df FFT correlator: use FFT factory 2020-03-12 15:34:32 +01:00
f4exb
8912826332 FFT factory: corrected sequence type and added debug message 2020-03-12 15:32:46 +01:00
f4exb
39128c089c FFT factory: implementation base 2020-03-12 06:27:38 +01:00
f4exb
801ead642a REST API device and channel actions: fixes to implementation 2020-03-09 19:56:09 +01:00
f4exb
74c073db4a REST API device and channel actions: general implementation and RTLSDR and FileSource implementations 2020-03-09 04:01:23 +01:00
f4exb
e9174178a2 Set default Kaiser alpha factor at pi 2020-02-08 18:24:34 +01:00
f4exb
9e088dc601 LoRa demod rework (2) 2020-02-08 18:21:38 +01:00
f4exb
6028938108 Added Kaiser window 2020-02-03 14:37:29 +01:00
f4exb
df841e47a7 Renamed MIMOSampleSink to MIMOChannel and include in build 2019-12-29 06:04:02 +01:00
f4exb
170e1f59a7 Interferometer (2) compile 2019-12-29 06:04:02 +01:00
f4exb
d11f56adb9 REST API: updates for MIMO (4) 2019-12-24 19:10:20 +01:00
f4exb
ddc4667bdb REST API: updates for MIMO 2019-12-23 18:51:38 +01:00
f4exb
653f8c1330 Renamed DownSampleChannelizer back to (new) DownChannelizer 2019-12-13 15:15:21 +01:00
f4exb
73abde7666 Removed old DownChannelizer 2019-12-13 14:04:16 +01:00
f4exb
14a21b10cb Removed obsolete references to DownChannelizr 2019-12-13 00:43:07 +01:00
f4exb
1359aac9b6 Removed ThreadedBasebandSampleSink 2019-12-13 00:42:37 +01:00
f4exb
0873672a74 ATV demod: full refactoring 2019-12-02 02:10:55 +01:00
f4exb
b49e68e77b Channel Analyzer: refactoring of classes and downsampling chain reorganization 2019-11-24 10:15:23 +01:00
f4exb
5b83b2a4a8 Rx plugins: refactoring of classes (1) 2019-11-23 07:40:36 +01:00
f4exb
c3e3044b98 Tx plugins fixes and further refactoring around MsgConfigureChannelizer and audio 2019-11-21 00:42:31 +01:00
f4exb
4d14f332bc Projector: fixed DOA calculation 2019-11-17 23:46:22 +01:00