mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
use a lower magnitude for better performance
This commit is contained in:
parent
a45ae8a63b
commit
acfbe5fdf6
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ struct Encoder : public Common
|
|||
}
|
||||
void tone_reservation_kernel()
|
||||
{
|
||||
value mag = 1 / value(10 * reserved_tones);
|
||||
value mag(0.001);
|
||||
for (int i = 0; i < symbol_len; ++i)
|
||||
fdom[i] = 0;
|
||||
for (int i = 0; i < reserved_tones; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue