Skip to content
Snippets Groups Projects
Commit 727e29e3 authored by Cedric Roux's avatar Cedric Roux
Browse files

Merge remote-tracking branch 'origin/ulsch-rx-2ant-fix' into develop_integration_2018_w10

fixes small bug in ulsim which kills one RX antenna in channel simulation.
Another simple but bad bug in ulsch_demodulation.c (bad access of avgU
array). This probably resulted in a performance degradation for non-ideal
channels, even for 1 antenna. The avgU was read in position 1 instead of
0 for 1-antenna and in positions 1 and 2 instead of 0 and 1 for 2-antennas.
parents 3e99c7aa 957cdbab
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment