1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 18:36:34 -04:00
Commit Graph

5453 Commits

Author SHA1 Message Date
f4exb
7a6f1b79ce Build: Linux: added perseus external library 2019-06-03 01:30:05 +02:00
f4exb
816e0e28e0 Build: Linux: added airspyhf external library 2019-06-03 00:35:06 +02:00
f4exb
8a5ffe6b1f Build: Linux: added libiio external library 2019-06-02 23:55:59 +02:00
f4exb
c885105a87 Build: Linux: added libbladeRF external library 2019-06-02 23:28:37 +02:00
f4exb
67be5a86d9 Windows: restored online API documentation 2019-06-02 20:34:49 +02:00
f4exb
de7e61e364 Added missing include 2019-06-02 20:15:19 +02:00
f4exb
42cb0c4057
Merge pull request #358 from Vort/master_timer
Improve precision of master timer
2019-06-02 09:49:40 +02:00
Vort
05a9c0a371 Improve precision of master timer 2019-06-02 07:35:50 +03:00
f4exb
82f216f696 Corrected spectrum channel marker text display (see only the active one) 2019-06-02 01:37:12 +02:00
f4exb
c913abb43c Updated changelogs 2019-06-02 01:08:51 +02:00
f4exb
356d5b8010 Build: Linux: added LimeSuite external library 2019-06-02 01:05:33 +02:00
f4exb
28fcb5c2c6 Bumped version 2019-06-01 23:58:17 +02:00
f4exb
839dcdf0dc Build: fixed triggering of demoddsd build when using external libraries 2019-06-01 21:35:33 +02:00
f4exb
29e818fe6f Debian build: enable external libraries. Updated cm256cc commit tag to fetch version with SIMD test program core dumps fix 2019-06-01 19:39:31 +02:00
f4exb
a23c6f86c4 Build: Linux: install external libraries dependencies 2019-06-01 19:28:36 +02:00
f4exb
43a63226cf Readme: added information about local input and output plugins 2019-06-01 16:16:48 +02:00
f4exb
587a5a73d2 Moved developer's notes to Wiki 2019-06-01 15:50:27 +02:00
f4exb
eeabce0913 Updated and removed all dribble from the main readme 2019-06-01 15:22:39 +02:00
f4exb
27c18c7cbe Build: fixes on cmake for external resources 2019-06-01 04:39:49 +02:00
f4exb
cde8b87985 ATV modulator: corrected OpenCV dependencies and removed ugly hack 2019-06-01 01:31:55 +02:00
f4exb
8ae26ada10 Build: removed dependency on libsqlite3 and added dependency to libopencv-imgcodecs 2019-06-01 01:13:36 +02:00
f4exb
8b9ccaa90e NFM demod: fixed low pass filter 2019-05-31 22:22:30 +02:00
f4exb
bdc68ba4df Merge branch 'mimo' into dev 2019-05-31 20:13:48 +02:00
f4exb
8a0d0de573 Windows build fixes 2019-05-31 19:24:02 +02:00
f4exb
76f20fe5d0 Merged latest developments on dev branch (4.8.1 and 4.8.2) 2019-05-31 12:45:29 +02:00
f4exb
9284b47880 ATV modulator: fixed undefined symbol cv::VideoCapture 2019-05-31 11:07:36 +02:00
f4exb
034c299e4a cmake: Allow RPATH to include files outside the build tree 2019-05-31 10:52:41 +02:00
f4exb
1eeb334a8f Fixed sdrbase resource init 2019-05-31 10:14:10 +02:00
f4exb
af32260b51 Perseus server: added libusb include and lib 2019-05-31 09:58:34 +02:00
f4exb
966ea1ed07 Debian: updated changelog. Bumped version 2019-05-31 09:00:37 +02:00
f4exb
da82954e74
Merge pull request #357 from ra1nb0w/cmake
New cmake build
2019-05-31 03:47:33 +02:00
f4exb
d5165d9460 Set default audio input volume to 1.0 2019-05-30 19:01:09 +02:00
f4exb
ecb4a08718 MIMO: channel marker affinity with the stream being displayed on the main spectrum. Implemented in demod AM 2019-05-30 18:38:10 +02:00
f4exb
696ec6caeb SSB demod: corrected processing without AGC and changed some defaults 2019-05-30 15:52:12 +02:00
f4exb
552af0b250 SSB demod: allow FFT filter bandwidth limit to reach input sample rate 2019-05-30 10:39:30 +02:00
f4exb
766c5bff1c SSB demod: set limit on the maximum filter bandwidth relative to actual channel sample rate 2019-05-30 02:43:25 +02:00
f4exb
d0c829f141 Test MI: added option to lock stream selection to spectrum display 2019-05-29 23:53:33 +02:00
f4exb
e361afd29f MIMO: implement I/Q correction for sources 2019-05-29 22:09:19 +02:00
f4exb
7e4753ac59 AM demod: corrected copy and paste error 2019-05-29 12:17:48 +02:00
f4exb
d2c31059dd AM demod: implemented low pass filter after the demod 2019-05-29 11:23:28 +02:00
f4exb
9bd9c805de NFM demod: implemented interpolator for audio 2019-05-28 18:48:10 +02:00
f4exb
e7215b54da SSB demod: implemented interpolator for audio 2019-05-28 18:36:18 +02:00
f4exb
1e3980c5e0 AM demod: fixed audio interpolator. Issue #354 2019-05-28 18:11:42 +02:00
f4exb
f9328789d5 MIMO: test MI: fixed updateFrequencyShiftLimit method zeroing frequency shift 2019-05-28 16:31:44 +02:00
Davide Gerhard
f61d1c3908
add gettimeofday() compatibility function for windows
plugins that need that:
  - remotesink
  - remotesource
2019-05-28 15:19:19 +02:00
Davide Gerhard
d49e28e266
appveyor: new CI with ubuntu 18.04 and VS 2017
- support ubuntu 18.04 and 16.04
- support windows with qt already installed
2019-05-28 15:19:19 +02:00
Davide Gerhard
ce7e1791d9
travis-ci: test EXTERNAL_LIBRARIES and added new dependencies 2019-05-28 15:19:19 +02:00
Davide Gerhard
2e04d2fe9d
fix windows code to build with MSVC
- remove __attribute__((unused)) not supported on MSVC
- remove  __attribute((unused)) not supported on MSVC
- add symbol exports to RemoteDataReadQueue and RemoteDataQueue
- add export symbols to sdrsrv
2019-05-28 15:19:19 +02:00
Davide Gerhard
6e80780d17
cmake: windows fixes for MSVC
- disable sdrangelbench on windows with MSVC
- fix cpu flags test code for MSVC
- add ico file
2019-05-28 15:19:12 +02:00
f4exb
a0f16a1db0 MIMO: test MI: select stream to be displayed on main sperctrum 2019-05-28 12:09:08 +02:00