Commit 586ccd73 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Merge branch 'guofei9987-patch-1'

parents ce4fefab 7fa7bd65
...@@ -68,7 +68,7 @@ apply_frame_mod (const vector<FrameMod>& frame_mod, const vector<complex<float>> ...@@ -68,7 +68,7 @@ apply_frame_mod (const vector<FrameMod>& frame_mod, const vector<complex<float>>
int data_bit_sign = (frame_mod[i] == FrameMod::UP) ? 1 : -1; int data_bit_sign = (frame_mod[i] == FrameMod::UP) ? 1 : -1;
/* /*
* for up bands, we want do use [for a 1 bit] (pow (mag, 1 - water_delta)) * for up bands, we want to use [for a 1 bit] (pow (mag, 1 - water_delta))
* *
* this actually increases the amount of energy because mag is less than 1.0 * this actually increases the amount of energy because mag is less than 1.0
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment