Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Efficient storage and manipulation of a binary sequence
Posted:
Jun 17, 1996 1:25 PM
|
|
I'm looking for pointers or hints on the processing of digital communications data within MATLAB. I would like to efficiently store and process a binary sequence of data. That is, I don't want to waist 4 bytes storing a "1" or "0". So, if I am processing the sequence "01000111", it would occupy less than 32 or 16 bytes (typical 8-element row or column vector), and I could efficiently perform bit-based operations with a second vector (say, bit-based exclusive-OR, etc.).
Thanks. I hope it's just a command suite I've missed.
davemj@netcom.com
-- David Jackson Remote Sensing Lab Electrical Engineering Georgia Tech, Atlanta Georgia
|
|
|
|