Skip to content
Discussion options

You must be logged in to vote

Hi @mirazabal,
thanks for the report! I have to admit I didn't expect such a difference. I only have one suggestion - instead of std::vector<uint8_t> tmp(max_cb_length_bg*ls), I'd do std::vector<uint8_t> tmp(cb_length), so you can compare the bit-rate (or encoding time) for different codeblock lengths - right now, you're always writing the whole codeblock, that's why you get the same result for each two consecutive lines. Recall that, in NR, you'll need more or less redundancy bits depending on the redundancy version and the MCS (this was one of the reasons for separating the high-rate region from the rest), and, in my opinion, it's interesting to know at least the two extreme values. Of …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mirazabal
Comment options

@dvdgrgrtt
Comment options

Answer selected by mirazabal
@mirazabal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants