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,490
26.02.2017 10:30:25
-3,600
a5e1994e854325d0558482378e98324326b0640c
Move warnings and errors in the simulation constructors.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/STD_Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/Standard/STD_Simulation_BFER.cpp", "diff": "@@ -91,18 +91,7 @@ Simulation_BFER<B,R,Q>\nstd::exit(-1);\n}\n#endif\n-}\n-\n-template <typename B, typename R, typename Q>\n-Si...
C++
MIT License
aff3ct/aff3ct
Move warnings and errors in the simulation constructors.
8,490
27.02.2017 13:53:38
-3,600
c96f59b08d9c3502ac30c9026c2bf2cfb505b432
Add the full qualifier names (with namespaces) when explicit template instanciation (CRC fast).
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/Polynomial/CRC_polynomial_fast.cpp", "new_path": "src/Module/CRC/Polynomial/CRC_polynomial_fast.cpp", "diff": "@@ -234,11 +234,11 @@ unsigned CRC_polynomial_fast<B>\n// ============================================================================...
C++
MIT License
aff3ct/aff3ct
Add the full qualifier names (with namespaces) when explicit template instanciation (CRC fast).
8,490
27.02.2017 14:11:24
-3,600
6526db1a6e08910839b754451e6272d20131add1
Fix the SCL_MEM_FAST decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_MEM_fast_CA_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_MEM_fast_CA_sys.hxx", "diff": "@@ -71,3 +71,4 @@ int Decoder_polar_SCL_MEM_fast_CA_sys<B,R,API_polar>\nreturn n_valid_paths...
C++
MIT License
aff3ct/aff3ct
Fix the SCL_MEM_FAST decoder.
8,490
01.03.2017 11:15:44
-3,600
cc57946ab2adaf44b68ebf09166ec3f2be36d3dd
Replace manual copy by std::copy whenever possible.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx", "diff": "@@ -1148,18 +1148,16 @@ int Decoder_polar_SCL_MEM_fast_sys<B,R,API_polar>\nconst auto n_elmts = 1 << r_d;\...
C++
MIT License
aff3ct/aff3ct
Replace manual copy by std::copy whenever possible.
8,490
01.03.2017 11:40:37
-3,600
9c4981d02c8e87914a0d91528643e37d13919742
Put SCL_MEM_FAST decoder to the same feature level than the SCL_FAST decoder.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "@@ -210,8 +210,11 @@ std::vector<std::pair<std::string,std::string>> Launcher_BFER_polar<B,R,Q>\nif (this->params.decoder.type == \"ASCL\"...
C++
MIT License
aff3ct/aff3ct
Put SCL_MEM_FAST decoder to the same feature level than the SCL_FAST decoder.
8,483
02.03.2017 09:23:57
-3,600
9164007598b7500a73e4db0d83c47badba62f942
working LDPC encoder by reading G matrices in alist format ; working only for BFERI for now ; enable uniform interleaver in BFERI simu
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -16,6 +16,7 @@ Launcher_BFER_LDPC<B,R,Q>\n{\nthis->params.code .type = \"LDPC\";\nthis->params.encoder .type = \"AZCW\";\n+ this->params.en...
C++
MIT License
aff3ct/aff3ct
working LDPC encoder by reading G matrices in alist format ; working only for BFERI for now ; enable uniform interleaver in BFERI simu
8,483
02.03.2017 09:24:22
-3,600
10e27ce9c0ecba5fa16e7da3afcf0a0fbecb1156
add encoder LDPC factory
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/Factory/LDPC/Factory_encoder_LDPC.cpp", "diff": "+#include \"Tools/Factory/LDPC/Factory_encoder_LDPC.hpp\"\n+#include \"Module/Encoder/LDPC/Encoder_LDPC.hpp\"\n+\n+\n+using namespace aff3ct::module;\n+using namespace aff3ct::tools;\n+\...
C++
MIT License
aff3ct/aff3ct
add encoder LDPC factory
8,490
02.03.2017 17:19:03
-3,600
d1eff68f9547a5af729e8b8a47a6f0fbd05e0f59
Put the argument warnings into clog instead of cout.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -788,7 +788,7 @@ void Launcher<B,R,Q>\nstream << \"# The simulation is running...\" << std::endl;\n// print the warnings\nif (params.simulation.mpi_rank == 0)\n- stream << bold_ye...
C++
MIT License
aff3ct/aff3ct
Put the argument warnings into clog instead of cout.
8,483
03.03.2017 09:47:24
-3,600
8dba3d910e094f27b3e09aaee7108b250ac122eb
reduce the range of GSM simulations
[ { "change_type": "MODIFY", "old_path": "scripts/CPM/gsm_BPF_MAXS_SPA.sh", "new_path": "scripts/CPM/gsm_BPF_MAXS_SPA.sh", "diff": "@@ -5,9 +5,9 @@ cd ../build\n./bin/aff3ct \\\n--sim-type BFERI \\\n--sim-prec 32 \\\n- --sim-snr-min 0.0 \\\n- --sim-snr-max 2.5 \\\n- --sim-snr-step 0.25 \\\n+ --sim-snr...
C++
MIT License
aff3ct/aff3ct
reduce the range of GSM simulations
8,490
04.03.2017 10:43:47
-3,600
1b976309bfa55ee45aadbb5622c033629db9f7ba
Add a new cmd line parameter ('dec-partial-adaptive') to select full or partial ASCL decoder.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -111,7 +111,7 @@ _aff3ct() {\nopts=\"$opts --sim-pb-path --cde-awgn-fb-path --cde-fb-gen-method \\\n--cde-sigma --crc-type --crc-poly --crc-rate --enc-no-sys \\\n--dec-type ...
C++
MIT License
aff3ct/aff3ct
Add a new cmd line parameter ('dec-partial-adaptive') to select full or partial ASCL decoder.
8,490
07.03.2017 11:42:12
-3,600
1c0ac94d6bdbcf7d87d88c558f95d39aab298ae4
Improve the speed of the ASCL.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_fast_CA_sys.hxx", "new_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_fast_CA_sys.hxx", "diff": "@@ -42,8 +42,11 @@ void Decoder_polar_ASCL_fast_CA_sys<B,R,API_polar>\nthis->L = 1;\nsc_decoder._hard_de...
C++
MIT License
aff3ct/aff3ct
Improve the speed of the ASCL.
8,490
07.03.2017 17:44:26
-3,600
93433d9370b3b02a714fa5a301009784720b6833
Improve the K info. bit extraction in the SC decoder + use this optim in the ASCL.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_MEM_fast_CA_sys.hxx", "new_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_MEM_fast_CA_sys.hxx", "diff": "@@ -9,7 +9,7 @@ Decoder_polar_ASCL_MEM_fast_CA_sys<B,R,API_polar>\n::Decoder_polar_ASCL_MEM_fast...
C++
MIT License
aff3ct/aff3ct
Improve the K info. bit extraction in the SC decoder + use this optim in the ASCL.
8,495
08.03.2017 10:38:16
-3,600
b54a145cf89905dabfa0ce9be54d76e4bd221e3e
Add the Flip and Check algorithm (Turbo codes).
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "new_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "diff": "@@ -36,6 +36,11 @@ Launcher_BFER_turbo<B,R,Q,QD>\nthis->params.decoder .scaling_factor = \"LTE_VEC\";\nthis->params.decoder .simd_strategy...
C++
MIT License
aff3ct/aff3ct
Add the Flip and Check algorithm (Turbo codes).
8,490
08.03.2017 15:21:48
-3,600
8d7fb50efbfd307cc81cb359f0ca9120d3128ea1
Fix bad PAR CRC.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/Polynomial/CRC_polynomial.hpp", "new_path": "src/Module/CRC/Polynomial/CRC_polynomial.hpp", "diff": "@@ -91,7 +91,7 @@ const std::map<std::string, std::tuple<unsigned, int>> CRC_polynomial<B>::known_\n{\"5-EPC\" , std::make_tuple(0x09 , 5)},\n{\...
C++
MIT License
aff3ct/aff3ct
Fix bad PAR CRC.
8,490
08.03.2017 16:32:34
-3,600
3250d6514ab615cd9543d7e2ce4b146c25c9cafe
Fix Wangliu puncturer (Polar codes).
[ { "change_type": "MODIFY", "old_path": "src/Module/Puncturer/Polar/Puncturer_polar_wangliu.cpp", "new_path": "src/Module/Puncturer/Polar/Puncturer_polar_wangliu.cpp", "diff": "@@ -29,7 +29,7 @@ template <typename B, typename Q>\nvoid Puncturer_polar_wangliu<B,Q>\n::gen_frozen_bits(mipp::vector<B> &f...
C++
MIT License
aff3ct/aff3ct
Fix Wangliu puncturer (Polar codes).
8,490
09.03.2017 10:40:29
-3,600
ddbf768ac3d98411893bcfe334df892f8f84f2ec
Use 64-bit unsigned interger to store be and fe in the monitor (useful for MPI simus).
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Additive/User/Channel_additive_user.cpp", "new_path": "src/Module/Channel/Additive/User/Channel_additive_user.cpp", "diff": "@@ -16,20 +16,21 @@ Channel_additive_user<R>\nstd::ifstream file(filename.c_str(), std::ios::binary);\nif (file.is_o...
C++
MIT License
aff3ct/aff3ct
Use 64-bit unsigned interger to store be and fe in the monitor (useful for MPI simus).
8,495
09.03.2017 17:19:09
-3,600
2925c5aa2d6a22d3c316a76607c83a56dc3bfa49
Correction of the protype of method apply_fnc.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "new_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "diff": "@@ -192,6 +192,8 @@ void Launcher_BFER_turbo<B,R,Q,QD>\nthis->params.decoder.fnc_ite_min = this->ar.get_arg_int({\"dec-fnc-ite-m\"});\nif ...
C++
MIT License
aff3ct/aff3ct
Correction of the protype of method apply_fnc.
8,495
09.03.2017 17:48:42
-3,600
0fcba29ff7893c8fc3cc23f9f22e19fa728bd9de
Shell completions for fnc and sc (launcher turbo).
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -126,7 +126,8 @@ _aff3ct() {\nopts=\"$opts --sim-json-path --crc-type --crc-poly --crc-rate \\\n--enc-no-buff --enc-type --enc-poly --itl-type --itl-path \\\n--dec-type -D -...
C++
MIT License
aff3ct/aff3ct
Shell completions for fnc and sc (launcher turbo).
8,490
17.03.2017 11:43:42
-3,600
b8609018deeb829b4f87a49c2ab5dedcce20fcc4
Add an empty LDPC encoder from H.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -232,7 +232,7 @@ _aff3ct() {\nREPETITION) params=\"AZCW COSET USER REPETITION\" ;;\nRA) params=\"AZCW COSET USER RA\" ;;\nTURBO) params=\"AZCW COSET USER TURBO\" ;;\n- LDPC)...
C++
MIT License
aff3ct/aff3ct
Add an empty LDPC encoder from H.
8,487
20.03.2017 13:58:25
-3,600
72d67c98421e1900bb55ca9bce8023cfffbea153
Add an Encoder LDPC with only H alist file
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "diff": "#include <cassert>\n#include <iostream>\n+#include <vector>\n+#include <algorithm>\n+#include <functional>\n#include \"Tools...
C++
MIT License
aff3ct/aff3ct
Add an Encoder LDPC with only H alist file
8,490
20.03.2017 12:29:24
-3,600
cf587cd97cab2fa83310ffdb3e9e466cb0d41c81
Add a method in the LDPC encoders to specify the position of the info bits in the coded frame.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/Encoder_LDPC.cpp", "new_path": "src/Module/Encoder/LDPC/Encoder_LDPC.cpp", "diff": "#include <cassert>\n+#include <numeric>\n#include <iostream>\n#include \"Tools/Display/bash_tools.h\"\nusing namespace aff3ct;\nusing namespace module;\...
C++
MIT License
aff3ct/aff3ct
Add a method in the LDPC encoders to specify the position of the info bits in the coded frame.
8,490
20.03.2017 16:47:38
-3,600
592592d2bd3782633c8ab8e4bfcd605aaba4e19f
DVBS2 inherit from Encoder_LDPC.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.cpp", "new_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.cpp", "diff": "@@ -11,9 +11,8 @@ using namespace module;\ntemplate <typename B>\nEncoder_LDPC_DVBS2<B>\n-::Encoder_LDPC_DVBS2(const int K, cons...
C++
MIT License
aff3ct/aff3ct
DVBS2 inherit from Encoder_LDPC.
8,490
20.03.2017 17:07:12
-3,600
d8ae37247c4fb866b3c79ceafdf7594239f0f5f5
Pass the LDPC info bit positions through the simulation to the decoder factory.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Code/LDPC/Simulation_BFER_LDPC.cpp", "new_path": "src/Simulation/BFER/Code/LDPC/Simulation_BFER_LDPC.cpp", "diff": "#include <vector>\n#include <chrono>\n#include <cstdlib>\n+#include <numeric>\n#include <algorithm>\n#include \"Tools/Displa...
C++
MIT License
aff3ct/aff3ct
Pass the LDPC info bit positions through the simulation to the decoder factory.
8,483
21.03.2017 09:07:33
-7,200
9a645a509d50d2e25fd38f2696f54e8d0af85f44
enable uniform and columns interleaver on BFER
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/RA/Launcher_BFER_RA.cpp", "new_path": "src/Launcher/BFER/RA/Launcher_BFER_RA.cpp", "diff": "@@ -18,6 +18,8 @@ Launcher_BFER_RA<B,R,Q>\nthis->params.encoder .type = \"RA\";\nthis->params.interleaver.type = \"RANDOM\";\nthis->params.interleaver...
C++
MIT License
aff3ct/aff3ct
enable uniform and columns interleaver on BFER
8,490
21.03.2017 10:49:07
-3,600
2a968ac89bb0d584c65e11fed34b6c01f9a4012e
Cosmetics and renaming.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/RA/Launcher_BFER_RA.cpp", "new_path": "src/Launcher/BFER/RA/Launcher_BFER_RA.cpp", "diff": "@@ -18,8 +18,8 @@ Launcher_BFER_RA<B,R,Q>\nthis->params.encoder .type = \"RA\";\nthis->params.interleaver.type = \"RANDOM\";\nthis->params.interleaver...
C++
MIT License
aff3ct/aff3ct
Cosmetics and renaming.
8,490
21.03.2017 11:19:56
-3,600
9fa672ed76bccd26f159da0d0af7e11cb60490b7
Add a seed to the Golden interleaver.
[ { "change_type": "MODIFY", "old_path": "src/Module/Interleaver/Golden/Interleaver_golden.hpp", "new_path": "src/Module/Interleaver/Golden/Interleaver_golden.hpp", "diff": "@@ -14,9 +14,17 @@ namespace module\ntemplate <typename T = int>\nclass Interleaver_golden : public Interleaver<T>\n{\n+private:...
C++
MIT License
aff3ct/aff3ct
Add a seed to the Golden interleaver.
8,490
21.03.2017 11:21:04
-3,600
5ee4f3990a2b3cddace24520f8f58ef64779e8c7
Add a warning message on the LTE, CCSDS and USER interleaver when the gen_lookup_tables method is called more than once.
[ { "change_type": "MODIFY", "old_path": "src/Module/Interleaver/CCSDS/Interleaver_CCSDS.hpp", "new_path": "src/Module/Interleaver/CCSDS/Interleaver_CCSDS.hpp", "diff": "@@ -14,12 +14,23 @@ namespace module\ntemplate <typename T = int>\nclass Interleaver_CCSDS : public Interleaver<T>\n{\n+private:\n+ ...
C++
MIT License
aff3ct/aff3ct
Add a warning message on the LTE, CCSDS and USER interleaver when the gen_lookup_tables method is called more than once.
8,490
21.03.2017 11:21:39
-3,600
017d84ae76470789f2f938f7b364bf5b1686ec24
Pass the seed to the Golden interleaver in the factory.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Factory/Factory_interleaver.cpp", "new_path": "src/Tools/Factory/Factory_interleaver.cpp", "diff": "@@ -27,7 +27,7 @@ Interleaver<T>* Factory_interleaver<T>\nelse if (params.interleaver.type == \"COLUMNS\")\ninterleaver = new Interleaver_columns<T>(s...
C++
MIT License
aff3ct/aff3ct
Pass the seed to the Golden interleaver in the factory.
8,491
21.03.2017 12:38:06
-3,600
4bc41a586e290d0ff97b3eaf712a747b9c6fc52a
Encoder LDPC_H with position of infomration bits
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "diff": "@@ -18,7 +18,7 @@ template <typename B>\nEncoder_LDPC_from_H<B>\n::Encoder_LDPC_from_H(const int K, const int N, const tools...
C++
MIT License
aff3ct/aff3ct
Encoder LDPC_H with position of infomration bits
8,490
21.03.2017 13:54:39
-3,600
a28dad5a4cd12331daf9f6575e845e01a130c371
Exit StarPU and SystemC simulations when the uniform interleaver is required.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/StarPU/SPU_Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/StarPU/SPU_Simulation_BFER.cpp", "diff": "@@ -57,18 +57,25 @@ Simulation_BFER<B,R,Q>\n{\nif (params.simulation.debug)\n{\n- std::cerr << bold_red(\"(EE) SystemC simulation do...
C++
MIT License
aff3ct/aff3ct
Exit StarPU and SystemC simulations when the uniform interleaver is required.
8,490
21.03.2017 18:09:33
-3,600
e83d6c75e0cf1a14a48d9c31e50b76114d03c3c3
Add a dedicated seed to the interleavers.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -49,12 +49,13 @@ Launcher<B,R,Q>\nparams.simulation .n_threads = 1;\nparams.simulation .stop_time = std::chrono::seconds(0);\nparams.simulation .inter_frame_level = 1;\n- params.s...
C++
MIT License
aff3ct/aff3ct
Add a dedicated seed to the interleavers.
8,490
21.03.2017 18:11:23
-3,600
833be2474994eb664960e7c814b341fde3e23ea5
Fix a compilation warning on Windows.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "@@ -153,7 +153,7 @@ void Terminal_BFER<B,R>\nstr_fer << setprecision(2) << scientific << setw(9) << fer;\nunsigned long long l0 = 9999...
C++
MIT License
aff3ct/aff3ct
Fix a compilation warning on Windows.
8,490
22.03.2017 11:40:25
-3,600
4e832f914d01edab6864795decde0d4ca667607c
Enable inter frame support in the BCH encoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/BCH/Encoder_BCH.cpp", "new_path": "src/Module/Encoder/BCH/Encoder_BCH.cpp", "diff": "@@ -10,7 +10,7 @@ template <typename B>\nEncoder_BCH<B>\n::Encoder_BCH(const int& K, const int& N, const int& m, const tools::Galois &GF,\nconst int n_frame...
C++
MIT License
aff3ct/aff3ct
Enable inter frame support in the BCH encoder.
8,490
22.03.2017 11:46:56
-3,600
4e2201ad66eddf8d9292a2e7b596e8f603e7a651
Clean the Decoder_BCH code a little bit.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -7,17 +7,18 @@ Decoder_BCH<B, R>\n::Decoder_BCH(const int& K, const int& N, const int& m, const int&t, const tools::Galois &GF, const int n_frames,\ncons...
C++
MIT License
aff3ct/aff3ct
Clean the Decoder_BCH code a little bit.
8,490
22.03.2017 12:24:46
-3,600
e597f2f9b9ba7478ca374e39d702ef699eedaad5
Add some assertions in the BCH simulation.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Algebraic/Galois.cpp", "new_path": "src/Tools/Math/Algebraic/Galois.cpp", "diff": "@@ -11,11 +11,13 @@ Galois\n::Galois(const int& m, const int& N, const int& K, const int& t)\n: m(m), K(K), N(N), t(t), d(2*t+1), alpha_to(N+1), index_of(N+1), p(...
C++
MIT License
aff3ct/aff3ct
Add some assertions in the BCH simulation.
8,490
22.03.2017 15:24:05
-3,600
914e3100da72769e9296f889f589493a8ae37861
Auto. compute '-T' and '--mGF' parameters from '-N' and '-K' (BCH simulation).
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/BCH/Launcher_BFER_BCH.cpp", "new_path": "src/Launcher/BFER/BCH/Launcher_BFER_BCH.cpp", "diff": "@@ -32,11 +32,11 @@ void Launcher_BFER_BCH<B,R,Q>\nthis->opt_args[{\"enc-type\"}][2] += \", BCH\";\n// -------------------------------------------...
C++
MIT License
aff3ct/aff3ct
Auto. compute '-T' and '--mGF' parameters from '-N' and '-K' (BCH simulation).
8,490
22.03.2017 17:11:23
-3,600
d1835fd42e50b662a5ea6ed6fac0b8f99775f9a8
Add new curves for the BCH codes.
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/data/BFER/bch/ALGEBRAIC/1023_848_18.txt", "diff": "+Run command:\n+./bin/aff3ct --sim-type \"BFER\" --cde-type \"BCH\" -N \"1023\" -K \"848\" -m \"0\" -M \"6.01\" -s \"0.25\" -e \"1000\" --enc-type \"AZCW\" --chn-type \"AWGN_FAST\" -T \"18...
C++
MIT License
aff3ct/aff3ct
Add new curves for the BCH codes.
8,490
22.03.2017 17:11:52
-3,600
d41eae44ba73cdb287dd1470bca0d1c626daffd3
Improve the error detection in the BCH simulation.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Algebraic/Galois.cpp", "new_path": "src/Tools/Math/Algebraic/Galois.cpp", "diff": "+#include <cmath>\n#include <cassert>\n#include <iostream>\n@@ -9,11 +10,13 @@ using namespace aff3ct::tools;\nGalois\n::Galois(const int& m, const int& N, const ...
C++
MIT License
aff3ct/aff3ct
Improve the error detection in the BCH simulation.
8,490
23.03.2017 09:31:39
-3,600
d57011fee672f44c6ffaee8056b7641eb4f621da
Refacto + clean code + remove useless mGF parameter.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -103,7 +103,7 @@ _aff3ct() {\n# add contents of Launcher_BFER_BCH.cpp\nif [[ ${codetype} == \"BCH\" && ${simutype} == \"BFER\" ]]\nthen\n- opts=\"$opts --cde-corr-pow -T -cd...
C++
MIT License
aff3ct/aff3ct
Refacto + clean code + remove useless mGF parameter.
8,483
23.03.2017 11:23:03
-3,600
dd42baf08ace736c0191657dae87d3ca55ae206c
Change name interleaver columns to random column and add an interleaver row-column
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -284,8 +284,8 @@ _aff3ct() {\n--itl-type)\nlocal params\ncase \"${simutype}\" in\n- BFER) params=\"LTE CCSDS RANDOM COLUMNS GOLDEN USER NO\" ;;\n- BFERI) params=\"LTE CCSDS ...
C++
MIT License
aff3ct/aff3ct
Change name interleaver columns to random column and add an interleaver row-column
8,490
24.03.2017 16:36:58
-3,600
fa87a1b62b532f7b47f00219fc9aa1e9dd577fb3
Clean code + fix compilation warnings.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "diff": "@@ -22,8 +22,8 @@ Encoder_LDPC_from_H<B>\nstd::vector<mipp::vector<B>> H;\nbuild_H(alist_H.get_n_CN(), alist_H.get_n_VN(), a...
C++
MIT License
aff3ct/aff3ct
Clean code + fix compilation warnings.
8,490
24.03.2017 22:43:12
-3,600
7d1897487fbbe84a6bece71e48c1f9a6c5bc8bb6
Set the default syndrome depth to 2 (LDPC decoders).
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -25,7 +25,7 @@ Launcher_BFER_LDPC<B,R,Q>\nthis->params.decoder .offset = 0.f;\nthis->params.decoder .normalize_factor = 1.f;\nthis->params....
C++
MIT License
aff3ct/aff3ct
Set the default syndrome depth to 2 (LDPC decoders).
8,490
25.03.2017 10:34:35
-3,600
2bd635d29b24bd449deb42dd3ab6247beca1c961
Fix bad includes + add the 'aff3ct.hpp' header to include all aff3ct in one include call.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_naive_CA_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_naive_CA_sys.hpp", "diff": "#ifndef DECODER_POLAR_SCL_NAIVE_CA_SYS_\n#define DECODER_POLAR_SCL_NAIVE_CA_SYS_\n+#include \"Deco...
C++
MIT License
aff3ct/aff3ct
Fix bad includes + add the 'aff3ct.hpp' header to include all aff3ct in one include call.
8,490
25.03.2017 13:37:26
-3,600
44be773c117b7cadf88101dfc36ce9d02a729171
Replace assertions by exceptions (aff3ct::module::Coset).
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "#include <sstream>\n#include <iostream>\n#include <algorithm>\n+#include <exception>\n#include <functional>\n#ifdef ENABLE_MPI\n" }, { "change_type": "MODIFY", "old_path"...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::Coset).
8,490
25.03.2017 14:54:11
-3,600
6e29c896c4465ac1b5b3e917ce23e156c1027c3d
Replace assertions by exceptions (aff3ct::module::CRC).
[ { "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 <stdexcept>\n+\n#include \"Tools/Perf/MIPP/mipp.h\"\n#include \"Module/Module.hpp\"\n@@ -44,6 +46,8 @@ public:\nCRC_i(const int K, const int...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::CRC).
8,490
26.03.2017 10:35:29
-7,200
ffde986c8e39d7557cdb0ee368d28aeacae8417e
Replace assertions by exceptions (aff3ct::module::Interleaver).
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder.hpp", "new_path": "src/Module/Decoder/Decoder.hpp", "diff": "@@ -75,8 +75,6 @@ public:\nthrow std::invalid_argument(\"aff3ct::module::Decoder: \\\"K\\\" has to be greater than 0.\");\nif (N <= 0)\nthrow std::invalid_argument(\"aff3ct...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::Interleaver).
8,490
26.03.2017 12:48:21
-7,200
8609b1a9a83b26dce05f59600b242e3060f45053
Replace assertions by exceptions (aff3ct::module::Monitor).
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor.hpp", "new_path": "src/Module/Monitor/Monitor.hpp", "diff": "#ifndef MONITOR_HPP_\n#define MONITOR_HPP_\n+#include <stdexcept>\n#include <csignal>\n#include <chrono>\n#include <vector>\n@@ -57,6 +58,13 @@ public:\nMonitor_i(const int...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::Monitor).
8,490
26.03.2017 13:56:51
-7,200
57af0d7084633356f1f871865bcff120c8ee2145
Replace assertions by exceptions (aff3ct::module::Puncturer).
[ { "change_type": "MODIFY", "old_path": "src/Module/Puncturer/NO/Puncturer_NO.cpp", "new_path": "src/Module/Puncturer/NO/Puncturer_NO.cpp", "diff": "+#include <stdexcept>\n+\n#include \"Puncturer_NO.hpp\"\nusing namespace aff3ct::module;\n@@ -17,18 +19,20 @@ Puncturer_NO<B,Q>\ntemplate <typename B, t...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::Puncturer).
8,490
27.03.2017 09:34:38
-7,200
7c19482f75ab4ad6aedfa84359f4891ecac0163f
Replace assertions by exceptions (aff3ct::module::Quantizer).
[ { "change_type": "MODIFY", "old_path": "src/Module/Quantizer/Fast/Quantizer_fast.cpp", "new_path": "src/Module/Quantizer/Fast/Quantizer_fast.cpp", "diff": "-#include <cassert>\n+#include <stdexcept>\n#include <iostream>\n#include <algorithm>\n#include <cmath>\n@@ -20,7 +20,9 @@ Quantizer_fast<R,Q>\n...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::Quantizer).
8,490
27.03.2017 09:56:58
-7,200
4acead63107d5478d9100765986c82458a78f243
Replace assertions by exceptions (aff3ct::module::Source).
[ { "change_type": "MODIFY", "old_path": "src/Module/Source/AZCW/Source_AZCW.cpp", "new_path": "src/Module/Source/AZCW/Source_AZCW.cpp", "diff": "@@ -17,7 +17,7 @@ Source_AZCW<B>\ntemplate <typename B>\nvoid Source_AZCW<B>\n-::generate(mipp::vector<B>& U_K)\n+::_generate(mipp::vector<B>& U_K)\n{\nstd:...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module::Source).
8,490
27.03.2017 15:52:19
-7,200
207afb6155d675e694548e62ad5d549f92ecb956
Replace assertions by exceptions (mipp).
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/MIPP/mipp.h", "new_path": "src/Tools/Perf/MIPP/mipp.h", "diff": "@@ -70,6 +70,7 @@ SOFTWARE.\n#include <unordered_map>\n#include <typeindex>\n+#include <stdexcept>\n#include <typeinfo>\n#include <iostream>\n#include <iomanip>\n@@ -293,21 +294,22...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (mipp).
8,490
27.03.2017 16:27:08
-7,200
36ce1f16352fdfac51aeb1a287239ff9273a3f50
Replace assertions by exceptions (aff3ct::module, aff3ct::tools) + remove exit calls.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder.hpp", "new_path": "src/Module/Decoder/Decoder.hpp", "diff": "@@ -161,11 +161,8 @@ public:\nV_K.begin() + waves_off3);\n}\nelse\n- {\n- std::cerr << tools::bold_red(\"(EE) This should never happen, V_K is not a multiple of K or of N.\...
C++
MIT License
aff3ct/aff3ct
Replace assertions by exceptions (aff3ct::module, aff3ct::tools) + remove exit calls.
8,495
27.03.2017 16:40:02
-7,200
9b0a6a3d596c8f652e071dc2cbe687ea13805bfb
Correction of few things: ScalingFactor for FnC and test for CRC that is necessary for FnC
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "new_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "diff": "@@ -179,7 +179,7 @@ void Launcher_BFER_turbo<B,R,Q,QD>\nif(this->ar.exist_arg({\"dec-simd\" })) this->params.decoder.simd_strategy = this-...
C++
MIT License
aff3ct/aff3ct
Correction of few things: ScalingFactor for FnC and test for CRC that is necessary for FnC
8,487
27.03.2017 16:46:38
-7,200
2434b29345a49991b1b09841fdf55197f09e7e45
Creation of tools 'G_tools' using in LDPC encoder and refacto
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "diff": "#include \"Tools/Display/bash_tools.h\"\n#include \"Tools/Math/matrix.h\"\n+#include \"Tools/Code/LDPC/G_tools/G_tools.hpp\"...
C++
MIT License
aff3ct/aff3ct
Creation of tools 'G_tools' using in LDPC encoder and refacto
8,495
27.03.2017 18:19:33
-7,200
de04e5bdff1a45556a4d9d7ab60d7eca2d973853
Typo on completions.sh.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -173,7 +173,6 @@ _aff3ct() {\ncase \"${prev}\" in\n# awaiting random number or strings\n-<<<<<<< HEAD\n--sim-snr-min | -m | --snr-min-max | -M | --sim-snr-min | -m | \\\n--s...
C++
MIT License
aff3ct/aff3ct
Typo on completions.sh.
8,490
27.03.2017 20:16:18
-7,200
983c5ee1d17507b132c34d75f9f0bc60d8c92a15
Improve the errors management in the simulations.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -57,6 +57,7 @@ Launcher<B,R,Q>\nparams.simulation .snr_type = \"EB\";\nparams.simulation .seed = 0;\nparams.interleaver.seed = 0;\n+ params.interleaver.uniform = false;\nparams.co...
C++
MIT License
aff3ct/aff3ct
Improve the errors management in the simulations.
8,490
27.03.2017 22:37:21
-7,200
e141982269982a4f517b4dd8c4e0049eb5340cd0
Improve the errors management in the launchers and in the main.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "#include <iostream>\n-#include <cassert>\n#include <cmath>\n#include \"Tools/Display/bash_tools.h\"\n@@ -124,14 +123,8 @@ Simulation* Laun...
C++
MIT License
aff3ct/aff3ct
Improve the errors management in the launchers and in the main.
8,490
28.03.2017 08:57:18
-7,200
3a4d7ec5fea6580d789fd5463a478c2590ccef85
Improve the argument reader.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -462,8 +462,12 @@ int Launcher<B,R,Q>\nreturn EXIT_FAILURE;\n}\n- if (!ar.check_arguments())\n+ std::string error;\n+ if (!ar.check_arguments(error))\n+ {\n+ std::cerr << bold_red...
C++
MIT License
aff3ct/aff3ct
Improve the argument reader.
8,490
28.03.2017 10:19:42
-7,200
7172bc39d601806a5830db09a4fcfd7ea176f01a
Add new exceptions.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -353,9 +353,6 @@ void Launcher<B,R,Q>\n// ----------------------------------------------------------------------------------------------------- modulator\nif(ar.exist_arg({\"mod-t...
C++
MIT License
aff3ct/aff3ct
Add new exceptions.
8,490
28.03.2017 10:19:59
-7,200
0916c15afb11f3f91e983c854eb23f6f73f9936b
Fix puncturing in polar codes.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Code/Polar/Simulation_BFER_polar.cpp", "new_path": "src/Simulation/BFER/Code/Polar/Simulation_BFER_polar.cpp", "diff": "@@ -62,7 +62,7 @@ void Simulation_BFER_polar<B,R,Q>\nfb_generator->generate(frozen_bits);\nif (this->params.code.N != th...
C++
MIT License
aff3ct/aff3ct
Fix puncturing in polar codes.
8,490
28.03.2017 11:03:45
-7,200
fa7cc83918266436dcf2109626d4c91506b6d9ee
Cosmetics + renaming + fix compilation warnings.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "diff": "#include \"Tools/Display/bash_tools.h\"\n#include \"Tools/Math/matrix.h\"\n-#include \"Tools/Code/LDPC/G_tools/G_tools.hpp\"...
C++
MIT License
aff3ct/aff3ct
Cosmetics + renaming + fix compilation warnings.
8,490
28.03.2017 11:50:25
-7,200
ab030915d21a2ddab3fcb4548ef6e5a78c80a5db
Update aff3ct.hpp header file.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "#include <Tools/Factory/Factory_encoder_common.hpp>\n#include <Tools/Factory/Repetition/Factory_decoder_repetition.hpp>\n#include <Tools/Factory/Repetition/Factory_encoder_repetition.hpp>\n+#include <Tool...
C++
MIT License
aff3ct/aff3ct
Update aff3ct.hpp header file.
8,490
28.03.2017 13:48:31
-7,200
3c350abaae7344f61ea39e5515e980da5c971eba
Update the aff3ct.hpp file.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "//find ./src/ -type f -follow -print | grep \"[.]hpp$\"\n#include <Tools/Threads/Barrier.hpp>\n+#include <Tools/Math/Galois.hpp>\n#include <Tools/Factory/Factory_monitor.hpp>\n#include <Tools/Factory/Pola...
C++
MIT License
aff3ct/aff3ct
Update the aff3ct.hpp file.
8,490
28.03.2017 21:31:11
-7,200
e7be2f9b189f516756ff8b58b559344b13dc74b3
Add exceptions in the bit packer.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Bit_packer.hpp", "new_path": "src/Tools/Algo/Bit_packer.hpp", "diff": "#define BIT_PACKER_HPP_\n#include <cmath>\n+#include <stdexcept>\n#include \"Tools/Perf/MIPP/mipp.h\"\n@@ -36,9 +37,14 @@ struct Bit_packer\nstatic inline void pack(const mip...
C++
MIT License
aff3ct/aff3ct
Add exceptions in the bit packer.
8,490
28.03.2017 22:24:17
-7,200
0bb7516e427aeac48ac9b49fd36d4eab1501a899
Fix bench mode.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder.hpp", "new_path": "src/Module/Decoder/Decoder.hpp", "diff": "@@ -108,9 +108,9 @@ public:\nthrow std::length_error(\"aff3ct::module::Decoder: \\\"Y_N.size()\\\" has to be equal to \"\n\"\\\"N\\\" * \\\"n_frames\\\".\");\n- if (this->K...
C++
MIT License
aff3ct/aff3ct
Fix bench mode.
8,490
31.03.2017 12:42:04
-7,200
7cf1a7e19dcd1bc527584d42f1bf70c6fcfb97a0
Fix the frozen bits extraction in systematic (SC, SCL and ASCL decoders).
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_MEM_fast_CA_sys.hxx", "new_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_MEM_fast_CA_sys.hxx", "diff": "@@ -11,7 +11,7 @@ Decoder_polar_ASCL_MEM_fast_CA_sys<B,R,API_polar>\n::Decoder_polar_ASCL_MEM_fa...
C++
MIT License
aff3ct/aff3ct
Fix the frozen bits extraction in systematic (SC, SCL and ASCL decoders).
8,490
05.04.2017 14:44:37
-7,200
a8f9e7ee04109205a7220a7762ab7d6f11d0cefd
Disable load/decode/store times in time report when time their are null.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/STD_Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/Standard/STD_Simulation_BFER.cpp", "diff": "@@ -1018,6 +1018,8 @@ void Simulation_BFER<B,R,Q>\nstream << \"# \" << bold (\"* Decoder\") << \" : \" << std::setw(9) << std::f...
C++
MIT License
aff3ct/aff3ct
Disable load/decode/store times in time report when time their are null.
8,490
05.04.2017 15:45:47
-7,200
6c3393924b97433aab9292460185f9d20e0f6057
Put default template in LDPC encoders.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.hpp", "new_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.hpp", "diff": "@@ -12,7 +12,7 @@ namespace aff3ct\nnamespace module\n{\n-template <typename B>\n+template <typename B = int>\nclass Encoder_LDP...
C++
MIT License
aff3ct/aff3ct
Put default template in LDPC encoders.
8,487
05.04.2017 16:04:49
-7,200
964e1ff46c776b2af0445a1bce87e7fb33d5931e
rename type of variable swapped in LDPC_H encoder
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.hpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.hpp", "diff": "@@ -17,7 +17,7 @@ template <typename B>\nclass Encoder_LDPC_from_H : public Encoder_LDPC<B>\n{\nprotected:\n- mipp::vector<i...
C++
MIT License
aff3ct/aff3ct
rename type of variable swapped in LDPC_H encoder
8,487
05.04.2017 16:05:46
-7,200
f5f5a439968f533a6ae1f7c1ca6705bace4e72f3
rename type of variable swapped in LDPC_H encoder 2
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/G/LDPC_G.hpp", "new_path": "src/Tools/Code/LDPC/G/LDPC_G.hpp", "diff": "@@ -13,14 +13,14 @@ struct LDPC_G\n{\npublic:\ntemplate <typename B>\n- static void build_H(const int k, const int n, const std::vector<std::vector<unsigned int>>& posi...
C++
MIT License
aff3ct/aff3ct
rename type of variable swapped in LDPC_H encoder 2
8,487
05.04.2017 16:06:23
-7,200
adab6eb63422cc1bf4ac868ae550f0016cd19ae7
rename type of variable swapped in LDPC_H encoder 3
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/G/LDPC_G.hxx", "new_path": "src/Tools/Code/LDPC/G/LDPC_G.hxx", "diff": "@@ -15,12 +15,10 @@ namespace tools\n{\ntemplate <typename B>\nvoid LDPC_G\n-::build_H(const int k, const int n, const std::vector<std::vector<unsigned int>>& positions...
C++
MIT License
aff3ct/aff3ct
rename type of variable swapped in LDPC_H encoder 3
8,490
05.04.2017 16:42:13
-7,200
25d5dabe034ff992de0d27bafa4c63ad60261fe1
Remove useless using namespace.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder.hpp", "new_path": "src/Module/Decoder/Decoder.hpp", "diff": "@@ -104,8 +104,6 @@ public:\nthrow std::length_error(\"aff3ct::module::Decoder: \\\"V_K.size()\\\" has to be equal to \"\n\"\\\"K\\\" * \\\"n_frames\\\".\");\n- using names...
C++
MIT License
aff3ct/aff3ct
Remove useless using namespace.
8,487
06.04.2017 16:58:01
-7,200
64979e2c5bf754a8757ef828371ce8e4d709609f
Implemente a nex methode for encode one tram, and change the type of global variable G by a new one
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp", "diff": "@@ -33,7 +33,6 @@ Encoder_LDPC_from_H<B>\ntools::LDPC_G::identity_H(H);\ntools::LDPC_G::transformation_H_to_G(H, G, swapped)...
C++
MIT License
aff3ct/aff3ct
Implemente a nex methode for encode one tram, and change the type of global variable G by a new one
8,490
06.04.2017 23:54:52
-7,200
a3b137dc0275087367ff73416a03e02246181f3f
Adapt BCH encoder/decoder to the new interfaces.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -32,7 +32,7 @@ Decoder_BCH<B, R>\ntemplate <typename B, typename R>\nvoid Decoder_BCH<B, R>\n-::_hard_decode_fbf(const R *Y_N, B *V_K)\n+::_hard_decode(c...
C++
MIT License
aff3ct/aff3ct
Adapt BCH encoder/decoder to the new interfaces.
8,490
07.04.2017 00:05:17
-7,200
98b8b94880330c91444636fede52245272efc868
Use the new interfaces for the LDPC encoders.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.cpp", "new_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.cpp", "diff": "@@ -93,7 +93,7 @@ void Encoder_LDPC_DVBS2<B>\ntemplate <typename B>\nvoid Encoder_LDPC_DVBS2<B>\n-::_encode_fbf(const B *U_K, B ...
C++
MIT License
aff3ct/aff3ct
Use the new interfaces for the LDPC encoders.
8,495
07.04.2017 09:22:14
-7,200
08042abda9a985d075af4ad9d926615251c199ab
FNC with div2 and generic std::abs.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Turbo/CRC/Flip_and_check/Decoder_turbo_naive_CA_flip_and_check.cpp", "new_path": "src/Module/Decoder/Turbo/CRC/Flip_and_check/Decoder_turbo_naive_CA_flip_and_check.cpp", "diff": "@@ -159,7 +159,7 @@ bool Decoder_turbo_naive_CA_flip_and_check...
C++
MIT License
aff3ct/aff3ct
FNC with div2 and generic std::abs.
8,490
07.04.2017 09:53:12
-7,200
366179d99ec22079fb3c02394e3d22ce40080e62
Fix bad interface for the build in the CRC.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/CRC.hpp", "new_path": "src/Module/CRC/CRC.hpp", "diff": "@@ -118,10 +118,9 @@ public:\n}\nprotected:\n- virtual bool _build(const B *V_K)\n+ virtual void _build(const B *V_K)\n{\nthrow std::runtime_error(\"aff3ct::module::CRC: \\\"_build\\\" is ...
C++
MIT License
aff3ct/aff3ct
Fix bad interface for the build in the CRC.
8,490
07.04.2017 12:34:38
-7,200
cda2feb20556c98a659f85bcd4347d799b8d20d7
Fix MPI version.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Standard/Monitor_reduction_mpi.cpp", "new_path": "src/Module/Monitor/Standard/Monitor_reduction_mpi.cpp", "diff": "#include \"Monitor_reduction_mpi.hpp\"\nusing namespace aff3ct::module;\n-using namespace aff3ct::tools;\nstruct monitor_vals\...
C++
MIT License
aff3ct/aff3ct
Fix MPI version.
8,490
07.04.2017 18:09:02
-7,200
5b084bad0880cededaad5334d9af7f2b4038ec89
Add a soft decoder to the non systematic SCAN decoder + fix bug in the sys SCAN decoder + replace m by N in the SCAN decoders.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hxx", "diff": "@@ -136,6 +136,11 @@ Decoder_polar_SC_fast_sys<B,R,API_polar>\nthrow std::length_error(\"aff3ct::module::Decoder_polar...
C++
MIT License
aff3ct/aff3ct
Add a soft decoder to the non systematic SCAN decoder + fix bug in the sys SCAN decoder + replace m by N in the SCAN decoders.
8,490
07.04.2017 20:37:05
-7,200
01b39f015ebfb0cfba79af723554799bb30e8eeb
Remove the systematic copy in the filtering process when N_mod = N_fil.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modulator/BPSK/Modulator_BPSK.cpp", "new_path": "src/Module/Modulator/BPSK/Modulator_BPSK.cpp", "diff": "@@ -28,6 +28,13 @@ void Modulator_BPSK<B,R,Q>\nX_N2[i] = (R)((B)1 - (X_N1[i] + X_N1[i])); // (X_N[i] == 1) ? -1 : +1\n}\n+template <typename B,t...
C++
MIT License
aff3ct/aff3ct
Remove the systematic copy in the filtering process when N_mod = N_fil.
8,490
07.04.2017 21:21:33
-7,200
e94d6c32f4b19cffb11edcf1d288d0cdf89dee30
Improve the store speed in the SC fast decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp", "diff": "@@ -55,12 +55,12 @@ public:\nprotected:\nvoid _load (const R *Y_N );\nvirtual void _hard_decode(const R *Y_N, B *V_K);...
C++
MIT License
aff3ct/aff3ct
Improve the store speed in the SC fast decoder.
8,490
07.04.2017 23:22:24
-7,200
2ed7053d48d9369961755d2664218ee2e20f2f80
Add the polar codes in the turbo demod simu BFERI (SCAN decoder).
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -36,6 +36,7 @@ _aff3ct() {\n${codetype} == \"RA\" && ${simutype} == \"BFER\" || \\\n${codetype} == \"LDPC\" && ${simutype} == \"BFER\" || \\\n${codetype} == \"UNCODED\" && $...
C++
MIT License
aff3ct/aff3ct
Add the polar codes in the turbo demod simu BFERI (SCAN decoder).
8,490
07.04.2017 23:50:48
-7,200
d89deb528368f4ca43aab828f26896613a5618fb
Move the frozen bit extractor in the Patter_polar_parser class.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp", "diff": "@@ -58,9 +58,6 @@ protected:\nvoid _store ( B *V_K);\nvirtual void recursive_decode(const int off_l, const int off_s, ...
C++
MIT License
aff3ct/aff3ct
Move the frozen bit extractor in the Patter_polar_parser class.
8,490
10.04.2017 14:06:52
-7,200
ae9b35006345440a0b3ccb665081f2e6e48c9613
Fix LDPC BP layered.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Layered/Decoder_LDPC_BP_layered.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Layered/Decoder_LDPC_BP_layered.cpp", "diff": "@@ -49,7 +49,7 @@ Decoder_LDPC_BP_layered<B,R>\ntemplate <typename B, typename R>\nvoid Decoder_LDPC_BP_laye...
C++
MIT License
aff3ct/aff3ct
Fix LDPC BP layered.
8,490
10.04.2017 15:05:04
-7,200
8c9833d9b378441e1143475434a23901eb1708d5
Automatically switch to 1 thread in debug mode.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -117,6 +117,11 @@ void Launcher_BFER<B,R,Q>\nthis->params.simulation.debug_limit = this->ar.get_arg_int({\"sim-debug-limit\"});\n}\n+ if (this->params.simulati...
C++
MIT License
aff3ct/aff3ct
Automatically switch to 1 thread in debug mode.
8,490
10.04.2017 15:55:32
-7,200
1f39e65e6e909ac8c3a4cd409773eeab819994af
Fix the error tracker.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor.hpp", "new_path": "src/Module/Monitor/Monitor.hpp", "diff": "@@ -306,7 +306,7 @@ protected:\nthrow std::runtime_error(\"aff3ct::module::Monitor: \\\"_check_errors\\\" is unimplemented.\");\n}\n- void _check_and_track_errors(const B *...
C++
MIT License
aff3ct/aff3ct
Fix the error tracker.
8,490
10.04.2017 15:59:28
-7,200
545e3a25535bbfff5971024b19129d09909a23e7
Fix complex_transpose function.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/matrix.hxx", "new_path": "src/Tools/Math/matrix.hxx", "diff": "@@ -170,9 +170,9 @@ inline void complex_transpose(const int M, const int N,\nT *B)\n{\nconst T* A_real = A;\n- const T* A_imag = A + ((M * N) >> 1);\n+ const T* A_imag = A + M * N;\n...
C++
MIT License
aff3ct/aff3ct
Fix complex_transpose function.
8,490
11.04.2017 11:23:49
-7,200
a2e75d4c1bcdee991405bd72ca5baa190a12557f
By default, use only 1 thread when reverting the error tracking mode.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -156,6 +156,10 @@ void Launcher_BFER<B,R,Q>\n// the paths are set in the Simulation class\n}\n+ if (this->params.monitor.err_track_revert &&\n+ !(this->ar.exis...
C++
MIT License
aff3ct/aff3ct
By default, use only 1 thread when reverting the error tracking mode.
8,490
11.04.2017 11:24:17
-7,200
2ea2e92a7b24d28fbe8896373bc58a2f91f21da0
Fix the last SNR missing.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -304,6 +304,8 @@ void Launcher<B,R,Q>\nparams.simulation.snr_min = ar.get_arg_float({\"sim-snr-min\", \"m\"}); // required\nparams.simulation.snr_max = ar.get_arg_float({\"sim-snr...
C++
MIT License
aff3ct/aff3ct
Fix the last SNR missing.
8,490
12.04.2017 11:26:44
-7,200
961212ee15e623b12aa169b18481f41c01208108
First implem. of a turbo puncturer.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "new_path": "src/Launcher/BFER/Turbo/Launcher_BFER_turbo.cpp", "diff": "@@ -26,6 +26,7 @@ Launcher_BFER_turbo<B,R,Q,QD>\nthis->params.encoder .type = \"TURBO\";\nthis->params.encoder .buffered = true;\nthis->pa...
C++
MIT License
aff3ct/aff3ct
First implem. of a turbo puncturer.
8,490
12.04.2017 12:16:05
-7,200
edd99f1c834e59c102826883a42b7547261167b4
Update the completion script + remove useless throw.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -138,7 +138,7 @@ _aff3ct() {\n--enc-no-buff --enc-type --enc-poly --itl-type --itl-path \\\n--itl-cols --itl-uni --dec-type -D --dec-implem --dec-ite -i \\\n--dec-sf --dec-s...
C++
MIT License
aff3ct/aff3ct
Update the completion script + remove useless throw.
8,490
13.04.2017 09:32:25
-7,200
9c99e92ade3f0b25b8450066aff57d1617fd4294
Add the puncturing in non bufferized mode (turbo code).
[ { "change_type": "MODIFY", "old_path": "src/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "@@ -22,9 +22,6 @@ Puncturer_turbo<B,Q>\nif (tail_bits < 0)\nthrow std::invalid_argument(\"aff3ct::module::Puncturer_turbo: \\\"tail_bits\\\"...
C++
MIT License
aff3ct/aff3ct
Add the puncturing in non bufferized mode (turbo code).
8,486
13.04.2017 12:04:08
-7,200
01f2946312dd302176cb1a53b9ac84fa6b4e9cce
Fix compilation error with Clang.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.cpp", "new_path": "src/Module/Encoder/LDPC/DVBS2/Encoder_LDPC_DVBS2.cpp", "diff": "@@ -129,11 +129,11 @@ void Encoder_LDPC_DVBS2<B>\n// ===========================================================================...
C++
MIT License
aff3ct/aff3ct
Fix compilation error with Clang.
8,490
13.04.2017 13:42:43
-7,200
901d40a2ba8954bdde268a4aa5b0b952eb12011a
Update header file.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "//find ./src/ -type f -follow -print | grep \"[.]h$\"\n-// #include <Tools/types.h>\n+#include <Tools/general_utils.h>\n+#include <Tools/types.h>\n#include <Tools/Math/matrix.h>\n#include <Tools/Math/util...
C++
MIT License
aff3ct/aff3ct
Update header file.
8,490
19.04.2017 09:16:40
-7,200
3dc4f8a665e1a8d5e5c23ff1c731e653576e556b
Use GA frozen bits generator by default.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "@@ -21,7 +21,7 @@ Launcher_BFER_polar<B,R,Q>\nthis->params.code .type = \"POLAR\";\nthis->params.code .awgn_fb_path = \"../conf/cde/awgn_p...
C++
MIT License
aff3ct/aff3ct
Use GA frozen bits generator by default.
8,490
19.04.2017 09:30:57
-7,200
6272797aa8d450af811effeb8e753a4ef4b2c7d2
Default CRC type: FAST + default L = 8.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "@@ -22,14 +22,14 @@ Launcher_BFER_polar<B,R,Q>\nthis->params.code .awgn_fb_path = \"../conf/cde/awgn_polar_codes/TV\";\nthis->params.code ...
C++
MIT License
aff3ct/aff3ct
Default CRC type: FAST + default L = 8.
8,490
19.04.2017 10:50:54
-7,200
7c0205e77ea5c82794bf72eda1b4ecba7627954e
Fix MSVC compilation errors and warnings.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive.hxx", "new_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive.hxx", "diff": "@@ -21,7 +21,7 @@ Decoder_polar_SCAN_naive<B,R,I,F,V,H>\n::Decoder_polar_SCAN_naive(const int &K, const int &N, cons...
C++
MIT License
aff3ct/aff3ct
Fix MSVC compilation errors and warnings.
8,490
19.04.2017 15:46:54
-7,200
0fd18d67cc2aa78eab80fdde3e349d6ab9aad99b
Force the inlining of the Frozen bits extraction.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hxx", "diff": "#include \"Tools/Code/Polar/Patterns/Pattern_polar_spc.hpp\"\n#include \"Tools/Code/Polar/Patterns/Pattern_polar_std.h...
C++
MIT License
aff3ct/aff3ct
Force the inlining of the Frozen bits extraction.
8,490
21.04.2017 10:12:34
-7,200
8f3262419243ab47334d3a18dd116049522ba228
LDPC systematic encoding on.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -15,7 +15,7 @@ Launcher_BFER_LDPC<B,R,Q>\n{\nthis->params.code .type = \"LDPC\";\nthis->params.encoder .type = \"AZCW\";\n- this->params.en...
C++
MIT License
aff3ct/aff3ct
LDPC systematic encoding on.
8,490
21.04.2017 10:59:35
-7,200
4f7b0660aa563e3d160dcf885ec574b8c804f569
Add exceptions when SPA is called on fixed-point LLRs.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/LSPA/Decoder_LDPC_BP_flooding_log_sum_product.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/LSPA/Decoder_LDPC_BP_flooding_log_sum_product.cpp", "diff": "+#include <stdexcept>\n+#include <typeinfo>\n#include <limits>...
C++
MIT License
aff3ct/aff3ct
Add exceptions when SPA is called on fixed-point LLRs.