Info

This question is closed. Reopen it to edit or answer.

how i can convert signed integers into signed bit stream and then add those signed bit stream.finally convert that addition result into signed integer in matlab

1 view (last 30 days)
in my project i have to convert signed integers into signed bit stream and add those.again convert that added result into signed integer format i have tried but unable to get proper answers please send solution for it

Answers (1)

Jan
Jan on 24 Apr 2013
Edited: Jan on 24 Apr 2013
Please be more exact: What are "signed integers"? A DOUBLE or SINGLE vector, which contains integer values only? Or a INT8/16/32/64 vector? What exactly is a "signe bitstream"? Usually bits cannot carry a sign, because they are bits. Adding bits is not uniquely defined also. On the other hand the problem is most likely solved by a simple sum(data) already. Therefore we need more details to understand, what you want to do.
It is not the nature of this forum to send solutions, but we assists users in public discussions to solve their problem, such that other reader can profit also. Therefore the "sendit2me" tag is a really bad one: It means, that a reader thinks, that you do not want to share the results and invest own time and energy to solve the problem.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!