Add downlink PAPR measurement to eNB. #659
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduce signal measurements for eNB in terms of quality within power dynamics.
Future indicators for the generated signals can be added like e.g. CCDF (histogram like) to better reflect the PAPR presence.
Effective resulted PAPR for srseNB is 15dB on average, regardless PRBs and/or MIMO/SISO setup.
Experiments in lab condition (limited) with exposure to such high PAPR confirms the challenges as described below.
PAPR implications
Some of PAPR roles: https://www.mpdigest.com/2018/07/24/gans-role-in-5g
PAPR at 15dB is very high for practical on-air broadcast:
Various OFDM PAPR limits: https://www.mpdigest.com/wp-content/uploads/2018/07/Figure01.jpg
Suitable PAPR reduction
A good presentation for PAPR efforts can be found here available on public github
The classical Clipping is the simplest implementation but it degrades the BER.
The mentioned SelectiveMapping with this snippet fits srseNB, at cost of random phase elections, zero BER impact.
PAPRnet yields state-of-art, at cost of intense tensor-operators, it make sense if srseNB reach to GPU platforms in future.
@andrepuschmann @suttonpd
Please help with the review, looking forward for suggestions & enhanchments.
Thank You !
~cristian.