Tagged Questions
0
votes
0answers
27 views
Bit packing blocks in Simulink?
Could anyone please explain to me what the bit packing blocks in Simulink do? I am currently learning programming, Simulink and control theory so I am not very proficient. I tried using the help ...
0
votes
3answers
23 views
Packing characters into bits?
I am trying to pack characters into bits in terms of 0's and 1's.
I have looked up many websites about bit-packing but I did not get any of them.
I just want a simple idea about bit-packing, and how ...
9
votes
1answer
651 views
What is the most efficient way in Java to pack bits into byte[] and read it back?
I currently use these two functions to pack and read bits in a byte array. Wondering if anybody has any better ideas or faster ways to do it?
Edited the program with a few more optimization and ...
2
votes
1answer
1k views
Bit packing in C
I'm trying to convert an RGB image to an ARGB image, basically just adding 255 in for the alpha channel. I was wondering if there is any pack method to do this without iteration? So to iterate over my ...
