Commit Graph

1353 Commits

Author SHA1 Message Date
f4exb 0fc6d95357 Tx ph.1: fixed read pointer management when getting new samples 2016-10-25 03:31:36 +02:00
f4exb ee55747c0b Tx ph.1: FileSink: set sample source FIFO size depending on sample rate 2016-10-25 02:34:29 +02:00
f4exb 5021d15162 Tx ph.1: Connect sample source FIFO read signal with forwarding samples to spectrum sink 2016-10-24 18:31:14 +02:00
f4exb 289c1a203f Tx ph.1: Sample source FIFO read with signal. Use a specific spectrum sink (vis) reference in Device sink engine for main spectrum rendering 2016-10-24 18:06:44 +02:00
f4exb 7b4032ac0d Tx ph.1: fixed AM modulator frequency translation 2016-10-24 02:24:36 +02:00
f4exb 9f1b801d1a Tx ph.1: fixed AM modulator 2016-10-24 01:27:23 +02:00
f4exb 8f70840561 Tx ph.1: fixed sample source FIFO 2016-10-23 23:27:19 +02:00
f4exb f87b714ac7 AM demod: removed useless local samples buffer 2016-10-23 20:02:39 +02:00
f4exb 4e446b9c7a Tx ph.1: fixed source sink initialization 2016-10-23 14:14:32 +02:00
f4exb c7bec82677 Tx ph.1: fixed stream time display in FileSink 2016-10-23 12:22:52 +02:00
f4exb 3b132cf471 Tx ph.1: handle default file name correctly in FileSink 2016-10-23 10:54:54 +02:00
f4exb e42a717c69 Tx ph.1: Fixed sample rate and center frequency handling in File Sink 2016-10-23 10:38:44 +02:00
f4exb 119127fdab Tx ph.1: Fixes to file sink GUI and some debug messages 2016-10-23 02:22:00 +02:00
f4exb 8f8f4c2d96 Tx ph.1: Fixed add Rx channel 2016-10-22 22:05:32 +02:00
f4exb 987c23004c Tx ph.1: Enable center frequecy UI in FileSinkGUI 2016-10-22 21:47:59 +02:00
f4exb 5b707b771b Tx ph.1: Fixed Tx preset channels loading 2016-10-22 12:07:28 +02:00
f4exb 118c335225 Tx ph.1: Corrected Tx preset setup 2016-10-22 10:10:17 +02:00
f4exb e24202ad2a Tx ph.1: fixed Rx and Tx tabs management 2016-10-22 06:48:44 +02:00
f4exb 774920a1f0 Tx ph.1: removed unused signal connection in FileSink 2016-10-22 05:08:26 +02:00
f4exb 4b02072fe4 Tx ph.1: add Tx tab (2). Fixed core dump 2016-10-22 05:07:48 +02:00
f4exb 60912d01c9 Corrected glitch in Win64 installation script 2016-10-21 17:10:17 +02:00
f4exb 55f4d6d46f Tx ph.1: add Tx tab (1). Core dump. 2016-10-21 16:57:50 +02:00
f4exb ffb8b4d737 Tx ph.1: review file sink settings handling 2016-10-21 01:21:17 +02:00
f4exb 6d0f783d56 Tx ph.1: added channel registration messages 2016-10-20 22:41:05 +02:00
f4exb 9fff2b8477 Tx ph.1: new AM modulator plugin (3). Implemented actual modulation code. 2016-10-20 19:34:30 +02:00
f4exb c28751124c Tx ph.1: new AM modulator plugin (2). Compiles but pull method is still empty 2016-10-20 18:04:15 +02:00
f4exb be9519de71 Tx ph.1: new AM modulator plugin (1) 2016-10-20 00:42:21 +02:00
f4exb 181b7434fd RxTx semantic move: rename AM demod plugin 2016-10-19 23:51:59 +02:00
f4exb 239d67b2aa Tx ph.1: Fixed sample sink plugin registration 2016-10-19 22:48:24 +02:00
f4exb adbc4f38dd Tx ph.1: Bumped to version 2.2.0 2016-10-19 22:39:32 +02:00
f4exb fbb816ebdf Tx ph.1: Added FileSink (2) compiles. Added plugin/samplesink in all builds 2016-10-19 22:32:14 +02:00
f4exb 6c82c36958 Tx ph.1: Added FileSink (1) 2016-10-19 18:42:57 +02:00
f4exb 2246271d47 Tx ph.1: Tx support in PluginAPI and PluginManager 2016-10-19 18:07:27 +02:00
f4exb 9f3fec7600 Tx ph.1: added device sinks list to DSP engine 2016-10-19 14:29:23 +02:00
f4exb e5509b5fe8 Tx ph.1: added device sink reference to the device UI set 2016-10-19 14:28:58 +02:00
f4exb 7d941ccb37 Tx ph.1: show preset mode (Rx or Tx) in the presets tree. Reformatted preset tree. SerializeDeserialize preset mode 2016-10-19 02:02:49 +02:00
f4exb 717b240157 Tx ph.1: added sink or source type indicator to preset 2016-10-19 00:07:42 +02:00
f4exb 9a60088c05 TxRx semantic move: renamed channel folder in the sdrangel Mac OS .pro file 2016-10-18 13:58:58 +02:00
f4exb 067a0910c4 Tx ph.1: added DeviceSinkAPI implementation (1) 2016-10-18 00:03:51 +02:00
f4exb af08f1d851 RxTx semantic move: rename attributes in DeviceUISet 2016-10-17 23:03:47 +02:00
f4exb 940cfbe94e DSPDeviceSourceEngine: stop threaded baseband sample sinks 2016-10-17 22:40:02 +02:00
f4exb 0f7ac00a71 Tx ph.1: Added the DSPDeviceSinkEngine class 2016-10-17 18:15:08 +02:00
f4exb 9cf62833ba Tx ph.1: Model: removed ThreadedBasebandSampleSourceFifo 2016-10-17 18:05:02 +02:00
f4exb b56c2d9a2c Tx ph.1: new classes (1) 2016-10-17 08:58:49 +02:00
f4exb 52b618469c Tx ph.1: refactored source sample FIFO. StarUML model: added Tx classes 2016-10-15 09:53:06 +02:00
f4exb 4709ba9e01 TX ph.1: Baseband sample sources and Device sample sinks (1) 2016-10-14 18:47:19 +02:00
f4exb 32aece4e4a Tx ph.1: plugins: return Rx channels control to Plugin Manager 2016-10-14 02:04:22 +02:00
f4exb 9299eac9dd Tx ph.1: plugins (2) 2016-10-13 23:42:08 +02:00
f4exb 94e479bb75 Tx ph.1: plugins (1) 2016-10-13 22:23:43 +02:00
f4exb 9303a63931 DV Serial: prepare multi slot (4) 2016-10-12 00:53:26 +02:00