mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
increase power of S&C symbol by two
This commit is contained in:
parent
c81f3a15f9
commit
5270c7d38f
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ struct Encoder
|
|||
void schmidl_cox()
|
||||
{
|
||||
CODE::MLS seq0(mls0_poly);
|
||||
value mls0_fac = std::sqrt(value(symbol_len) / value(mls0_len));
|
||||
value mls0_fac = std::sqrt(value(2 * symbol_len) / value(mls0_len));
|
||||
for (int i = 0; i < symbol_len; ++i)
|
||||
fdom[i] = 0;
|
||||
fdom[bin(mls0_off-2)] = mls0_fac;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue