Skip to content

Line 183 (BlockFloatCompander::BlockFloatExpand_Basic) Func.#1

Open
medditharun wants to merge 1 commit intoo-ran-sc:masterfrom
medditharun:master
Open

Line 183 (BlockFloatCompander::BlockFloatExpand_Basic) Func.#1
medditharun wants to merge 1 commit intoo-ran-sc:masterfrom
medditharun:master

Conversation

@medditharun
Copy link
Copy Markdown

Consider iqwidth = 8, thisExp = 3. In this case how can just left shifting can perform Decompression?
I mean if
thisData = SXXX XXXX;
dataExpanded = thisData<<3;
= 0000 0000 SXXX XXXX;
But we need ,
dataExpanded = S000 0000 0XXX XXXX;

Consider iqwidth = 8, thisExp = 3. In this case how can just left shifting can perform Compression?
I mean if 
thisData = SXXX XXXX;
dataExpanded  =  thisData<<3;
                          = 0000 0000 SXXX XXXX;
But we need , 
dataExpanded = S000 0000 0XXX XXXX;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant