increased amplitude to see PAPR reduction work

This commit is contained in:
Ahmet Inan 2023-12-15 10:45:50 +01:00
commit ace307de9c

View file

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