let's seem them both work together

This commit is contained in:
Ahmet Inan 2023-12-15 10:50:29 +01:00
commit 5eb0e100a7

View file

@ -103,7 +103,7 @@ struct Encoder
for (int i = 0; i < symbol_len; ++i)
tdom[i] /= std::sqrt(value(4*symbol_len));
if (papr_reduction) {
// clipping_and_filtering();
clipping_and_filtering();
tone_reservation();
}
for (int i = 0; i < guard_len; ++i) {