Commit graph

267 commits

Author SHA1 Message Date
Tatu Peltola
d2a0099227 Precalculate FFT window
Before this calculating FFT window was taking much more CPU time than calculating the FFT itself.
2016-06-07 21:30:00 +03:00
Tatu Peltola
f9d6d22fe2 Implement averaged FFT 2016-06-07 21:30:00 +03:00
ha7ilm
d442696cb8 Don't allow readers reach the buffer currently being filled. 2016-06-04 23:05:38 +02:00
ha7ilm
3a38be042a We don't need the client id at all. 2016-06-04 22:56:20 +02:00
ha7ilm
461390edf7 Written some more code for ddcd 2016-06-04 22:54:17 +02:00
ha7ilm
4737a7e808 Current state 2016-06-04 17:42:29 +02:00
ha7ilm
c1a42d1eff Did not build; fixed 2016-05-22 18:45:56 +02:00
ha7ilm
4fbcc3f0a8 Renamed loop filters 2016-05-22 18:35:26 +02:00
ha7ilm
07ca9fd73f Changes to PLL, renamed bpsk31 line decoder to bpsk31_varicode2ascii_sy_u8 2016-05-22 18:27:20 +02:00
ha7ilm
b36b01e9cf Current status (PLL modified) 2016-05-18 14:56:05 +02:00
ha7ilm
ed35bb96e7 Working on phase detector of the PLL 2016-05-11 08:59:54 +02:00
ha7ilm
e084341ca2 Working on 2nd order IIR loop filter 2016-05-11 08:48:31 +02:00
ha7ilm
c0b4706592 Fixed 1st order loop filter 2016-05-10 22:59:14 +02:00
ha7ilm
33a8cf0482 Several changes related to PLL 2016-05-10 21:46:33 +02:00
ha7ilm
88068ec517 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:06:03 +02:00
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