Commit 7500911a authored by Florian Kaltenberger's avatar Florian Kaltenberger

applying fix from @heng_great

parent 609ec018
...@@ -701,8 +701,10 @@ int main(int argc, char **argv) ...@@ -701,8 +701,10 @@ int main(int argc, char **argv)
//n_errors2 = 0; //n_errors2 = 0;
//n_alamouti = 0; //n_alamouti = 0;
n_false_positive = 0;
for (trial = 0; trial < n_trials; trial++) { for (trial = 0; trial < n_trials; trial++) {
errors_bit = 0;
//multipath channel //multipath channel
//multipath_channel(gNB2UE,s_re,s_im,r_re,r_im,frame_length_complex_samples,0); //multipath_channel(gNB2UE,s_re,s_im,r_re,r_im,frame_length_complex_samples,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