Commit Graph

57 Commits

Author SHA1 Message Date
f4exb a6e4f598e2 Deep redesign: move to SDRangel #1 2015-08-30 01:26:51 +02:00
f4exb 60198c2d26 Deep redesign: few corrections and code pretty format 2015-08-29 22:42:58 +02:00
f4exb a8efd95db7 Deep redesign: Bandpass and lowpass filter Valgrind optimization 2015-08-29 18:39:29 +02:00
f4exb f121ba258b Deep redesign: Valgrind optimization on NFM demod. Tuned NFM squelch. 2015-08-29 09:41:39 +02:00
f4exb 43a783aceb Deep redesign: Valgrind optimizations 2015-08-29 03:09:00 +02:00
f4exb b185ef0558 Deep redesign: fixed RTLSDR decimation by exporting BladeRF decimators into a generalized templatized class (Decimators) 2015-08-26 02:42:31 +02:00
f4exb 005eae774e Deep redesign: use references for the iterator parameters of the sample sinks feed method 2015-08-25 08:24:23 +02:00
f4exb 19b234c4df Deep redesign: debug AM demod removing extraneous interpolator init in start method 2015-08-24 00:51:27 +02:00
f4exb bc287a4c33 Deep redesign: debug session #2 phase #2: fixed multi-threading of channelizers 2015-08-21 08:54:28 +02:00
f4exb 38bc6563d4 Deep redesign: debug session #2 phase #1 2015-08-20 03:38:31 +02:00
f4exb 582ce24c62 Use specific message to communicate between channelizer and demodulator 2015-08-19 22:12:52 +02:00
f4exb d6ae378e52 Deep redesign: debug phase #2: App starting 2015-08-18 02:47:14 +02:00
f4exb a6a7145f3d Deep redesign: phase #4. Compiles 2015-08-17 08:29:34 +02:00
f4exb b5f2475fbf Deep redesign: phase #3 2015-08-14 09:02:10 +02:00
f4exb f5c5e19571 Deep redesign: phase #2 2015-08-14 05:00:28 +02:00
f4exb 1799cd816f Deep redesign: phase #1 2015-08-13 08:51:33 +02:00
f4exb a7da0b76e2 Fixed startup initialization sequence: interim state #1 2015-08-12 09:03:02 +02:00
f4exb 3fd1346d08 Make DSP engine global static. Let DSP engine have its own report queue dostonct from Main Window message queue 2015-08-09 04:09:05 +02:00
f4exb 3dba9a0ea9 Implemented minimalist recording 2015-07-28 23:54:17 +02:00
f4exb bec9d90bd3 Scope trigger on both edges 2015-07-23 06:52:12 +02:00
f4exb 837ef9f0db Implemented trigger delay 2015-07-23 04:58:27 +02:00
f4exb 833b8c30c7 Rename trigger delay to pre-trigger delay and variables based on trigPre 2015-07-21 22:18:17 +02:00
f4exb de3e3031c2 prepare variable trace length #1 2015-07-21 21:38:36 +02:00
Edouard Griffiths 318602aab5 merged master 2015-07-20 23:00:48 +02:00
f4exb 3950ec4be9 scope trigger delay preparation #1 2015-07-20 22:51:49 +02:00
f4exb 347360db90 Channel analyzer: in the scope+spectrum combo show the spectrum of the scope captured data possibly triggered and not just the free running spectrum of the channel 2015-07-15 01:19:39 +02:00
f4exb 9161e867c9 Added one shot trigger option 2015-07-14 02:18:55 +02:00
f4exb 8a41edf24d Scope falling edge trigger 2015-07-14 00:04:34 +02:00
f4exb e696e4f8a2 Scope trigger #1 2015-07-13 23:38:10 +02:00
f4exb 9fa737ec67 Prepare scope trigger #1 2015-07-13 10:46:51 +02:00
f4exb c624ad0e13 Set channel analyzer bandwidth before decimation to channelizer input sample rate 2015-07-12 09:32:54 +02:00
Hoernchen 5a3dbe4bfc Allow building without sse #2. 2015-07-08 08:04:11 +01:00
f4exb 8924be1a31 Fixed time scale display on scope GUI 2015-07-07 01:17:16 +02:00
Hoernchen 4968bf1ccd Allow building without SSE. 2015-07-06 07:38:48 +01:00
f4exb a463b1fbc6 Created a spectrum + scope combo VIS to handle the channel analyzer spectrum + scope display 2015-06-23 20:05:28 +02:00
f4exb 2c84b82621 Started implementation of a Channel Analyzer plugin. Works basically 2015-06-21 12:46:47 +02:00
f4exb 3cdccd2cd0 Changed AGC to enhanced NFM squelch 2015-06-20 09:28:57 +02:00
f4exb e66d9a417f Changed NFM RF threshold squelch for after demod squelch 2015-06-19 08:27:29 +02:00
f4exb 40f00c0ed7 Added a simple CTCSS detector based on Goertzel's algorithm 2015-06-16 04:42:37 +02:00
f4exb 74d5fd59ec Filter out CTCSS tones in NFMDemod 2015-06-15 19:50:09 +02:00
f4exb 3f106ade9e Working unoptimzied WFM just mono (AF baseband) 2015-05-15 11:29:41 +02:00
f4exb 8948928ca0 NFM demodulation without using atan and smooth squelch with AGC suppressing most clicks on low level signals and hiss on carrier tails. Only useful modulation comes through 2015-05-14 17:19:06 +02:00
f4exb 3e922dbb0a Added simple AGC for AM demod 2015-05-12 12:12:13 +02:00
f4exb c92909d78d Removed useless spectrum visualizer in NFM receivers. Created a null sink class to fit corresponding parameter in NFMDemod class constructor 2015-05-10 19:21:46 +02:00
John Greb 1982574527 Upstream NFM. 2015-01-26 19:33:28 +00:00
John Greb d1a833b43f Refactor SFFT. 2015-01-13 19:14:36 +00:00
John Greb 429b4dbbff Add Sliding FFT. 2015-01-11 19:30:48 +00:00
John Greb 3b8add19c3 Reduce FFT filter memory use. 2014-12-25 21:24:03 +00:00
John Greb 4135c8f5ad Bandpass FFT. 2014-12-22 20:23:55 +00:00
John Greb 85b088cead DC correction needs floating point. 2014-12-06 22:35:53 +00:00