1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-29 09:16:35 -04:00
Commit Graph

5806 Commits

Author SHA1 Message Date
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
f4exb
246ff824af Corrected network manager process memory leaks (Rx side) 2019-11-12 18:46:45 +01:00
f4exb
e6a929470f Renamed SampleSourceFifo to SampleSourceFifoDB to mark double buffered nature of FIFO 2019-11-02 11:03:07 +01:00
f4exb
5bc6b7e702
Merge pull request #436 from ra1nb0w/macosx
leansdr: fixes for macos
2019-11-02 10:59:57 +01:00
Davide Gerhard
0572a1643c
leansdr: fixes for macos
- plscodes.LENGTH
  llvm < 3.9.0 doesn't support "Variable length array" and therefore
  can't be used (it is not part of c++11 standard). see commit
  e7545b33ff

- float casting is needed to avoid confusione between double and float

- F_SETPIPE_SZ is not supported on macOS
2019-11-02 08:42:35 +01:00
f4exb
5dca792955 Removed some extra semicolons 2019-11-01 22:22:18 +01:00
f4exb
d58fa18b55 Updated documentation changelogs and version 2019-11-01 19:45:45 +01:00
f4exb
54f8cf80e3 MIMO: Removed Tx channels selection 2019-11-01 13:36:03 +01:00
f4exb
1fa5c5dd90 TestSink: removed useless code 2019-11-01 10:28:12 +01:00
f4exb
8e52a32112 UpSampleChannelizer: corrected and enhanced debug messages 2019-11-01 10:28:03 +01:00
f4exb
a2a3811d3b Device MIMO engine: do not call handleSynchronousMessages directly 2019-11-01 06:33:33 +01:00
f4exb
7712013b9b Sample MO FIFO: capping requested amount of samples to vector size 2019-11-01 06:33:17 +01:00
f4exb
08eaca8c0c Sample MO FIFO: method to resize data vectors 2019-10-31 08:44:58 +01:00
f4exb
c04369f4f1 DSP device MIMO engine cosmetic changes 2019-10-31 03:49:23 +01:00
f4exb
367cd9c21a SampleMOFifo: auto amount in-place write methods 2019-10-29 14:04:17 +01:00
f4exb
8e8789efd9 TestSink GUI cosmetic change 2019-10-28 18:40:35 +01:00
f4exb
dce1951e94 TestSink spectrum display 2019-10-28 01:26:45 +01:00
f4exb
077a083336 ChannelAnalyzer: set trace length to FFT length when auto-correlation by IFFT is used 2019-10-27 22:25:20 +01:00
f4exb
47e80ad8d1 GLSpectrum: set default window to Hanning 2019-10-27 22:25:17 +01:00
f4exb
4949e1fd04 Tx plugins: corrected FIFO begin iterator vs number of samples read 2019-10-27 08:03:32 +01:00
f4exb
31a7a0fdde SpectrumVis and DeviceUISet: add possibility to change spectrum scaling factor for Rx/Tx same spectrum commutation (MIMO) 2019-10-27 08:03:23 +01:00
f4exb
8412260d5a Test Sink fixes 2019-10-25 18:24:54 +02:00
f4exb
d63f1a3ed5 Fixed some compilation issues 2019-10-25 13:57:19 +02:00
f4exb
e2fd1384f7 TestSink output plugin 2019-10-25 13:50:55 +02:00
f4exb
ec6645b6bb MIMO: base classes update 2019-10-24 18:30:44 +02:00
f4exb
054298f3e1 Sample MO FIFO write updates 2019-10-24 08:33:36 +02:00
f4exb
e7cd9c32cc New simplified channel sample source interface and corresponding up channelizer 2019-10-24 08:33:20 +02:00
f4exb
9fd190aaae Updated version and changelogs 2019-10-23 23:10:05 +02:00
f4exb
e336f4ec1f external: use SerialDV 1.1.4 to fix DSDcc compilation issue 2019-10-23 01:54:02 +02:00
f4exb
ec83dd2b32 MIMO: changed channel pull (MO) interface 2019-10-22 18:38:47 +02:00
f4exb
e97405ec16 BasebandSampleSource: disambiguate handleWriteToFifo 2019-10-22 05:42:43 +02:00
f4exb
8123f128b2 AMMod: adapt to MO devices 2019-10-21 01:00:46 +02:00
f4exb
4aa4f829c6 Device MIMO engine: feed data to spectrum sink for MO display 2019-10-21 01:00:25 +02:00
f4exb
cf52553304 MIMO: MO operation fixes 2019-10-20 20:05:30 +02:00
f4exb
7a1b727a36 MIMO: device engine Tx handling (1) 2019-10-19 05:07:40 +02:00
f4exb
1171d71c87 REST API: BladeRF2 fc pos reorg in MIMO part 2019-10-18 15:50:04 +02:00
f4exb
6a544d2869 SampleMOFifo: removed constness on get data methods 2019-10-17 18:42:38 +02:00
f4exb
626e07dd85 MIMO: implemented SampleMOFifo in device sample MIMO 2019-10-17 00:58:36 +02:00
f4exb
8691fef573 MIMO: multiple sample output FIFO (SampleMOFifo) 2019-10-17 00:03:52 +02:00
f4exb
f1b69327c1 Sample sinks cleanup 2019-10-16 19:36:13 +02:00
f4exb
b18d81e16b GLScope: fixed trace modulo setup 2019-10-16 18:02:28 +02:00
f4exb
8126cbeb5c GLScope: modulo for trace color repetition 2019-10-15 22:52:56 +02:00
f4exb
db3e75154c MacOS compatible AMBE engine 2019-10-15 08:47:43 +02:00
f4exb
97dc714d4e GLScope: rainbow palette for Y1 on polar displays 2019-10-15 01:24:36 +02:00
f4exb
198de8d139 GLScope: polar grid 2019-10-14 18:50:40 +02:00
f4exb
b5a2180c30 GLScope: polar grid and conversion for XY display (1) 2019-10-14 01:42:24 +02:00
f4exb
f1e2b93cb6 MacOS compatibility with serialDV: use compatible serialDV release 2019-10-13 20:24:34 +02:00
f4exb
9a849a9bbb MacOS compatibility with serialDV 2019-10-12 05:39:41 +02:00