Commit graph

202 commits

Author SHA1 Message Date
ha7ilm
20a2cdc73c Got the VCO output inverted (and the signal as well), so now the output and the input are actually in phase. 2016-05-09 14:02:24 +02:00
ha7ilm
4ecc84eefd Got PLL working with the 1st order IIR loop filter. 2016-05-09 13:58:45 +02:00
ha7ilm
a89d174ec5 Added pll_cc 2016-05-09 12:59:08 +02:00
ha7ilm
d79807a67c Now we have a working serial_line_decoder_f_u8. 2016-05-08 12:38:09 +02:00
ha7ilm
380bfded2c First concept of serial_line_decoder_f_u8. 2016-05-08 09:33:40 +02:00
ha7ilm
7c36a0ffce Fixed usage 2016-05-05 23:59:44 +02:00
ha7ilm
ec37c6583c Added BPSK31 varicode decoding. 2016-05-04 23:46:23 +02:00
ha7ilm
84e00184af Fixed "csdr fifo". 2016-04-12 17:07:28 +02:00
ha7ilm
587433e770 Added "csdr fifo". 2016-04-12 17:05:22 +02:00
ha7ilm
aff30d1c6a Fixed buffer size bug in fir_decimate_cc 2016-04-11 14:34:13 +02:00
András Retzler
0e75adff5d Update README.md 2016-04-09 19:21:52 +02:00
András Retzler
c0a43c2b79 Update README.md 2016-04-09 19:21:38 +02:00
András Retzler
e7a06259ec Update README.md 2016-04-09 19:18:54 +02:00
András Retzler
d1b8d201ef Update README.md 2016-04-09 19:16:42 +02:00
András Retzler
c287d67872 Update README.md 2016-04-09 19:15:04 +02:00
András Retzler
90f15cb4a5 Update README.md 2016-04-03 11:10:06 +02:00
ha7ilm
42ce9d4669 Fixed handling a null input source for some functions, in order to work with the new squelch. 2016-03-20 23:30:21 +01:00
ha7ilm
4230198d91 Added a squelch 2016-03-20 16:41:37 +01:00
András Retzler
43e554da37 Update README.md 2016-02-14 19:44:34 +01:00
András Retzler
467207bead Update README.md 2016-02-14 19:43:16 +01:00
ha7ilm
7a0190ede2 Update README 2016-02-14 19:18:55 +01:00
ha7ilm
cfd9ef1fb7 i16 -> s16 at even more places, README improvements, env_csdr_fixed_big_bufsize fix. 2016-02-14 19:16:07 +01:00
ha7ilm
26d10e6df8 Rolled back to the original csdr flowcontrol. The new one made some segmentation faults. 2016-02-14 11:21:48 +01:00
ha7ilm
277075b397 Renamed convert_f_i16 -> convert_f_s16 and convert_i16_f -> convert_s16_f. (csdr also triggers for the original functions, but they are deprecated. 2016-02-14 11:19:36 +01:00
ha7ilm
aa0309f512 Fixed convert_s8_f and convert_f_s8. 2016-02-14 11:11:41 +01:00
ha7ilm
03a3a9ab50 Merged dev into master. 2016-02-14 11:08:53 +01:00
ha7ilm
fc19371a3e Documentation++ 2016-01-12 23:19:35 +01:00
ha7ilm
95777e29af Started writing a new DDCD based on pthreads. 2016-01-12 23:01:36 +01:00
ha7ilm
f3c78f3fc5 Merge remote-tracking branch 'origin/dev' into fastddc 2016-01-12 22:35:22 +01:00
ha7ilm
9017d5086a Merge remote-tracking branch 'origin/addfast' into fastddc 2016-01-12 22:30:24 +01:00
ha7ilm
e71c33565e Added fir_decimate_cc to test200. 2015-12-18 07:51:10 +00:00
Andris, HA7ILM
2b54054a9f firdes_lowpass_f output is more accurate now. 2015-12-16 23:42:44 +01:00
ha7ilm
5fede66e27 fastddc_inv_cc is now controllable via --fd and --fifo. 2015-12-03 17:08:30 +01:00
ha7ilm
35b3f631d6 method=td is OK 2015-12-03 11:22:25 +01:00
ha7ilm
6952973e02 Added read_socket_ctl() 2015-12-03 00:17:46 +01:00
ha7ilm
4800710443 Fixed exit on Ctrl+C (SIGINT). 2015-12-02 23:33:35 +01:00
ha7ilm
c9406d38c9 Added client subprocess. 2015-12-02 22:40:20 +01:00
ha7ilm
558cbbfefe main subprocess now works. 2015-12-02 21:58:48 +01:00
ha7ilm
2a6b1c2073 Handle signals from ddcd. 2015-12-02 19:38:17 +01:00
ha7ilm
c6e0a8f5c8 Fixed build. 2015-12-02 15:27:28 +01:00
ha7ilm
71e80ea809 Working hard on ddcd. 2015-12-02 14:51:20 +01:00
ha7ilm
4380bec6fa Tested all shifts, and they seem to work! 2015-11-30 00:20:22 +01:00
ha7ilm
95ebc0e790 Fixed shift_addfast_cc/NEON, now it works! Added shift_unroll_cc. 2015-11-29 22:46:06 +00:00
ha7ilm
965ea631fc Now at least we get a continuous output signal from shift_addfast_cc/NEON. And we get a good result if the shift_rate is 0! (Okay, we get a bad result for anything else...) 2015-11-29 20:47:00 +00:00
ha7ilm
d28edcca3d Fixed a jump. 2015-11-29 19:13:24 +00:00
ha7ilm
d24164db03 Added NEON implementation of shift_addfast_cc. 2015-11-29 19:05:28 +00:00
András Retzler
0fd32aabbd Update CONTRIBUTING.md 2015-11-29 16:45:33 +01:00
András Retzler
18b9b55ae3 Update CONTRIBUTING.md 2015-11-29 14:23:52 +01:00
ha7ilm
8e7daf58d5 ICLA 2015-11-29 13:20:19 +00:00
ha7ilm
90152d3bb3 ICLA 2015-11-29 13:18:56 +00:00