mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
increased amplitude to see PAPR reduction work
This commit is contained in:
parent
c8f1096474
commit
ace307de9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue