Commit Graph

301 Commits

Author SHA1 Message Date
Roman Zeyde ae2e3c8724 fix renaming leftovers 2014-08-17 15:05:07 +03:00
Roman Zeyde b87aae48cb rename sigproc -> dsp 2014-08-17 14:22:23 +03:00
Roman Zeyde eb22b44b90 add frequency error scenario to full tests 2014-08-17 11:19:41 +03:00
Roman Zeyde 974df919db add UT for wave.py 2014-08-15 11:55:41 +03:00
Roman Zeyde 7971a1c8d3 fix typo in tests. 2014-08-15 10:39:53 +03:00
Roman Zeyde 65200d1038 recv: quantize phase on {1,i,-1,-i} 2014-08-14 21:19:46 +03:00
Roman Zeyde ed6022ccd8 fix resample script 2014-08-14 20:53:04 +03:00
Roman Zeyde 326812d851 sigproc: fix overflow handling at QAM quantization 2014-08-14 17:54:10 +03:00
Roman Zeyde b285deb00e support sigproc.estimate() 2014-08-14 09:45:05 +03:00
Roman Zeyde 787b356dd0 add linear filter utility function. 2014-08-14 09:01:06 +03:00
Roman Zeyde 35f077982b fix README.md whitespace
(dos2unix)
2014-08-14 08:37:55 +03:00
Roman Zeyde 30b15bddc4 lower ISI on test_full 2014-08-13 12:11:48 +03:00
Roman Zeyde 903d66bc35 add tests for low-pass and high-pass channels 2014-08-12 18:02:33 +03:00
Roman Zeyde 97fc5b52f4 fix sigproc.Filter 2014-08-12 17:56:02 +03:00
Roman Zeyde 8a156c7e54 recv: constellation should apply np.array() 2014-08-10 18:08:21 +03:00
Roman Zeyde 55a7c31447 sigproc: fix QAM quantization 2014-08-10 18:07:58 +03:00
Roman Zeyde c08b0edf80 constellation: show phase transition trails 2014-08-10 17:31:19 +03:00
Roman Zeyde 28d13b41f4 show: fix imports 2014-08-10 17:30:53 +03:00
Roman Zeyde a00bd7b665 remove unused profiling module 2014-08-10 11:24:20 +03:00
Roman Zeyde 71991daa90 fix automatic calibration script. 2014-08-10 10:02:33 +03:00
Roman Zeyde ecae434282 optimize QAM decoder 2014-08-10 09:43:51 +03:00
Roman Zeyde 9358f7ba39 sampling: N should a variable 2014-08-09 22:00:08 +03:00
Roman Zeyde 3c6324d064 README: move test and coverage status upper 2014-08-09 20:57:54 +03:00
Roman Zeyde d33d297fc5 sampling: apply scaling after the loop 2014-08-09 19:54:09 +03:00
Roman Zeyde 12e8e5dda7 fix bytes/str error 2014-08-09 15:25:51 +03:00
Roman Zeyde 9985a88310 fix import error 2014-08-09 15:13:23 +03:00
Roman Zeyde 8ad3fb4371 refactor sampling module 2014-08-09 15:10:35 +03:00
Roman Zeyde 67da70c9df rename error variable for resampling 2014-08-09 14:54:21 +03:00
Roman Zeyde f9d4fbf872 remove "#!" from modules 2014-08-09 12:24:07 +03:00
Roman Zeyde 015ebf7180 fix test.sh 2014-08-09 12:22:50 +03:00
Roman Zeyde 4de92eb93e add "#!" to scripts 2014-08-09 12:22:36 +03:00
Roman Zeyde 4f1a195ef4 move wave.py __main__ part to scripts. 2014-08-09 12:18:57 +03:00
Roman Zeyde 487230c0e7 make recv/send scripts executable 2014-08-09 12:13:25 +03:00
Roman Zeyde cc4a18e15e move calib.py __main__ part to scripts. 2014-08-09 12:13:12 +03:00
Roman Zeyde d35120eb13 move __main__ part of recv/send to scripts/ 2014-08-09 12:08:15 +03:00
Roman Zeyde 34468449a9 fix pylab import 2014-08-09 11:31:09 +03:00
Roman Zeyde cbf8e31391 remove show.py script 2014-08-09 11:30:31 +03:00
Roman Zeyde 9c2709ff85 sampler's interpolator must be specified 2014-08-09 11:10:24 +03:00
Roman Zeyde 355b5eca44 optimize sampler to apply demuxing at symbols rate 2014-08-09 11:03:33 +03:00
Roman Zeyde 5717bfa071 replace extract_symbols into frequency demultiplexer 2014-08-09 10:26:09 +03:00
Roman Zeyde 53e600e702 ignore Cython output files 2014-08-08 22:48:59 +03:00
Roman Zeyde f79c4c146b sampling: remove extra function call 2014-08-08 22:26:06 +03:00
Roman Zeyde 449d74c712 replace profiling script with context manager 2014-08-08 20:21:36 +03:00
Roman Zeyde 4a4e787689 configure.py should be at scripts directory. 2014-08-08 14:59:59 +03:00
Roman Zeyde 03a83c9a4c add test_calib.py 2014-08-08 14:55:11 +03:00
Roman Zeyde 85f97b5e1c Python 2.7 supports io.BytesIO 2014-08-08 14:50:24 +03:00
Roman Zeyde 9a6ca77aa4 use real part at common.dumps() 2014-08-08 14:50:07 +03:00
Roman Zeyde 841208bd3f remove unused code. 2014-08-07 18:44:05 +03:00
Roman Zeyde 22986a591f remove dead code 2014-08-07 18:37:38 +03:00
Roman Zeyde 49810ed537 make calibration testable 2014-08-07 18:15:02 +03:00