1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-11 13:24:19 -04:00
Commit Graph

787 Commits

Author SHA1 Message Date
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
f4exb d113f05f1e MIMO engine: fixed generation (MO) 2019-11-17 03:55:17 +01:00
f4exb 85444b0304 MO FIFO: limit read count to FIFO size 2019-11-17 03:16:55 +01:00
f4exb 6533df15f5 Sample source FIFO: limit read count to FIFO size 2019-11-17 03:16:50 +01:00
f4exb 55d43c2e03 SampleMO FIFO: fixed mutex recursion mode 2019-11-17 02:47:52 +01:00
f4exb 09404b729d Rewrite ofSampleMOFifo 2019-11-17 02:03:17 +01:00
f4exb a13faf4ae2 Sample MO FIFO: implemented overrun/underrun control 2019-11-17 02:03:05 +01:00
f4exb fba885c609 MIMO: updates to base code 2019-11-17 01:58:31 +01:00
f4exb 19da4eae76 Scope: added DOA projections and updated ChannelAnalzyer 2019-11-15 22:58:28 +01:00
f4exb 48174ad5cf Renamed UpSampleChannelizer back to UpChannelizer 2019-11-15 01:39:11 +01:00
f4exb 5a843a573c Removal of UpChannelizer and ThreadedBasebandSampleSource 2019-11-15 01:39:02 +01:00
f4exb 3b74153ec6 SampleSourceFifo refactoring and Tx code reorganization 2019-11-15 01:05:32 +01:00