author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
8,486
12.03.2018 14:44:15
-3,600
4c277485eebb4aaaf236d118b43ae295374a6d9b
Modification of the handling of the bits of the las symbol for PSK modulation.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/PSK/Modem_PSK.hpp", "new_path": "src/Module/Modem/PSK/Modem_PSK.hpp", "diff": "@@ -37,6 +37,7 @@ public:\n}\nprotected:\n+ void _tmodulate ( const Q *X_N1, R *X_N2, const int frame_id);\nvoid _modulate ( const B *X_N1, R *X_N2, const int frame...
C++
MIT License
aff3ct/aff3ct
Modification of the handling of the bits of the las symbol for PSK modulation.
8,486
12.03.2018 14:44:43
-3,600
3a1d89547ffb9127c67734fd783f6353e2efef88
Modification of the handling of the bits of the las symbol for QAM modulation.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/QAM/Modem_QAM.hxx", "new_path": "src/Module/Modem/QAM/Modem_QAM.hxx", "diff": "@@ -353,7 +353,7 @@ void Modem_QAM<B, R, Q, MAX>\nfor (auto j = 0; j < r; j++)\n{\nauto p0 = (R)1.0/((R)1.0 + std::exp(-(R)X_N1[loop_size*this->bits_per_symbol + j]...
C++
MIT License
aff3ct/aff3ct
Modification of the handling of the bits of the las symbol for QAM modulation.
8,490
14.03.2018 14:19:32
-3,600
cae9471c5f156b73f5c64ee7b55afc9653098ddb
Fix a bug when static frozen bits.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Polar/Codec_polar.cpp", "new_path": "src/Module/Codec/Polar/Codec_polar.cpp", "diff": "@@ -127,6 +127,7 @@ Codec_polar<B,Q>\nfb_generator->generate(frozen_bits);\nif (this->N_cw != this->N)\npuncturer_wangliu->gen_frozen_bits(frozen_bits);\n+ ...
C++
MIT License
aff3ct/aff3ct
Fix a bug when static frozen bits.
8,490
14.03.2018 14:19:53
-3,600
19ad3490e506030f0f16c2313908b1b99b10b3e1
Restore stream conf.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "#include <iostream>\n#include <iomanip>\n#include <sstream>\n+#include <ios>\n#include \"Tools/Exception/exception.hpp\"\n#include \"T...
C++
MIT License
aff3ct/aff3ct
Restore stream conf.
8,490
14.03.2018 14:22:57
-3,600
bd95d1605a29e13070d8474cf3318468777e3252
Rm useless processing.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Polar/Codec_polar.cpp", "new_path": "src/Module/Codec/Polar/Codec_polar.cpp", "diff": "@@ -125,8 +125,6 @@ Codec_polar<B,Q>\nif (!adaptive_fb)\n{\nfb_generator->generate(frozen_bits);\n- if (this->N_cw != this->N)\n- puncturer_wangliu->gen_fro...
C++
MIT License
aff3ct/aff3ct
Rm useless processing.
8,481
07.03.2018 11:37:23
-3,600
ff6fd4b9fc924b98f4e760186b4c6971e33d2fdb
Add Layered LDPC Approximate Min-Star
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "#include \"Module/Decoder/LDPC/BP/Layered/LSPA/Decoder_LDPC_BP_layered_log_sum_product.hpp\"\n#include \"Module/Decoder/LDPC/BP/Layered/...
C++
MIT License
aff3ct/aff3ct
Add Layered LDPC Approximate Min-Star Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,490
14.03.2018 16:36:06
-3,600
8523341f2f9599e495751f6435de20c5735b0659
Fix bad style include.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Layered/AMS/Decoder_LDPC_BP_layered_approximate_min_star.hxx", "new_path": "src/Module/Decoder/LDPC/BP/Layered/AMS/Decoder_LDPC_BP_layered_approximate_min_star.hxx", "diff": "-#include <Module/Decoder/LDPC/BP/Layered/AMS/Decoder_LDPC...
C++
MIT License
aff3ct/aff3ct
Fix bad style include.
8,481
08.03.2018 14:03:26
-3,600
cd000c9d3e76a8c422f6f9e645d1421f38ce27f1
Fix bug when using replay bad frames Fix a bug when the simulation is stopped after the first point of SNR when replaying bad frames.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -258,7 +258,7 @@ void BFER<B,R,Q>\nthis->dumper_red->clear();\n}\n- if (!module::Monitor::is_interrupt() && this->monitor_red->get_n_fe() < this->monitor_red->get_fe_limit()...
C++
MIT License
aff3ct/aff3ct
Fix bug when using replay bad frames Fix a bug when the simulation is stopped after the first point of SNR when replaying bad frames. Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,483
16.03.2018 14:37:09
-3,600
902af9100799e65d05d96777d733d25cc71b01a8
Change name tools/perf/hard_decision.h -> common.h; Add a MIPP optimized hamming_distance calculation function
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Generic/Chase/Decoder_chase_std.cpp", "new_path": "src/Module/Decoder/Generic/Chase/Decoder_chase_std.cpp", "diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Algo/Bit_packer.hpp\"\n-#include \"Tools/Perf/hard_decision.h\"...
C++
MIT License
aff3ct/aff3ct
Change name tools/perf/hard_decision.h -> common.h; Add a MIPP optimized hamming_distance calculation function
8,483
16.03.2018 14:54:10
-3,600
7305fb72df4dca93ca146fcba59390dd20ac8178
Refacto the BCH decoders Move the original BCH decoder into a sub type Standard; Create then a BCH decoder mother class. Create a BCH decoder genius fast: MIPP optimized. Modify consequently the BCH codec and the factory decoder BCH
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "#include <sstream>\n-#include \"Module/Decoder/BCH/Decoder_BCH.hpp\"\n+#include \"Module/Decoder/BCH/Standard/Decoder_BCH_std.hpp\"\n+#inclu...
C++
MIT License
aff3ct/aff3ct
Refacto the BCH decoders Move the original BCH decoder into a sub type Standard; Create then a BCH decoder mother class. Create a BCH decoder genius fast: MIPP optimized. Modify consequently the BCH codec and the factory decoder BCH
8,483
16.03.2018 18:15:04
-3,600
beb72e60e7864403280d64cbdccfa3316f2cdcef
Keep only the BCH decoder genius fast
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "#include \"Module/Decoder/BCH/Standard/Decoder_BCH_std.hpp\"\n#include \"Module/Decoder/BCH/Genius/Decoder_BCH_genius.hpp\"\n-#include \"Mod...
C++
MIT License
aff3ct/aff3ct
Keep only the BCH decoder genius fast
8,483
19.03.2018 12:31:59
-3,600
17be4c91b69b2dbe328279511b7e4213b6251043
Remove unused files encoder vch adaptative
[ { "change_type": "DELETE", "old_path": "src/Module/Encoder/BCH/Adaptative/Encoder_BCH_adaptative.cpp", "new_path": null, "diff": "-#include <vector>\n-#include <cmath>\n-#include <iostream>\n-#include <cmath>\n-\n-#include \"Encoder_BCH_adaptative.hpp\"\n-\n-using namespace aff3ct;\n-using namespace...
C++
MIT License
aff3ct/aff3ct
Remove unused files encoder vch adaptative
8,483
19.03.2018 12:36:29
-3,600
6b5c9dae74baefd46ad3d583ed9de42d3ab28bda
Create common.cpp file; Add robust specialization of hamming_distance function; Use it in Monitor_BFER.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "#include <stdexcept>\n#include \"Monitor_BFER.hpp\"\n+#include \"Tools/Perf/common.h\"\nusing namespace aff3ct::module;\n@@ -48,9 +49,7 @@ template <typ...
C++
MIT License
aff3ct/aff3ct
Create common.cpp file; Add robust specialization of hamming_distance function; Use it in Monitor_BFER.
8,483
20.03.2018 18:17:54
-3,600
e5d533548f90bccf21156770044356c799f62454
Add comments in common.h; Fix common.cpp to make it work with AVX1 in sequential mode
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common.cpp", "new_path": "src/Tools/Perf/common.cpp", "diff": "#include \"common.h\"\n+//********************************************************************************************************** hard_decide\n+\ntemplate <typename B, typename Q>...
C++
MIT License
aff3ct/aff3ct
Add comments in common.h; Fix common.cpp to make it work with AVX1 in sequential mode
8,483
20.03.2018 18:33:44
-3,600
f24baa55292da67fbdfec50f7191d75a060b61cc
Fix the pyber repo path. Thanks to codechecker123 for this correction
[ { "change_type": "MODIFY", "old_path": "doc/pages/PyBER.md", "new_path": "doc/pages/PyBER.md", "diff": "@@ -14,7 +14,7 @@ Next, install the required dependencies to run **PyBER**:\n## Run PyBER\n-From the `plotter/PyBER/` directory:\n+From the https://github.com/aff3ct/PyBER repo root directory:\n$ ...
C++
MIT License
aff3ct/aff3ct
Fix the pyber repo path. Thanks to codechecker123 for this correction
8,483
21.03.2018 10:48:47
-3,600
d08dbe91452e124574f2cd28894ec77680713d58
Use the already defined names to select the good Codec
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/Codec_HIHO.cpp", "new_path": "src/Factory/Module/Codec/Codec_HIHO.cpp", "diff": "@@ -29,7 +29,7 @@ template <typename B, typename Q>\nmodule::Codec_HIHO<B,Q>* Codec_HIHO::parameters\n::build(module::CRC<B>* crc) const\n{\n- if (get_nam...
C++
MIT License
aff3ct/aff3ct
Use the already defined names to select the good Codec
8,483
21.03.2018 17:59:23
-3,600
2378dcbc848ccd031461861d88cc18037dc531b6
Remove integral wrappers; Add mid left right rectangular and Simpson approximation integral functions
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/CPM/Modem_CPM.hxx", "new_path": "src/Module/Modem/CPM/Modem_CPM.hxx", "diff": "@@ -262,7 +262,7 @@ R Modem_CPM<B,R,Q,MAX>\nreturn (R)0.0;\nGMSK<R> g((R)0.3, -(R)cpm.L / (R)2.0);\n- return tools::rect_integral_seq(g, (R)0.0, t_stamp, (int)(t_st...
C++
MIT License
aff3ct/aff3ct
Remove integral wrappers; Add mid left right rectangular and Simpson approximation integral functions
8,483
21.03.2018 18:03:55
-3,600
56732934b471c437721b20ab7f03da0aef2caa63
Fix error in trapezium integration X Y
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/numerical_integration.hxx", "new_path": "src/Tools/Math/numerical_integration.hxx", "diff": "@@ -47,7 +47,7 @@ inline R trapz_integral_seq(const R* x, const R* y, int size)\nsize--;\n- R area = div2(y[size]);\n+ R area = 0;\nfor (auto i = 0; i <...
C++
MIT License
aff3ct/aff3ct
Fix error in trapezium integration X Y
8,483
23.03.2018 11:49:45
-3,600
9be9aa901735422ad69dee00e4a7f0a8246ea3ea
Add linear interpolation algorithm
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/Math/interpolation.h", "diff": "+#ifndef INTERPOLATION_H_\n+#define INTERPOLATION_H_\n+\n+#include <vector>\n+\n+namespace aff3ct\n+{\n+namespace tools\n+{\n+\n+/*\n+ * Compute the linear interpolation of xVal from the original data yD...
C++
MIT License
aff3ct/aff3ct
Add linear interpolation algorithm
8,483
27.03.2018 10:45:30
-7,200
eda8376adb9d41b96f672166b13d77d6c28f692c
Finalization of the user pdf noise generator; Add a histogram writer
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "new_path": "src/Tools/Algo/Noise_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "diff": "@@ -8,7 +8,7 @@ using namespace aff3ct...
C++
MIT License
aff3ct/aff3ct
Finalization of the user pdf noise generator; Add a histogram writer
8,483
27.03.2018 10:55:40
-7,200
fc7a42f5c78e3b5845f45f4bffec668cfe985106
Cosmetics renaming
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "new_path": "src/Tools/Algo/Noise_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "diff": "@@ -7,8 +7,8 @@ using namespace aff3ct...
C++
MIT License
aff3ct/aff3ct
Cosmetics renaming
8,483
30.03.2018 18:41:26
-7,200
f4f34ce1ac6805b1242b4e319647b721ac58bd6e
Fix Optical Modem demodulation and Channel
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -171,6 +171,7 @@ module::Channel<R>* Channel::parameters\nreturn new module::Channel_optical<R>(N,\nnew tools::User_pdf_noise_generator_std<R>(file0, see...
C++
MIT License
aff3ct/aff3ct
Fix Optical Modem demodulation and Channel
8,483
30.03.2018 18:42:26
-7,200
2fa89afc20a912ed84045e4c8262293f914fcd43
Set the sigma value as the ROP value when optical channel or modem
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/BFER_std.cpp", "new_path": "src/Simulation/BFER/Standard/BFER_std.cpp", "diff": "@@ -114,8 +114,16 @@ void BFER_std<B,R,Q>\n// set current sigma\nfor (auto tid = 0; tid < this->params_BFER_std.n_threads; tid++)\n{\n+ if (this->para...
C++
MIT License
aff3ct/aff3ct
Set the sigma value as the ROP value when optical channel or modem
8,483
30.03.2018 18:43:07
-7,200
b0e9a6078ec02a114cc29339ea4e8cd9385bca3a
Fix the distribution file read and save as a separate vector the pdf normalized
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Distribution/Distribution.hpp", "new_path": "src/Tools/Algo/Distribution/Distribution.hpp", "diff": "@@ -17,6 +17,9 @@ protected:\nstd::vector<Point<R>> pdf; // input probability density function as Points\nstd::vector<R> pdf_x, pdf_y; // input ...
C++
MIT License
aff3ct/aff3ct
Fix the distribution file read and save as a separate vector the pdf normalized
8,483
01.04.2018 09:26:46
-7,200
a63ccd5ce1fca48fe768dae53109b88745ee7929
Add scripts for the AFF3CT GUI
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/gui/aff3ct_gui.py", "diff": "+# import os\n+import sys\n+import time\n+import os\n+import subprocess\n+from PyQt4.QtCore import *\n+from PyQt4.QtGui import *\n+from gui_argument import *\n+\n+\n+class mainTab(argumentTab):\n+ layoutNumbe...
C++
MIT License
aff3ct/aff3ct
Add scripts for the AFF3CT GUI
8,483
01.04.2018 09:27:52
-7,200
7fc5ec6e6f48c416690247864170d0b81d3fc4a3
Move the sim-no-colors argumentin Launcher factory instead of Simulation factory
[ { "change_type": "MODIFY", "old_path": "src/Factory/Launcher/Launcher.cpp", "new_path": "src/Factory/Launcher/Launcher.cpp", "diff": "@@ -133,6 +133,13 @@ void factory::Launcher::parameters\n\"Do not display any legend when launching the simulation.\",\ntools::Argument_info::ADVANCED);\n+\n+#ifdef E...
C++
MIT License
aff3ct/aff3ct
Move the sim-no-colors argumentin Launcher factory instead of Simulation factory
8,483
01.04.2018 09:33:57
-7,200
576bae60e4ea378a012ede5540076ff7fed91ffa
Change root path and add parenthesis
[ { "change_type": "MODIFY", "old_path": "scripts/gui/aff3ct_gui.py", "new_path": "scripts/gui/aff3ct_gui.py", "diff": "@@ -131,7 +131,7 @@ class aff3ctGui(QTabWidget):\nself.setWindowTitle('AFF3CT GUI')\nself.resize(500, 300)\n- aff3ctRoot = \"../aff3ct/build\";\n+ aff3ctRoot = \"../../build\";\naff3...
C++
MIT License
aff3ct/aff3ct
Change root path and add parenthesis
8,483
03.04.2018 10:03:21
-7,200
f57a03b3a82402d7bc56728524264344beb7c6c9
Fix optimized mutual info computation; Remove second constructor of channel optical
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Optical/Channel_optical.cpp", "new_path": "src/Module/Channel/Optical/Channel_optical.cpp", "diff": "@@ -25,23 +25,12 @@ Channel_optical<R>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, \"'noise_generator_p1' can't be NULL.\")...
C++
MIT License
aff3ct/aff3ct
Fix optimized mutual info computation; Remove second constructor of channel optical
8,483
03.04.2018 17:57:06
-7,200
966589668272070e10ce00daddd1e08f4ee54a39
Write the mutual information function with MIPP
[ { "change_type": "DELETE", "old_path": "src/Tools/Algo/mutual_info.h", "new_path": null, "diff": "-#ifndef MUTUAL_INFO_H__\n-#define MUTUAL_INFO_H__\n-\n-#include <cmath>\n-#include <limits>\n-#include <vector>\n-\n-namespace aff3ct\n-{\n-namespace tools\n-{\n-\n-template <typename B, typename R>\n-...
C++
MIT License
aff3ct/aff3ct
Write the mutual information function with MIPP
8,483
03.04.2018 18:00:40
-7,200
9020cecda56691e7c77904d0de0752eae69323ac
Rename check_mutual_info_N into get_mutual_info
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -31,12 +31,12 @@ Monitor_BFER<B,R>\nstatic_cast<B*>(ps_V.get_dataptr()));\n});\n- auto &p2 = this->create_task(\"check_mutual_info_N\", mnt::tsk::che...
C++
MIT License
aff3ct/aff3ct
Rename check_mutual_info_N into get_mutual_info
8,483
04.04.2018 08:28:08
-7,200
8f27aa4cf596c338320d354658f266f28d667095
Correct MSVC error by undefining the min max MACROS
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common/mutual_info.cpp", "new_path": "src/Tools/Perf/common/mutual_info.cpp", "diff": "#include \"Tools/types.h\"\n#include \"mutual_info.h\"\n+#ifdef min // for windows MSVC that defines those macros\n+#undef min\n+#endif\n+\n+#ifdef max // for...
C++
MIT License
aff3ct/aff3ct
Correct MSVC error by undefining the min max MACROS
8,483
04.04.2018 10:25:01
-7,200
4b5621b80df686a0bb9c662603688cc42317c615
Add algorithm include for min mac
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common/mutual_info.cpp", "new_path": "src/Tools/Perf/common/mutual_info.cpp", "diff": "#include <cmath>\n+#include <algorithm>\n#include <limits>\n#include <vector>\n#include <assert.h>\n#include \"Tools/types.h\"\n#include \"mutual_info.h\"\n-#...
C++
MIT License
aff3ct/aff3ct
Add algorithm include for min mac
8,483
04.04.2018 11:21:22
-7,200
edf00582698a8d2899b393ccf4d90f24578dc66a
Do not compute mutual info on 8 or 16 bits
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -105,12 +105,34 @@ int Monitor_BFER<B,R>\ntemplate <typename B, typename R>\nR Monitor_BFER<B,R>\n::_get_mutual_info(const B *X, const R *Y, const in...
C++
MIT License
aff3ct/aff3ct
Do not compute mutual info on 8 or 16 bits
8,483
04.04.2018 11:45:43
-7,200
bcb8dbb2a8b334c44c35a9a0f447631de12d0222
Update aff3ct_gui.py
[ { "change_type": "MODIFY", "old_path": "scripts/gui/aff3ct_gui.py", "new_path": "scripts/gui/aff3ct_gui.py", "diff": "@@ -126,11 +126,11 @@ class mainTab(argumentTab):\nclass aff3ctGui(QTabWidget):\n- def __init__(self, arg):\n+ def __init__(self, title):\nsuper(QTabWidget, self).__init__()\n# creat...
C++
MIT License
aff3ct/aff3ct
Update aff3ct_gui.py
8,490
04.04.2018 11:51:25
-7,200
853dd20e2a104fec2af4dbe6c37525b30ab986f1
Use Qt5 instead of Qt4.
[ { "change_type": "MODIFY", "old_path": "scripts/gui/aff3ct_gui.py", "new_path": "scripts/gui/aff3ct_gui.py", "diff": "@@ -5,8 +5,8 @@ import sys\nimport time\nimport os\nimport subprocess\n-from PyQt4.QtCore import *\n-from PyQt4.QtGui import *\n+from PyQt5.QtCore import *\n+from PyQt5.QtGui import ...
C++
MIT License
aff3ct/aff3ct
Use Qt5 instead of Qt4.
8,483
04.04.2018 11:59:50
-7,200
917374ff75bc385346705c10629c1cd321bea298
Set directly the type from types.h
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -109,13 +109,15 @@ R Monitor_BFER<B,R>\nthrow tools::runtime_error(__FILE__, __LINE__, __func__, \"The mutual_info_histo calculation does not support...
C++
MIT License
aff3ct/aff3ct
Set directly the type from types.h
8,483
04.04.2018 12:29:30
-7,200
4a648e3aef8c21004cc7e07efd0fd015d62e9e6d
Try with defined macro
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -110,7 +110,7 @@ R Monitor_BFER<B,R>\n}\n#include \"Tools/types.h\"\n-\n+#if defined(MULTI_PREC) | defined (PREC_32_BIT)\nnamespace aff3ct\n{\nnamesp...
C++
MIT License
aff3ct/aff3ct
Try with defined macro
8,483
04.04.2018 14:58:01
-7,200
96330cf657988d1eb663eb9cb8187ecec9b310c4
Fix get buffer size after filtering, set back CPM that has been removed
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -367,6 +367,7 @@ int Modem\nelse if (type == \"QAM\" ) return module::Modem_QAM <>::size_fil(N, bps );\nelse if (type == \"PSK\" ) return module::Modem_PSK <>::s...
C++
MIT License
aff3ct/aff3ct
Fix get buffer size after filtering, set back CPM that has been removed
8,483
04.04.2018 16:33:18
-7,200
ac8047fe496a1a5c58b985f87676200234cfb356
Add hamming distance with floating point and with only one frame compared to a all zero word
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common/hamming_distance.cpp", "new_path": "src/Tools/Perf/common/hamming_distance.cpp", "diff": "#include <limits>\n+#include <cmath>\n#include \"hamming_distance.h\"\n-//**************************************************************************...
C++
MIT License
aff3ct/aff3ct
Add hamming distance with floating point and with only one frame compared to a all zero word
8,483
04.04.2018 16:41:47
-7,200
f6d73cdc031a0fb3765b5294804b546a7c676622
Optimize channel optical by getting vals at one time
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Optical/Channel_optical.cpp", "new_path": "src/Module/Channel/Optical/Channel_optical.cpp", "diff": "#include <algorithm>\n#include \"Tools/Exception/exception.hpp\"\n+#include \"Tools/Perf/common/hamming_distance.h\"\n#include \"Channel_opt...
C++
MIT License
aff3ct/aff3ct
Optimize channel optical by getting vals at one time
8,483
05.04.2018 10:21:25
-7,200
afa62eff83593a7819feeedf9dc64733b9b5e3c6
Add commands in readme and increase the default gui window size
[ { "change_type": "MODIFY", "old_path": "scripts/gui/aff3ct_gui.py", "new_path": "scripts/gui/aff3ct_gui.py", "diff": "@@ -131,7 +131,7 @@ class aff3ctGui(QTabWidget):\n# create our window\nself.setWindowTitle(title)\n- self.resize(500, 300)\n+ self.resize(1000, 800)\naff3ctRoot = \"../../build\";\na...
C++
MIT License
aff3ct/aff3ct
Add commands in readme and increase the default gui window size
8,483
05.04.2018 10:29:49
-7,200
0f5462bf50228e630909d640074acf91ae26644f
Set also the OOK as a not complex modulation
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -175,7 +175,7 @@ void Modem::parameters\nif(vals.exist({p+\"-cpm-map\" })) this->mapping = vals.at ({p+\"-cpm-map\" });\nif(vals.exist({p+\"-cpm-ws\" })) this->w...
C++
MIT License
aff3ct/aff3ct
Set also the OOK as a not complex modulation
8,483
05.04.2018 11:14:04
-7,200
a5b981dd9cc2cb759e41445b8e39abf3aba57392
Separate CRC.hpp into two files (.hxx)
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/CRC.hpp", "new_path": "src/Module/CRC/CRC.hpp", "diff": "#include <string>\n#include <vector>\n-#include <sstream>\n-\n-#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Module.hpp\"\n@@ -59,71 +56,21 @@ public:\n* \\param n_frames: ...
C++
MIT License
aff3ct/aff3ct
Separate CRC.hpp into two files (.hxx)
8,483
05.04.2018 13:19:02
-7,200
613d1575be04bab2cbdf7a4a3261956b5d3a98e0
Apply cppcheck style messages
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER_reduction.hpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER_reduction.hpp", "diff": "@@ -18,7 +18,7 @@ private:\nstd::vector<Monitor_BFER<B>*> monitors;\npublic:\n- Monitor_BFER_reduction(const std::vector<Monitor_BFE...
C++
MIT License
aff3ct/aff3ct
Apply cppcheck style messages
8,483
05.04.2018 13:19:44
-7,200
1984b0898907cb9530cade4a151e33b753e52321
Implement templated methods of Module in a .hxx instead of a .cpp
[ { "change_type": "MODIFY", "old_path": "src/Module/Module.cpp", "new_path": "src/Module/Module.cpp", "diff": "@@ -96,27 +96,6 @@ create_task(const std::string &name, const int id)\nreturn *t;\n}\n-template <typename T>\n-Socket& Module::\n-create_socket_in(Task& task, const std::string &name, const ...
C++
MIT License
aff3ct/aff3ct
Implement templated methods of Module in a .hxx instead of a .cpp
8,483
05.04.2018 15:24:01
-7,200
75adf2e6e44bcc6e3e3e65b507516b2d33391058
Add is_complex_mod and is_complex_fil static methods to all Modems to get their complex status
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -175,10 +175,6 @@ void Modem::parameters\nif(vals.exist({p+\"-cpm-map\" })) this->mapping = vals.at ({p+\"-cpm-map\" });\nif(vals.exist({p+\"-cpm-ws\" })) this->...
C++
MIT License
aff3ct/aff3ct
Add is_complex_mod and is_complex_fil static methods to all Modems to get their complex status
8,483
05.04.2018 15:56:53
-7,200
18fa20994599eb531c5b46ac4cb1f831da27023e
Check if sigma is diff than -1 to init it in Modem constructors; Add a sigma_c getter
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.hpp", "new_path": "src/Factory/Module/Modem/Modem.hpp", "diff": "@@ -46,7 +46,7 @@ struct Modem : public Factory\nbool no_sig2 = false; // do not divide by (sig^2) / 2 in the demodulation\nint n_ite = 1; // number of demodulation...
C++
MIT License
aff3ct/aff3ct
Check if sigma is diff than -1 to init it in Modem constructors; Add a sigma_c getter
8,483
06.04.2018 11:13:33
-7,200
ea3c922442a02f968aa105aa6d7a6ec5474ad27d
Fix channel optical
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Optical/Channel_optical.cpp", "new_path": "src/Module/Channel/Optical/Channel_optical.cpp", "diff": "#include <algorithm>\n#include \"Tools/Exception/exception.hpp\"\n-#include \"Tools/Perf/common/hamming_distance.h\"\n#include \"Channel_opt...
C++
MIT License
aff3ct/aff3ct
Fix channel optical
8,483
06.04.2018 11:13:49
-7,200
811dfb124014f7c79de7b20f4eae2b5098c81e8c
Optimize Modem optical modulation with mipp
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Optical/Modem_optical.cpp", "new_path": "src/Module/Modem/Optical/Modem_optical.cpp", "diff": "#include <type_traits>\n#include <algorithm>\n+#include <mipp.h>\n#include \"Tools/Exception/exception.hpp\"\n@@ -48,11 +49,44 @@ template <typename...
C++
MIT License
aff3ct/aff3ct
Optimize Modem optical modulation with mipp
8,483
06.04.2018 13:04:38
-7,200
ed2156fb76041eb1748e111f97bf817c601107e6
Design the SNR range argument in BFER and EXIT simulations as a Matlab style range setter
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "new_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "diff": "#if !defined(PREC_8_BIT) && !defined(PREC_16_BIT)\n#include \"Simulation/EXIT/EXIT.hpp\"\n+#include \"Tools/general_utils.h\"\n#include \"EXIT.hpp\"\n@@ -86,6 +...
C++
MIT License
aff3ct/aff3ct
Design the SNR range argument in BFER and EXIT simulations as a Matlab style range setter
8,483
06.04.2018 13:15:53
-7,200
a38485ee0cf733b64ffe0af01f0ad1045845144e
Add a comp_equal fonction to compare floating point numbers to an epsilon and not bitwisely
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/utils.h", "new_path": "src/Tools/Math/utils.h", "diff": "#include \"Tools/Exception/exception.hpp\"\n+#define REAL_COMP_PRECISION 1e-6\n+\nnamespace aff3ct\n{\nnamespace tools\n@@ -28,6 +30,11 @@ template <> inline int32_t div8(int32_t val) { re...
C++
MIT License
aff3ct/aff3ct
Add a comp_equal fonction to compare floating point numbers to an epsilon and not bitwisely
8,483
06.04.2018 13:16:32
-7,200
e65b617a7328689ac83ebd28a6e7ea5bbec031d9
Sort the computed range and parse it to have each SNR only once
[ { "change_type": "MODIFY", "old_path": "src/Tools/general_utils.cpp", "new_path": "src/Tools/general_utils.cpp", "diff": "#include <sstream>\n#include <algorithm>\n-#include \"Tools/general_utils.h\"\n+#include \"Tools/Math/utils.h\"\n#include \"Tools/Exception/exception.hpp\"\n#include \"general_ut...
C++
MIT License
aff3ct/aff3ct
Sort the computed range and parse it to have each SNR only once
8,483
06.04.2018 15:17:42
-7,200
e74386f9b90bfb2847c6503458de173a861f13be
Add argument link add a ckeck when parsing command line if a required argument is needed or not according to the availablity of another one. Add back the old snr arguments to keep retrocompatibility
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -58,7 +58,7 @@ void Simulation::parameters\nauto p = this->get_prefix();\nargs.add(\n- {p+\"-snr-range\", \"s\"},\n+ {p+\"-snr-range\", \"R\"},\ntools::Lis...
C++
MIT License
aff3ct/aff3ct
Add argument link add a ckeck when parsing command line if a required argument is needed or not according to the availablity of another one. Add back the old snr arguments to keep retrocompatibility
8,483
06.04.2018 15:33:15
-7,200
b3cd9a834f78ac45725680dc67a5d3ea22da0b94
Cosmetics; Add the possibility to have only one value in the SNR range; Add linked arguments in EXIT siga
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "new_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "diff": "@@ -119,30 +119,34 @@ void EXIT::parameters\nauto p = this->get_prefix();\nargs.add(\n- {p+\"-siga-range\", \"a\"},\n+ {p+\"-siga-range\"},\ntools::List2D<float...
C++
MIT License
aff3ct/aff3ct
Cosmetics; Add the possibility to have only one value in the SNR range; Add linked arguments in EXIT siga
8,483
06.04.2018 15:36:53
-7,200
9931bb7bdd91e40027428323209b04121429e3c5
Remove the step as link to snr-range
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "new_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "diff": "@@ -146,7 +146,6 @@ void EXIT::parameters\nargs.add_link({p+\"-siga-range\"}, {p+\"-siga-min\", \"a\"});\nargs.add_link({p+\"-siga-range\"}, {p+\"-siga-max\", \...
C++
MIT License
aff3ct/aff3ct
Remove the step as link to snr-range
8,483
06.04.2018 16:28:11
-7,200
05f70b0f1e3bb06d7a7dbd1f0a46b966c29a631c
Create a Matlab_vector list argument type as a 2D list with specific splitters; Use it in Simulation and Exit factories
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "new_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "diff": "@@ -120,10 +120,7 @@ void EXIT::parameters\nargs.add(\n{p+\"-siga-range\"},\n- tools::List2D<float,sigma_range_D1_splitter,sigma_range_D2_splitter>(\n- tools::R...
C++
MIT License
aff3ct/aff3ct
Create a Matlab_vector list argument type as a 2D list with specific splitters; Use it in Simulation and Exit factories
8,483
06.04.2018 17:32:26
-7,200
52df72cebc7a23d8add18980a2d508695825b3f2
Create an argument_link struct to contain the tags and a callback; Add a conditional link to dec-h-path with ent-type LDPC_DVBS2
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "@@ -49,7 +49,8 @@ void Decoder_LDPC::parameters\nargs.add(\n{p+\"-h-path\"},\ntools::File(tools::openmode::read),\n- \"path to the H mat...
C++
MIT License
aff3ct/aff3ct
Create an argument_link struct to contain the tags and a callback; Add a conditional link to dec-h-path with ent-type LDPC_DVBS2
8,483
09.04.2018 09:26:40
-7,200
68ae69c87f1e8b75febad50ec85620d4d68c11dd
Fix return type error of clone method and add tools namespace call for apply_tuple
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Types/Container/List.hpp", "new_path": "src/Tools/Arguments/Types/Container/List.hpp", "diff": "@@ -47,7 +47,7 @@ public:\n}\ntemplate <typename... NewRanges>\n- Integer_type<T, S, Ranges..., NewRanges...>*\n+ List_type<T, S, Ranges..., New...
C++
MIT License
aff3ct/aff3ct
Fix return type error of clone method and add tools namespace call for apply_tuple
8,483
09.04.2018 10:31:59
-7,200
4d8b5287b274c40078f1c8fa64fbb5896e202d54
Add a semantic move List2D fonction
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Types/Container/List.hpp", "new_path": "src/Tools/Arguments/Types/Container/List.hpp", "diff": "@@ -149,6 +149,18 @@ List2D(Argument_type* val_type,\nreturn tools::apply_tuple(List<std::vector<T>,S1,Ranges1...>, std::tuple_cat(std::make_tup...
C++
MIT License
aff3ct/aff3ct
Add a semantic move List2D fonction
8,483
09.04.2018 10:41:26
-7,200
81a9f2c2ba514810db870d050b4dd199b83c884e
Add template to forward calls
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Types/Container/List.hpp", "new_path": "src/Tools/Arguments/Types/Container/List.hpp", "diff": "@@ -157,8 +157,8 @@ List2D(Argument_type* val_type,\nstd::tuple<Ranges1*...>&& ranges1 = std::tuple<>(),\nstd::tuple<Ranges2*...>&& ranges2 = st...
C++
MIT License
aff3ct/aff3ct
Add template to forward calls
8,483
09.04.2018 18:31:38
-7,200
4d82060c629fdaf5b3df01a40569c4e09ce74f0b
Fix modem optical and User_pdf_noise_generator_std for MSVC
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Optical/Modem_optical.cpp", "new_path": "src/Module/Modem/Optical/Modem_optical.cpp", "diff": "@@ -23,7 +23,7 @@ Modem_optical<B,R,Q>\nconst std::string name = \"Modem_optical\";\nthis->set_name(name);\n- this->set_sigma(ROP);\n+ this->set_noi...
C++
MIT License
aff3ct/aff3ct
Fix modem optical and User_pdf_noise_generator_std for MSVC
8,483
09.04.2018 18:36:12
-7,200
747d3c6385838c40f779735d9d4cb6b8d551793e
Fix set noise in Modem Optical
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Optical/Modem_optical.cpp", "new_path": "src/Module/Modem/Optical/Modem_optical.cpp", "diff": "@@ -23,8 +23,15 @@ Modem_optical<B,R,Q>\nconst std::string name = \"Modem_optical\";\nthis->set_name(name);\n+ try\n+ {\nthis->set_noise(0,0,ROP);\n...
C++
MIT License
aff3ct/aff3ct
Fix set noise in Modem Optical
8,483
10.04.2018 08:57:54
-7,200
2cfbdd5672bc9d8343b42d55116cee106281b167
Do not display the path anymore when OPTICAL channel
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -143,7 +143,7 @@ void Channel::parameters\nif (this->sigma != -1.f)\nheaders[p].push_back(std::make_pair(\"Sigma value\", std::to_string(this->sigma)));\...
C++
MIT License
aff3ct/aff3ct
Do not display the path anymore when OPTICAL channel
8,483
10.04.2018 10:04:28
-7,200
d7ab02d351df1488df52b7331a18e44df4400a8a
Remove string splitters from factories
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "new_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "diff": "@@ -87,30 +87,6 @@ std::vector<std::string> EXIT::parameters\nreturn p;\n}\n-struct sigma_range_D1_splitter : tools::Splitter\n-{\n- static std::vector<std::str...
C++
MIT License
aff3ct/aff3ct
Remove string splitters from factories
8,483
11.04.2018 13:10:41
-7,200
183ac9e314b553f314a7feedfcc1bd85edfea42a
Change noise type EB/ES to EBN0/ESN0; Use get_sigma instead of checking if it is the right type in Channel and Modem
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/BFER/BFER.cpp", "new_path": "src/Factory/Simulation/BFER/BFER.cpp", "diff": "@@ -99,8 +99,8 @@ void BFER::parameters\nargs.add(\n{p+\"-noise-type\", \"E\"},\n- tools::Text(tools::Including_set(\"ES\", \"EB\", \"ROP\", \"EP\")),\n- \"sele...
C++
MIT License
aff3ct/aff3ct
Change noise type EB/ES to EBN0/ESN0; Use get_sigma instead of checking if it is the right type in Channel and Modem
8,483
11.04.2018 13:56:26
-7,200
66943b4c390df8523ffdcc42eaff80b20054ff09
Update references; Change default noise_type to EBN0; Always instantiate Noise in float and double
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 1458f0418bcbae4b54be0de82b9806d30eed8e79\n+Subproject commit 27c289b4c3826ff773a32f70ceb571c70f597188\n" }, { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/BFER/BFER.hpp", "n...
C++
MIT License
aff3ct/aff3ct
Update references; Change default noise_type to EBN0; Always instantiate Noise in float and double
8,490
11.04.2018 14:55:08
-7,200
aedf01242a2bd1e4871bf4c604395ed3e6339d24
Add CLI11 and rang header only libs.
[ { "change_type": "MODIFY", "old_path": ".gitmodules", "new_path": ".gitmodules", "diff": "[submodule \"refs\"]\npath = refs\nurl = ../error_rate_references\n+[submodule \"lib/CLI11\"]\n+ path = lib/CLI11\n+ url = https://github.com/CLIUtils/CLI11.git\n+[submodule \"lib/rang\"]\n+ path = lib/rang\n+ ...
C++
MIT License
aff3ct/aff3ct
Add CLI11 and rang header only libs.
8,483
11.04.2018 15:18:22
-7,200
bf430b7bf53ef6060972ceadde4ba99e8611b188
Add copy/move constructors and =operator
[ { "change_type": "MODIFY", "old_path": "src/Tools/Noise.cpp", "new_path": "src/Tools/Noise.cpp", "diff": "@@ -9,59 +9,62 @@ using namespace tools;\ntemplate <typename R>\nNoise<R>::\nNoise()\n+: _t(Noise_type::SIGMA, false), _n((R)0., false), _ebn0((R)0., false), _esn0((R)0., false)\n{\n- init();\n+...
C++
MIT License
aff3ct/aff3ct
Add copy/move constructors and =operator
8,483
11.04.2018 16:59:33
-7,200
2c65948b0e155bf694b5ec1ddbe61e8ada7064e3
init all values in Noise constructors
[ { "change_type": "MODIFY", "old_path": "src/Tools/Noise.cpp", "new_path": "src/Tools/Noise.cpp", "diff": "@@ -9,18 +9,15 @@ using namespace tools;\ntemplate <typename R>\nNoise<R>::\nNoise()\n-: _t(Noise_type::SIGMA, false), _n((R)0., false), _ebn0((R)0., false), _esn0((R)0., false)\n{\n- // init();...
C++
MIT License
aff3ct/aff3ct
init all values in Noise constructors
8,483
11.04.2018 17:00:01
-7,200
c7e97de876703f12b4fd6ab97e542d23fdcf824a
Fix same values comparaisons EBN0 || ESN0
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -135,7 +135,7 @@ void BFER<B,R,Q>\n{\nauto n = params_BFER.noise_range[noise_idx];\n- if (params_BFER.noise_type == \"EBN0\" || params_BFER.noise_type == \"EBN0\")\n+ if (pa...
C++
MIT License
aff3ct/aff3ct
Fix same values comparaisons EBN0 || ESN0
8,483
11.04.2018 17:00:32
-7,200
6b977dd950099cbd123cf5b3ac9b6022597e55de
use is_set instead of has_type
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Modem.hxx", "new_path": "src/Module/Modem/Modem.hxx", "diff": "@@ -51,7 +51,7 @@ Modem(const int N, const int N_mod, const int N_fil, const tools::Noise<R>& nois\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n...
C++
MIT License
aff3ct/aff3ct
use is_set instead of has_type
8,483
11.04.2018 17:00:50
-7,200
c0a96571ab516b4add8e71333b21b18111375a06
Instantiate the Noise object in Codec_polar instead of Codec
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Codec.hpp", "new_path": "src/Module/Codec/Codec.hpp", "diff": "@@ -48,7 +48,7 @@ protected :\nconst int N_cw;\nconst int N;\nconst int tail_length;\n- tools::Noise<float> n;\n+ // tools::Noise<float> n;\npublic:\nCodec(const int K, const int N...
C++
MIT License
aff3ct/aff3ct
Instantiate the Noise object in Codec_polar instead of Codec
8,483
12.04.2018 08:46:40
-7,200
d573f77a34d0fd0c86b78981cea45832e74395be
Add Channel BEC. Fix channel.hxx constructor without noise. Add Modem OOK BEC demodulation
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "#include \"Module/Channel/AWGN/Channel_AWGN_LLR.hpp\"\n#include \"Module/Channel/Rayleigh/Channel_Rayleigh_LLR.hpp\"\n#include \"Module/Channel/Rayleigh/Cha...
C++
MIT License
aff3ct/aff3ct
Add Channel BEC. Fix channel.hxx constructor without noise. Add Modem OOK BEC demodulation
8,490
12.04.2018 09:43:31
-7,200
f426aae0bbed96bed70656bf535fc2e3ed00976d
Try to fix compilation issues on Windows.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "+#include <rang.hpp>\n#include <algorithm>\n#include <iostream>\n#include <utility>\n#include <sstream>\n#include <vector>\n#include <map>\n-#include <rang.hpp>\n#include \"Tools/general...
C++
MIT License
aff3ct/aff3ct
Try to fix compilation issues on Windows.
8,483
12.04.2018 10:52:17
-7,200
68baff36829d709aff37d2fc036cafc644962f65
Set correctly Noise as Codec attribute
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Codec.hpp", "new_path": "src/Module/Codec/Codec.hpp", "diff": "@@ -48,7 +48,7 @@ protected :\nconst int N_cw;\nconst int N;\nconst int tail_length;\n- // tools::Noise<float> n;\n+ tools::Noise<float> n;\npublic:\nCodec(const int K, const int N...
C++
MIT License
aff3ct/aff3ct
Set correctly Noise as Codec attribute
8,483
12.04.2018 10:53:22
-7,200
2ea25d7b6bb07310a603966cb2db74c8e07012df
Add extra unchecked range over each EP bounds
[ { "change_type": "MODIFY", "old_path": "src/Tools/Noise.cpp", "new_path": "src/Tools/Noise.cpp", "diff": "@@ -297,7 +297,7 @@ check()\nbreak;\ncase EP:\n- if (n < (R)0 || n > (R)1)\n+ if (n < (R)-0.00001 || n > (R)1.00001)\n{\nstd::stringstream message;\nmessage << \"The EP noise '_n' has to be betw...
C++
MIT License
aff3ct/aff3ct
Add extra unchecked range over each EP bounds
8,483
12.04.2018 11:00:10
-7,200
82a7cf920a52509df260071f9d2c7a539b511b45
Remove init of Noise in Codec constructor
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Codec.hxx", "new_path": "src/Module/Codec/Codec.hxx", "diff": "@@ -21,7 +21,7 @@ Codec(const int K, const int N_cw, const int N, const int tail_length, const int\ninterleaver_llr (nullptr),\nencoder (nullptr),\npuncturer (nullptr),\n- K(K), N_...
C++
MIT License
aff3ct/aff3ct
Remove init of Noise in Codec constructor
8,483
12.04.2018 11:41:01
-7,200
578196aee7283ac59de65a061d5728ff5e3372b2
Simulate EP in reverse order; Add a noise type check else throw
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -157,9 +157,17 @@ void BFER<B,R,Q>\n{\nthis->noise.set_rop(n);\n}\n- else // if (params_BFER.noise_type == \"EP\")\n+ else if (params_BFER.noise_type == \"EP\")\n{\n+ n = pa...
C++
MIT License
aff3ct/aff3ct
Simulate EP in reverse order; Add a noise type check else throw
8,483
12.04.2018 11:42:40
-7,200
711e72013a6bfeab2fac9927006904d520226ae6
Modem OOk return llr when noise is EP, return llr = 0 when erased
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK.cpp", "new_path": "src/Module/Modem/OOK/Modem_OOK.cpp", "diff": "@@ -55,20 +55,29 @@ void Modem_OOK<B,R,Q>\nif (disable_sig2)\nfor (auto i = 0; i < this->N_fil; i++)\nY_N2[i] = (Q)0.5 - Y_N1[i];\n- else\n- {\n+ else {\nif (!std::...
C++
MIT License
aff3ct/aff3ct
Modem OOk return llr when noise is EP, return llr = 0 when erased
8,483
12.04.2018 12:36:35
-7,200
f5ac1190303cdcf318ac7ae665871c7639900238
Change isinf() check by == num_limits<Q>::infinity()
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK.cpp", "new_path": "src/Module/Modem/OOK/Modem_OOK.cpp", "diff": "@@ -55,23 +55,26 @@ void Modem_OOK<B,R,Q>\nif (disable_sig2)\nfor (auto i = 0; i < this->N_fil; i++)\nY_N2[i] = (Q)0.5 - Y_N1[i];\n- else {\n+ else\n+ {\nif (!std::...
C++
MIT License
aff3ct/aff3ct
Change isinf() check by == num_limits<Q>::infinity()
8,483
12.04.2018 15:03:29
-7,200
d6cdb237634d74041a6f518533037bb448d09df5
Fix n0 computation
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -103,7 +103,7 @@ void Modem_SCMA<B,R,Q,PSI>\nthis->n0 = this->disable_sig2 ?\n(R)1.0 :\n- (R)((R)1.0 / ((R)4.0 * this->n.get_sigma() * this->n.get_sigma()));...
C++
MIT License
aff3ct/aff3ct
Fix n0 computation
8,490
12.04.2018 17:45:32
-7,200
92f27f725ee54625c7f837510268cb7bdd1cb417
Try to fix MSVC compilation error.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "@@ -217,6 +217,7 @@ void aff3ct::factory::Header::print_parameters(const std::vector<Factory::parame\n}\n}\n+#undef max\nvoid aff3ct::factory::Header::compute_max_n_chars(const header_li...
C++
MIT License
aff3ct/aff3ct
Try to fix MSVC compilation error.
8,490
12.04.2018 17:56:17
-7,200
6cbf7a996191e91b702aac35b6b8ba1706eec9e9
Rename enum vals.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -53,13 +53,13 @@ void Task::set_autoalloc(const bool autoalloc)\n{\nthis->out_buffers.clear();\nfor (auto *s : sockets)\n- if (get_socket_type(*s) == socket_t::OUT)\n+ if (get_socket_type(*s)...
C++
MIT License
aff3ct/aff3ct
Rename enum vals.
8,490
12.04.2018 21:11:26
-7,200
24bdccabdb36a810e427ad1775ed64de9e3c6821
Try to fix compilation errors.
[ { "change_type": "MODIFY", "old_path": "src/Module/SC_Module.cpp", "new_path": "src/Module/SC_Module.cpp", "diff": "@@ -21,7 +21,7 @@ SC_Module::SC_Module(Task &task, sc_core::sc_module_name sc_name)\nauto is_inputs = false;\nfor (auto *s : task.sockets)\n- if (task.get_socket_type(*s) == IN || task...
C++
MIT License
aff3ct/aff3ct
Try to fix compilation errors.
8,490
13.04.2018 09:46:09
-7,200
f8a898508bd062d9ea86fc4b1816559dbc2b74be
Try to fix compilation errors on Windows.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -218,5 +218,11 @@ if (UNIX)\nadd_definitions (-fPIC)\nendif()\n+# mandatory for rang on Windows\n+if (WIN32)\n+ add_definitions (-D_WIN32_WINNT)\n+ add_definitions (-DNOMINMAX)\n+endif (WIN32)\n+\n# Sp...
C++
MIT License
aff3ct/aff3ct
Try to fix compilation errors on Windows.
8,490
13.04.2018 10:25:42
-7,200
15cfe4bc7fcf983300273ebd227a9e49fa5043b1
Try to fix errors...
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -214,15 +214,17 @@ elseif (\"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Intel\")\naff3ct_link_libraries (-pthread)\nendif()\n-if (UNIX)\n- add_definitions (-fPIC)\n-endif()\n-\n# mandatory for rang on Windo...
C++
MIT License
aff3ct/aff3ct
Try to fix errors...
8,490
13.04.2018 11:37:48
-7,200
31605ef62e99a5de346cf800b46b268bff0fca5c
Fix the fix of the fix... :-(
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -73,7 +73,8 @@ endif()\n# by system\nif (WIN32) # for Windows operating system in general\n- add_definitions (-D_WIN32_WINNT=_WIN32_WINNT_VISTA)\n+ set (WINDOWS_VISTA 0x0600)\n+ add_definitions (-D_WIN...
C++
MIT License
aff3ct/aff3ct
Fix the fix of the fix... :-(
8,483
13.04.2018 13:06:39
-7,200
6e672c9a159bf28b220e0bfcb8a71a7268df6ea2
Set Noisetype as a strong enum type
[ { "change_type": "MODIFY", "old_path": "src/Tools/Noise.cpp", "new_path": "src/Tools/Noise.cpp", "diff": "@@ -225,15 +225,15 @@ set_noise(const R noise, const Noise_type t)\n{\nswitch(t)\n{\n- case SIGMA:\n+ case Noise_type::SIGMA:\nset_sigma(noise);\nbreak;\n- case EP:\n+ case Noise_type::EP:\nset_...
C++
MIT License
aff3ct/aff3ct
Set Noisetype as a strong enum type
8,483
13.04.2018 15:14:24
-7,200
891a77a2baf0248c8258d1cf1c3bddfb8bcf2839
Add a link between BCH T and BCH K to automaticaly find K from T and N
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/BCH/Codec_BCH.cpp", "new_path": "src/Factory/Module/Codec/BCH/Codec_BCH.cpp", "diff": "@@ -50,11 +50,14 @@ void Codec_BCH::parameters\ndec->get_description(args);\nauto pdec = dec->get_prefix();\n+ auto penc = enc->get_prefix();\nargs....
C++
MIT License
aff3ct/aff3ct
Add a link between BCH T and BCH K to automaticaly find K from T and N
8,490
13.04.2018 17:00:43
-7,200
5ce9579ae8e1c794606e37cd3915f96001e758b6
Fix multi-line.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/rang_format/rang_format.cpp", "new_path": "src/Tools/Display/rang_format/rang_format.cpp", "diff": "@@ -47,7 +47,6 @@ void rang::format_on_each_line(std::ostream& os, const std::string& str, const r\nos << f << str.substr(old_pos, pos-old_pos...
C++
MIT License
aff3ct/aff3ct
Fix multi-line.
8,490
13.04.2018 17:16:48
-7,200
ccc54277cad58d46de19ae41bb81d1e76856f042
Fix missing color issues.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_handler.cpp", "new_path": "src/Tools/Arguments/Argument_handler.cpp", "diff": "@@ -267,27 +267,25 @@ void Argument_handler\n{\nconst std::string tab = \" \";\n- std::stringstream tabr;\n-\nswitch (info.rank)\n{\ncase arg_rank::OPT ...
C++
MIT License
aff3ct/aff3ct
Fix missing color issues.
8,483
13.04.2018 18:01:34
-7,200
ad98ea20d6034ab49a8d9486a0aef50de4c8d63e
Fix the generate range function to handle decreasing ranges and weird float precisions; Cosmetics
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "@@ -275,12 +275,12 @@ void Terminal_BFER<B>\nstream << setprecision(2) << fixed << setw(column_width-1) << this->noise.get_ebn0() << f...
C++
MIT License
aff3ct/aff3ct
Fix the generate range function to handle decreasing ranges and weird float precisions; Cosmetics
8,483
13.04.2018 18:02:52
-7,200
b2581f09bf7e1ece8ae98f08d6e203c5206f6930
Create an 'erased value' function; Alternate with a positive and negative sign on the 0 llr of the erased bits
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "new_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "diff": "@@ -74,10 +74,9 @@ void Channel_BEC<R>\n::_add_noise(const R *X_N, R *Y_N, const int frame_id)\n{\nconst auto erasure_probability = this->n.get_ep();\n- con...
C++
MIT License
aff3ct/aff3ct
Create an 'erased value' function; Alternate with a positive and negative sign on the 0 llr of the erased bits
8,483
16.04.2018 11:19:18
-7,200
19b3894b07af8a90cb0dd66069af9792c6633303
Fix the K existing check in the BCH decoder factory
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -66,9 +66,11 @@ void Decoder_BCH::parameters\n}\nif (vals.exist({p+\"-corr-pow\", \"T\"}))\n+ {\nthis->t = vals.to_int({p + \"-corr-pow\"...
C++
MIT License
aff3ct/aff3ct
Fix the K existing check in the BCH decoder factory
8,483
16.04.2018 11:25:33
-7,200
a5809a783d0edfc6588e82c06f0bcf5c828cf5af
Remove K in the Gallois field generator, then can compute automatically the number of redundancy bits and then K when giving N and T to a BCH code
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -69,7 +69,7 @@ void Decoder_BCH::parameters\n{\nthis->t = vals.to_int({p + \"-corr-pow\", \"T\"});\nif (K == 0)\n- this->K = this->N_cw -...
C++
MIT License
aff3ct/aff3ct
Remove K in the Gallois field generator, then can compute automatically the number of redundancy bits and then K when giving N and T to a BCH code
8,483
16.04.2018 11:32:42
-7,200
30e8ca57d71f0a1fbe4c7ea846f69cecc4aff837
Recalculate the code rate after setting K from T and N
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -69,7 +69,10 @@ void Decoder_BCH::parameters\n{\nthis->t = vals.to_int({p + \"-corr-pow\", \"T\"});\nif (K == 0)\n+ {\nthis->K = this->N_...
C++
MIT License
aff3ct/aff3ct
Recalculate the code rate after setting K from T and N
8,483
16.04.2018 14:25:05
-7,200
b2b6daadbc2e946e22b49663e2812b44f1adae75
Enhance the Terminals with the Noise type and by adding general tools in Terminal interface
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "#include <iostream>\n#include <iomanip>\n#include <sstream>\n-#include <utility>\n#include <ios>\n-\n#include <rang.hpp>\n#include \"T...
C++
MIT License
aff3ct/aff3ct
Enhance the Terminals with the Noise type and by adding general tools in Terminal interface
8,483
16.04.2018 14:36:07
-7,200
0b1ca2de4b053045d698c593427ed3400c7dd3ba
Move the Terminal's 'column_width' attribute instantiation in the .cpp
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/Terminal.cpp", "new_path": "src/Tools/Display/Terminal/Terminal.cpp", "diff": "@@ -13,6 +13,11 @@ const std::string aff3ct::tools::Terminal::data_tag = \" \";\nconst rang::style aff3ct::tools::Terminal::legend_style = rang::style::bo...
C++
MIT License
aff3ct/aff3ct
Move the Terminal's 'column_width' attribute instantiation in the .cpp
8,483
16.04.2018 15:48:48
-7,200
1d8ad551bca80ae61ddce35cafdc5a0c12bdf732
Add string lib in Terminal
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "@@ -94,11 +94,6 @@ void Terminal_BFER<B>\nTerminal::legend(stream); // print effectively the legend\n}\n-std::string get_spaces_left(c...
C++
MIT License
aff3ct/aff3ct
Add string lib in Terminal
8,483
17.04.2018 08:41:37
-7,200
17e33f5c7d2477b1139f93c4ed649bb28a934b58
Move erased symbol value as a static attribute of Noise class and add erased LLR value
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "new_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "diff": "@@ -76,7 +76,7 @@ void Channel_BEC<R>\nconst auto erasure_probability = this->n.get_ep();\n- const mipp::Reg<R> r_erased = tools::erased_value<R>();\n+ cons...
C++
MIT License
aff3ct/aff3ct
Move erased symbol value as a static attribute of Noise class and add erased LLR value