mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
let's seem them both work together
This commit is contained in:
parent
ace307de9c
commit
5eb0e100a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue