Commit Graph

112 Commits

Author SHA1 Message Date
f4exb 32e225263e Channel analyzer NG: fixed GUI displays (mainly spectrum) when channel sample rate changes. Some code cleanup 2017-11-11 05:10:15 +01:00
f4exb c4e26bf66d Rx channel plugins: use the demodulator constructor separated from the demodulator GUI constructor 2017-11-09 01:03:05 +01:00
f4exb 4ad038ed9d Created demod constructor method in all Rx channel plugins 2017-11-08 14:23:49 +01:00
f4exb 76bf0ad104 Rx plugins: removed useless create method in private slot 2017-11-08 00:03:12 +01:00
f4exb 9ff05baa70 Renamed createRxChannel to createRxChannelGUI to described only the GUI will be created there in the future 2017-11-07 23:49:27 +01:00
f4exb 7370eba0f7 Bumped version to v3.8.0 2017-11-01 14:58:36 +01:00
f4exb e206fc84a8 Create channel registration methods for the Tx part in DeviceUISet 2017-10-31 22:37:57 +01:00
f4exb a61bb04dac Rx Channel plugins now handled via DeviceUISet 2017-10-31 08:24:05 +01:00
f4exb a106deeaf7 Make a static getter of Main Window reference as it is de facto a singleton. Use it in place of plugin API getter 2017-10-24 13:45:10 +02:00
f4exb fa77ca3fb6 Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
f4exb b6d667c39c CRLF problem 2017-10-04 02:00:55 +02:00
f4exb 4d07272503 ChannelAnalyzerNG: decouple demod and GUI 2017-09-29 18:36:33 +02:00
f4exb 0b6eb2129a Reset PluginInstanceGUI to its original name 2017-09-26 00:22:08 +02:00
f4exb a9a514993b Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
f4exb 2b4f8a0f55 Implemented GUI input message queue and interface 2017-09-16 22:23:31 +02:00
f4exb 1d4cb21bb5 Separate construction/destruction for the source input plugin core and the GUI 2017-09-16 10:45:08 +02:00
f4exb a6d6a717ae GUI segregation: renamed PluginGUI interface to PluginInstanceUI 2017-09-03 19:55:00 +02:00
f4exb 2f3c0545c8 Channel Analyzer NG: UI cosmetic updates 2017-07-28 18:02:08 +02:00
f4exb a0fd763002 Channel Analyzer NG: better handle the LSB case 2017-07-28 17:21:46 +02:00
f4exb 5ab5989e7f ChannelAnalyzerNG: set bandwidth text appropriately considering SSB/DSB setting 2017-07-01 09:56:38 +02:00
f4exb 578e6197bc Updated channel plugins documentation with the new frequency shift dials 2017-06-11 01:53:25 +02:00
f4exb 59a4dab7df All mod and demod plugins: try to fix channel power display 2017-05-26 01:19:36 +02:00
f4exb 3a3d8e3dcb activated compiler warnings 2017-05-25 20:13:34 +02:00
f4exb e946242fae Updated documentation 2017-05-19 10:52:18 +02:00
f4exb d842b44c28 Value dials: implement Ctl to shift digits by 2. Updated documentation 2017-05-18 01:48:52 +02:00
f4exb a11d8617b5 ChannelAnalyzerNG: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:41:39 +02:00
f4exb 579c05cfe5 Use doubles for all power calculations 2017-05-16 23:39:49 +02:00
f4exb dafad384c8 Merged Sigysmund changes for Mac OS Sierra on v3.4.5 2017-05-16 23:01:44 +02:00
f4exb bb849623bd updated value dials with Windows compatible font and pointing hand 2017-05-16 22:35:44 +02:00
f4exb 5a96b78454 File plugins and Channel analyzer NG: fixed thumbwheels so that they appear correctly in Windows version 2017-05-16 18:48:27 +02:00
f4exb 007ea19e36 Bumped version to 3.5.0 2017-05-16 18:38:39 +02:00
f4exb 895051098d New value dial color schemes. apply to ChannelAnalyzerNG, AM demod, DSD demod, NFM demod, BladeRF input, LimeSDR input and SDRDaemonFEC input 2017-05-16 17:48:12 +02:00
f4exb 416817d0b8 Mods and demods: prevent returning null or infinite values for squared magnitude 2017-05-16 17:46:44 +02:00
ZigaS 27aab58d92 MacOS(sierra) development environment.
Updated qmake project configs.
Deploy & Run script.
For now only hardware supported is HackRF.
2017-05-15 12:32:16 +02:00
f4exb cf267b1254 Code warnings in Eclipse cleanup 2017-05-05 10:40:45 +02:00
f4exb a392ccb50f Channel Analyzer NG: corrected readme 2017-03-09 01:20:41 +01:00
f4exb a0331c1ce9 New channel analyzer and scope: set sample rate to constructor value if zero is returned 2017-03-03 06:59:31 +01:00
f4exb 0fe7c33e62 Channel Analyzer NG: added documentation (readme) 2017-03-03 00:45:44 +01:00
f4exb ba85b9126f Channel Analyzer NG: serialize/deserialize rational downsampler value 2017-03-01 06:21:56 +01:00
f4exb 2f6cf815ee Channel Analyzer NG: implemented channel rational downsampler 2017-03-01 06:03:04 +01:00
f4exb f2ec2c9f1d Channel Analyzer NG: isolate one sample processing 2017-03-01 05:45:53 +01:00
f4exb 5dfe2a7a2a Channel Analyzer NG: handle rational downsampler in the GUI 2017-03-01 05:37:37 +01:00
f4exb 2008b5fbde Channel Analyzer NG: method to get requested sample rate depending on wether the rational downsampler is engaged or not 2017-03-01 05:23:37 +01:00
f4exb 68943b122b Channel Analyzer NG: consistent channelizer input sample rate handling 2017-03-01 05:02:31 +01:00
f4exb 3d972e8565 Channel Analyzer NG: input and channel sample rate getters 2017-02-28 23:21:30 +01:00
f4exb 3a32d5aec3 Channel Analyzer NG: put spanLog2 and ssb indicator in config structure 2017-02-28 23:12:14 +01:00
f4exb 2421dd4e1d Channel Analyzer NG: put bandwidth and lowcutoff filter limits in config structure 2017-02-28 22:29:33 +01:00
f4exb f67bfb4121 Channel Analyzer NG: implemented channel interpolator 2017-02-28 22:11:13 +01:00
f4exb ce15d78e55 Channel Analyzer NG: created config structure with frequency and sample rates 2017-02-28 22:00:24 +01:00
f4exb 41d031f813 Channel Analyzer NG: pass required channel rate to analyzer core 2017-02-28 17:03:23 +01:00
f4exb 1c04f3f11e Channel Analyzer NG: enhanced filter cutoff handling 2017-02-28 01:30:12 +01:00
f4exb d2727708e9 Channel Analyzer NG: revamped UI with rational downsampler UI 2017-02-28 00:58:26 +01:00
f4exb bc2d0f3743 New scope: removed Z trace stuff 2017-02-27 01:11:12 +01:00
f4exb 35739cb025 Channel Analyzer NG: UI: make scope a little bit (30px vertical) larger 2017-02-27 00:39:26 +01:00
f4exb 11dd582179 Channel Analyzer NG: UI: reviewed minimum size 2017-02-26 23:52:21 +01:00
f4exb 3983d8a04e Channel Analyzer NG: UI: reviewed widgets placement 2017-02-26 23:11:58 +01:00
f4exb fa3e39859a ChannelAnalyzerNG: standardized some debug messages 2017-02-25 11:52:57 +01:00
f4exb 91377b8a59 Channel Analyzer NG: deserialization: set decimation and filters in appropriate order 2017-02-21 06:08:02 +01:00
f4exb 4894c8d3ba Channel Analyzer NG: restored previous revision 2017-02-21 05:58:11 +01:00
f4exb 1174875551 Channel Analyzer NG: reviewed deserialization sequence 2017-02-21 04:57:44 +01:00
f4exb d69c6cc417 New scope: pass sample rate 2017-01-29 22:52:38 +01:00
f4exb f0f7838765 New scope: interim state (1) 2017-01-29 19:51:45 +01:00