Commit 7fa7bd65 authored by 郭飞's avatar 郭飞 Committed by Stefan Westerfeld

typo

want do use -> want to use
parent ce4fefab
......@@ -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;
/*
* 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
*/
......
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