Commit graph

162 commits

Author SHA1 Message Date
Rico van Genugten 7ba726af5b Fixed issue simonyiszk/csdr#15 by using veor instead of vmov to zero accumulators in fir_decimate_cc. Also removed some unused variables 2016-10-06 09:12:34 +00:00
ha7ilm 11d639b7a3 Added nmux 2016-09-20 23:53:06 +02:00
ha7ilm f33a05250c Before starting to work on nmux 2016-09-20 22:37:06 +02:00
ha7ilm 8952449b09 Fixing bug: was using -msse4 for sse4a instead of -msse4a 2016-09-19 13:15:07 +02:00
ha7ilm 5042981410 Fixed TOTAL_MEMORY for emcc 2016-07-24 12:15:11 +02:00
ha7ilm ef39d8dc27 Fixed 24 bit conversions 2016-06-23 10:50:08 +02:00
ha7ilm de110ff719 Fixed 24 bit conversions 2016-06-21 00:23:43 +02:00
ha7ilm 2890740e3e Fixed help message 2016-06-21 00:14:40 +02:00
ha7ilm c4b3527490 Added convert_s24_f and convert_f_s24 2016-06-21 00:14:03 +02:00
ha7ilm 91c91425de 1R1W mode fixed 2016-06-07 22:15:40 +02:00
ha7ilm 5064d3b72c Added a lot of things, tsmpool should now work in 1R1W mode as well 2016-06-07 22:14:36 +02:00
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 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