Commit Graph

4296 Commits

Author SHA1 Message Date
f4exb 41319b63e5 Inf/Sup decimators fix (3): all decimators but by 64 2018-05-10 04:37:51 +02:00
f4exb f99f7cd598 Inf/Sup decimators fix (2): decimators by 4 2018-05-10 02:51:45 +02:00
f4exb 6841bf3efa Center decimator by 2 optimization 2018-05-10 02:26:38 +02:00
f4exb 0e55accd0f Inf/Sup decimators fix (1): decimators by 2 2018-05-10 02:14:16 +02:00
f4exb c3242d618f Benchmarking: added inf/sup decimators test 2018-05-09 21:50:41 +02:00
f4exb 1c354dba4d NFM demod: fixed squelch indicator 2018-05-09 19:38:26 +02:00
f4exb 625f0eb72c File record default file name fix (3): web API 2018-05-09 18:59:39 +02:00
f4exb 775b2a270d File record default file name fix (2) 2018-05-09 17:39:48 +02:00
f4exb 2d57d6d7e0 Added mention of Ubuntu 18.04 powersave CPU governor being now the default 2018-05-09 17:05:17 +02:00
f4exb 1ee75f127d SDRDaemon source: fixed UDP socket readyRead signal connection (removed queued connection flag) 2018-05-09 09:57:26 +02:00
f4exb 0981d04904 File record default file name fix (1) 2018-05-08 11:03:09 +02:00
f4exb 4bb63bbf1b Fixed keyboard input for negative values on realtive integer value dials (issue #168) 2018-05-08 10:10:15 +02:00
f4exb 0c946d86e2 Use unified even/odd half band decimator 2018-05-08 01:35:08 +02:00
f4exb 8102d0ed08 Scale engine: fixed tick text size calculation 2018-05-07 11:33:42 +02:00
f4exb c786e3f6f9 Level meter: make sure text and minor ticks do not collide 2018-05-07 04:04:57 +02:00
f4exb b32330780b Level meters: fixed text position and make sure appropriate font is used 2018-05-07 03:38:57 +02:00
f4exb 4e389d77e1 Try to add fonts to GUI resources and add to font database from main window 2018-05-07 03:14:18 +02:00
f4exb 606c83e484 Scale engine: use +20% ratio (1.2) to ensure proper horizontal scale text spacing 2018-05-07 02:15:24 +02:00
f4exb c9e14d1f2d Scale engine: add one more space to avoid horizontal scale figure collision 2018-05-07 01:04:34 +02:00
f4exb 97677075b1 AM demod: fixed delayed squelch 2018-05-06 22:56:24 +02:00
f4exb 1ac7ceae80 Added mention in the main readme for udev rules installation after Debian package installation 2018-05-06 20:27:30 +02:00
f4exb 8633adf345 Sampling device dialog: set font 2018-05-06 19:17:50 +02:00
f4exb 161d4a5e56 Set spectrum font to Liberation Sans 2018-05-06 17:51:18 +02:00
f4exb b9a19577c7 SSB demod: squelch: change ramp up/down constant to half of the averaging time 2018-05-06 14:50:13 +02:00
f4exb 56c0aaedcd Mag AGC: corrected step calculation. Added method to combine step up and down smoothing 2018-05-06 02:39:39 +02:00
f4exb 6b1123009d FCD: bumped plugins version 2018-05-06 01:17:04 +02:00
f4exb e0d3c77fc3 Sample source plugins: use liberation font 2018-05-06 00:55:42 +02:00
f4exb 8281058b24 Sample sink plugins: use liberation font 2018-05-06 00:40:09 +02:00
f4exb bcc3476e9d Channel Tx plugins: use liberation font 2018-05-06 00:30:43 +02:00
f4exb c43ecc8afe Channel Rx plugins: use liberation font 2018-05-05 18:12:05 +02:00
f4exb d150dd810a sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
f4exb 03c4c41c82 MainWindow: use Liberation font everywhere 2018-05-05 17:34:35 +02:00
f4exb a6792ebad7 Windows build fixes 2018-05-05 17:21:11 +02:00
f4exb bec196953e Corrected default font size 2018-05-05 15:21:49 +02:00
f4exb 5ce49a387d Changed font for upward compatibiilty (test) 2018-05-05 15:10:19 +02:00
f4exb 1d10ef12a3 MainWindow: removed specific font settings 2018-05-05 11:51:30 +02:00
f4exb b09d15436d Debian build: removed sqlite3 from dependencies 2018-05-05 05:54:04 +02:00
f4exb 3f1389dc81 Removed sqlite3 dependency 2018-05-05 05:28:34 +02:00
f4exb 359af254f0 SSB modulator: fixed issue #167: typo in remove Tx registration method 2018-05-03 00:28:27 +02:00
f4exb 17aa15c4d0 Unified the even/odd integer halfband filters 2018-05-02 14:00:03 +02:00
f4exb 1db2da3b60 NFM demod: fixed squelch 2018-05-02 01:22:34 +02:00
f4exb c7db2a3ca7 Bumped plugins version 2018-05-02 00:29:18 +02:00
f4exb 058f3d5af8 RTLSDR: optimized decimator 2018-05-02 00:24:50 +02:00
f4exb 19c32b4354 Removed 24/16 bit differentiation on Decimator instantiation where possible 2018-05-01 23:57:12 +02:00
f4exb 4924e3edbd Down channelizer optimization: use even/odd technique halfband filter 2018-05-01 22:02:30 +02:00
f4exb a81e2f297a Benchmarking: added int to float decimation 2018-05-01 19:49:47 +02:00
f4exb efa168ec77 Floating point to floating point decimator optimization using the even/odd algorithm 2018-04-30 11:08:08 +02:00
f4exb 48cc6df8a7 Floating point to integer decimator optimization using the even/odd algorithm 2018-04-29 22:56:34 +02:00
f4exb 1213ad2a71 Simplified float halfband filters with unique class for floating point 2018-04-29 11:48:46 +02:00
f4exb 9c49be1313 Removed intrinsics completely from IntHalfbandFilterEO2 2018-04-29 11:38:42 +02:00