Wykres commitów

  • 1712c5af3b nmux: MSG_NOSIGNAL fixed client close ha7ilm 2017-01-13 13:00:48 +0100
  • dd51b9cc04 nmux: seems to work now ha7ilm 2017-01-13 12:00:43 +0100
  • ac392f4ead nmux: implemented select properly at the end ha7ilm 2017-01-12 23:52:53 +0100
  • 2f633f1f29 nmux: hacking around select ha7ilm 2017-01-12 23:32:45 +0100
  • da13229456 nmux: fixed how wait conditions and mutexes work, according to man ha7ilm 2017-01-12 19:10:27 +0100
  • 795a77e7ee nmux: rearranged read() code for fixing EAGAINs ha7ilm 2017-01-12 18:57:23 +0100
  • 8b4323237f nmux: fixed cmp op ha7ilm 2017-01-12 17:50:51 +0100
  • 20f107b578 nmux: fixed unlocked mutex in tsmpool ha7ilm 2017-01-12 17:45:59 +0100
  • 1177e03660 nmux: things start to work ha7ilm 2017-01-12 16:56:54 +0100
  • c2058aa34e nmux: client now uses poll; more messages are printed if NMUX_DEBUG is on ha7ilm 2017-01-12 16:24:59 +0100
  • 47084804da nmux: Fixed some bugs and added a lot of debug info ha7ilm 2017-01-12 15:27:48 +0100
  • 3941ce49e7 nmux compiles, also fixed a segfault related to getopt ha7ilm 2017-01-11 10:48:25 +0100
  • 3ad4d15945 Finished nmux, now working on making it compile ha7ilm 2017-01-10 20:21:30 +0100
  • 377faec68e Started to work on nmux today ha7ilm 2017-01-10 10:34:42 +0100
  • c051280442 Fixed bug to get ddc on correct frequency Tatu Peltola 2016-11-01 01:52:53 +0200
  • a95008be7f Fixed reading from fifo Tatu Peltola 2016-11-01 00:56:30 +0200
  • 0ca94656a2 Optimize CIC DDC Tatu Peltola 2016-10-31 19:39:25 +0200
  • f1345cceca Implement CIC DDC for 16-bit integer real signal Tatu Peltola 2016-10-31 00:43:01 +0200
  • b6f50cbf06 Changed every_n_samples in fft_fc to be based on actual input samples Tatu Peltola 2016-10-31 19:14:16 +0200
  • 1446b62959 Implement shift_addition_fc for downconversion of real signal Tatu Peltola 2016-10-23 20:25:34 +0300
  • 5a46f15d1b Add fft_fc: FFT for real input signal Tatu Peltola 2016-10-23 19:27:37 +0300
  • 1080e4ad23 Merge pull request #19 from tejeez/master András Retzler 2016-10-29 19:42:56 +0200
  • 38d567d96e Fix logaveragepower_cf for FFT sizes below 16384 Tatu Peltola 2016-10-22 22:16:47 +0300
  • 8cbf028732 Merge branch 'master' of https://github.com/tejeez/csdr Tatu Peltola 2016-10-22 21:32:43 +0300
  • 12d7db8b49 Fixed issue simonyiszk/csdr#15 by fixing allocating size in bytes instead of size in amount of taps Rico van Genugten 2016-10-06 11:28:34 +0000
  • 7ba726af5b Fixed issue simonyiszk/csdr#15 by using veor instead of vmov to zero accumulators in fir_decimate_cc. Also removed some unused variables Rico van Genugten 2016-10-06 09:12:34 +0000
  • 11d639b7a3 Added nmux ha7ilm 2016-09-20 23:52:58 +0200
  • f33a05250c Before starting to work on nmux ha7ilm 2016-09-20 22:37:06 +0200
  • 8952449b09 Fixing bug: was using -msse4 for sse4a instead of -msse4a ha7ilm 2016-09-19 13:15:07 +0200
  • 5042981410 Fixed TOTAL_MEMORY for emcc ha7ilm 2016-07-24 12:15:11 +0200
  • 7fde9c81b5 Cygwin/babun has the DLLs in /bin/ ha7ilm 2016-06-29 22:47:16 +0200
  • c8fcb2fe88 ldconfig is optional ha7ilm 2016-06-29 22:37:29 +0200
  • a0b836e61c Cygwin/Babun support ha7ilm 2016-06-29 22:34:56 +0200
  • ef39d8dc27 Fixed 24 bit conversions ha7ilm 2016-06-23 10:50:08 +0200
  • de110ff719 Fixed 24 bit conversions ha7ilm 2016-06-21 00:23:43 +0200
  • 2890740e3e Fixed help message ha7ilm 2016-06-21 00:14:40 +0200
  • c4b3527490 Added convert_s24_f and convert_f_s24 ha7ilm 2016-06-21 00:14:03 +0200
  • 91c91425de 1R1W mode fixed ha7ilm 2016-06-07 22:15:40 +0200
  • 5064d3b72c Added a lot of things, tsmpool should now work in 1R1W mode as well ha7ilm 2016-06-07 22:14:36 +0200
  • d2a0099227 Precalculate FFT window Tatu Peltola 2016-03-26 11:44:28 +0200
  • f9d6d22fe2 Implement averaged FFT Tatu Peltola 2016-03-25 18:00:20 +0200
  • d442696cb8 Don't allow readers reach the buffer currently being filled. ha7ilm 2016-06-04 23:05:38 +0200
  • 3a38be042a We don't need the client id at all. ha7ilm 2016-06-04 22:56:20 +0200
  • 461390edf7 Written some more code for ddcd ha7ilm 2016-06-04 22:54:17 +0200
  • 4737a7e808 Current state ha7ilm 2016-06-04 17:42:29 +0200
  • c1a42d1eff Did not build; fixed ha7ilm 2016-05-22 18:45:56 +0200
  • 4fbcc3f0a8 Renamed loop filters ha7ilm 2016-05-22 18:35:26 +0200
  • 07ca9fd73f Changes to PLL, renamed bpsk31 line decoder to bpsk31_varicode2ascii_sy_u8 ha7ilm 2016-05-22 18:27:20 +0200
  • b36b01e9cf Current status (PLL modified) ha7ilm 2016-05-18 14:56:05 +0200
  • ed35bb96e7 Working on phase detector of the PLL ha7ilm 2016-05-11 08:59:54 +0200
  • e084341ca2 Working on 2nd order IIR loop filter ha7ilm 2016-05-11 08:48:31 +0200
  • c0b4706592 Fixed 1st order loop filter ha7ilm 2016-05-10 22:59:14 +0200
  • 33a8cf0482 Several changes related to PLL ha7ilm 2016-05-10 21:46:33 +0200
  • 88068ec517 Got the VCO output inverted (and the signal as well), so now the output and the input are actually in phase. ha7ilm 2016-05-09 14:06:03 +0200
  • 20a2cdc73c Got the VCO output inverted (and the signal as well), so now the output and the input are actually in phase. ha7ilm 2016-05-09 14:02:24 +0200
  • 4ecc84eefd Got PLL working with the 1st order IIR loop filter. ha7ilm 2016-05-09 13:58:45 +0200
  • a89d174ec5 Added pll_cc ha7ilm 2016-05-09 12:59:08 +0200
  • d79807a67c Now we have a working serial_line_decoder_f_u8. ha7ilm 2016-05-08 12:38:09 +0200
  • 380bfded2c First concept of serial_line_decoder_f_u8. ha7ilm 2016-05-08 09:33:40 +0200
  • 7c36a0ffce Fixed usage ha7ilm 2016-05-05 23:59:44 +0200
  • ec37c6583c Added BPSK31 varicode decoding. ha7ilm 2016-05-04 23:46:23 +0200
  • 84e00184af Fixed "csdr fifo". ha7ilm 2016-04-12 17:07:28 +0200
  • 587433e770 Added "csdr fifo". ha7ilm 2016-04-12 17:05:22 +0200
  • aff30d1c6a Fixed buffer size bug in fir_decimate_cc ha7ilm 2016-04-11 14:34:13 +0200
  • 0e75adff5d Update README.md András Retzler 2016-04-09 19:21:52 +0200
  • c0a43c2b79 Update README.md András Retzler 2016-04-09 19:21:38 +0200
  • e7a06259ec Update README.md András Retzler 2016-04-09 19:18:54 +0200
  • d1b8d201ef Update README.md András Retzler 2016-04-09 19:16:42 +0200
  • c287d67872 Update README.md András Retzler 2016-04-09 19:15:04 +0200
  • b49c7095d0 ddcd needs cleanup, will fix it later fastddc ha7ilm 2016-04-04 13:51:47 +0200
  • 906d91e84a fp16: disable SSE if we're on ARM. feature/fp16 ha7ilm 2016-04-03 19:47:05 +0200
  • 8a2618d2ab Fix fp16_generatetables in header. ha7ilm 2016-04-03 19:41:33 +0200
  • 3389cb9b30 fp16_generatetables ha7ilm 2016-04-03 12:22:50 +0200
  • 333fa4ec4e Added convert_f16_f and convert_f_f16 ha7ilm 2016-04-03 12:20:12 +0200
  • 90f15cb4a5 Update README.md András Retzler 2016-04-03 11:10:06 +0200
  • 42ce9d4669 Fixed handling a null input source for some functions, in order to work with the new squelch. ha7ilm 2016-03-20 23:30:21 +0100
  • 4230198d91 Added a squelch ha7ilm 2016-03-20 16:41:37 +0100
  • 43e554da37 Update README.md András Retzler 2016-02-14 19:44:34 +0100
  • 467207bead Update README.md András Retzler 2016-02-14 19:43:16 +0100
  • 7a0190ede2 Update README ha7ilm 2016-02-14 19:18:55 +0100
  • cfd9ef1fb7 i16 -> s16 at even more places, README improvements, env_csdr_fixed_big_bufsize fix. ha7ilm 2016-02-14 19:16:07 +0100
  • 26d10e6df8 Rolled back to the original csdr flowcontrol. The new one made some segmentation faults. ha7ilm 2016-02-14 11:21:48 +0100
  • 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. ha7ilm 2016-02-14 11:19:36 +0100
  • aa0309f512 Fixed convert_s8_f and convert_f_s8. ha7ilm 2016-02-14 11:11:41 +0100
  • 03a3a9ab50 Merged dev into master. ha7ilm 2016-02-14 11:08:53 +0100
  • fc19371a3e Documentation++ ha7ilm 2016-01-12 23:19:35 +0100
  • 95777e29af Started writing a new DDCD based on pthreads. ha7ilm 2016-01-12 23:01:36 +0100
  • f3c78f3fc5 Merge remote-tracking branch 'origin/dev' into fastddc ha7ilm 2016-01-12 22:35:22 +0100
  • 9017d5086a Merge remote-tracking branch 'origin/addfast' into fastddc ha7ilm 2016-01-12 22:30:24 +0100
  • e71c33565e Added fir_decimate_cc to test200. addfast ha7ilm 2015-12-18 07:51:10 +0000
  • 2b54054a9f firdes_lowpass_f output is more accurate now. dev Andris, HA7ILM 2015-12-16 23:42:44 +0100
  • 5fede66e27 fastddc_inv_cc is now controllable via --fd and --fifo. ha7ilm 2015-12-03 17:08:30 +0100
  • 73e0e02d2e Non-blocking the client pipes screws things up. fastddc_nonblock ha7ilm 2015-12-03 11:37:28 +0100
  • 35b3f631d6 method=td is OK ha7ilm 2015-12-03 11:22:25 +0100
  • 6952973e02 Added read_socket_ctl() ha7ilm 2015-12-03 00:17:46 +0100
  • 4800710443 Fixed exit on Ctrl+C (SIGINT). ha7ilm 2015-12-02 23:33:35 +0100
  • c9406d38c9 Added client subprocess. ha7ilm 2015-12-02 22:40:20 +0100
  • 558cbbfefe main subprocess now works. ha7ilm 2015-12-02 21:58:48 +0100
  • 2a6b1c2073 Handle signals from ddcd. ha7ilm 2015-12-02 19:38:17 +0100
  • c6e0a8f5c8 Fixed build. ha7ilm 2015-12-02 15:27:28 +0100