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

638 Commits

Author SHA1 Message Date
f4exb
93a08c325a Level Meter: paint peak tip last so it appears on top 2016-12-07 01:21:00 +01:00
f4exb
bc75ca7735 Level meter embellishment 2016-12-06 00:25:59 +01:00
f4exb
e6667c88eb NFM Demod: use different color scheme for the signal meter bar 2016-12-05 18:42:24 +01:00
f4exb
317836ac92 NFM demod: channel power calculation and squelch corrections 2016-12-05 03:46:42 +01:00
f4exb
7c3cebf2e1 NFM Demod: added signal meter. Corrected squelch. Turned frequency dial green 2016-12-05 02:09:08 +01:00
f4exb
d381075d87 Level Meter: added a signal strength in dB meter 2016-12-05 00:56:58 +01:00
f4exb
4d5e2f9656 Level Meter: set fixed background as a pixmap 2016-12-04 19:03:51 +01:00
f4exb
76932e6627 Level Meter: changed rms to avg to be generic 2016-12-04 06:44:37 +01:00
f4exb
373a99e575 Allow several classes of Level Meters sharing the same base algorithms. Initiate with the VU meter 2016-12-04 06:40:57 +01:00
f4exb
95f9a03a7b Level meter: isolate paint method 2016-12-04 06:07:53 +01:00
f4exb
d5943288d3 Level Meter: updated face 2016-12-03 05:07:09 +01:00
f4exb
87c4a13cc1 Changed level meter background color 2016-12-02 18:19:20 +01:00
f4exb
c7b1d8a133 Windows build: include GUI level meter 2016-12-02 13:13:54 +01:00
f4exb
ea53e63556 NFM Modulator: Cleanup level meter code. Use experimental max value for modulation swing calculation 2016-12-02 03:00:41 +01:00
f4exb
7a07b56b01 NFM Modulator: basic input volume gauge 2016-12-02 02:00:53 +01:00
f4exb
0b5d794ea8 Bump version to 2.4.0 2016-11-30 02:20:48 +01:00
f4exb
c5f1acdcf1 AM Modulator: audio input (mic) basic support 2016-11-29 01:09:06 +01:00
f4exb
4c3db01409 Added an AudioInput class 2016-11-28 18:32:50 +01:00
f4exb
7c1b1032c9 AM Modulator: added file input (basic) 2016-11-28 02:17:08 +01:00
f4exb
2d0ee4bf76 SDRplay plugin: adjust documentation. Corrections and re-organization of the main readme.md file 2016-11-21 18:07:58 +01:00
f4exb
ee947f54e9 Corrected clang warnings 2016-11-21 18:01:55 +01:00
f4exb
60925ea84b SDRPlay plugin: documentation 2016-11-21 01:21:48 +01:00
f4exb
f7b52cfcc6 Value dial improvement: use right button to clear digits at the right of the current difit position (ceil). Use left button to set cursor at current position (was any button before) 2016-11-19 12:19:00 +01:00
f4exb
85807ffadb SDRPlay plugin: now working with open source libmirisdr 2016-11-16 02:38:21 +01:00
f4exb
863522d9ff SDRPlay support: source plugin interim state (1) compiles 2016-11-13 02:59:31 +01:00
f4exb
ae5070ebb3 Removed useless flavour of even/odd FIR halfband filter 2016-11-11 10:21:54 +01:00
f4exb
671b380909 Bumped version to 2.2.2 2016-11-10 08:32:33 +01:00
f4exb
efbce97a2f Improve int halfband filter even/odd I/Q stride variant 2016-11-10 02:56:49 +01:00
f4exb
c91725fe01 Push decimators halfband filter order to 64 2016-11-09 04:03:12 +01:00
f4exb
0a6dc5db37 IntHalfband filters: tuned optimizations and chose the best for x86_64 2016-11-09 03:27:30 +01:00
f4exb
d2c6791eea Use IntHalfbandFilterST in decimators 2016-11-08 17:30:10 +01:00
f4exb
2504d199fd IntHalfbandFilterST: implemented intrinsics class 2016-11-08 17:29:46 +01:00
f4exb
995fd04543 Removed useless include 2016-11-08 17:28:03 +01:00
f4exb
bfe24df76e Added new halfband FIR filter with even/odd and I/Q stride 2016-11-08 02:02:29 +01:00
f4exb
3505e1b095 Allow SSE 4.1 optimization on the down channelizer 2016-11-07 18:51:32 +01:00
f4exb
8b52059ca4 IntHalfbandFilterEO1: fixed unused variables 2016-11-07 18:40:22 +01:00
f4exb
fa5030eac4 IntHalfbandFilterEO1: simplification for SSE 4.1 only and fix 2016-11-07 18:23:59 +01:00
f4exb
5a9b461d1c Windowss build: added SSE 4.1 flags 2016-11-07 08:44:55 +01:00
f4exb
16aebb72c4 Windows build: added missing header files 2016-11-07 08:26:34 +01:00
f4exb
7015fb97d2 Put intrinsics in their own templatized classes 2016-11-07 04:16:02 +01:00
f4exb
63d6eea066 Use more precise SIMD flags and detect actual x86_64 SIMD features 2016-11-07 00:42:57 +01:00
f4exb
dbbbfa12ee Changed USE_SIMD flag to USE_SSE 2016-11-06 02:08:38 +01:00
f4exb
af0a0896d4 IntHalfBandFilterEO2: fixed (x,y) method 2016-11-06 01:19:39 +01:00
f4exb
bc3dfb19cd IntHalfBandFilterEO2: use dual forward and backward buffers to avoid byte shuffling in SIMD instructions. Implemented in the up channelizer 2016-11-06 01:07:13 +01:00
f4exb
de8640caae IntHalfBandFilterEO1: rename size attribute 2016-11-06 00:23:08 +01:00
f4exb
3410d289d1 Use even/odd FIR filter based half band decimators for the device decimators 2016-11-05 21:52:13 +01:00
f4exb
f2a50c0c0f Use even/odd FIR filter half band interpolator only if SIMD is available 2016-11-04 22:47:09 +01:00
f4exb
9f74c82715 IntHalfBand FIR filter SSE optimizations 2016-11-04 01:12:39 +01:00
f4exb
2f02d9dd69 IntHalgBandFilterDB: changed some attributes name 2016-11-03 00:30:55 +01:00
f4exb
942f897978 Use the double buffer FIR filter with the front end decimators 2016-11-02 09:15:32 +01:00