how to convert decimal into binary?

if a =
-5932.62103114252
5931.17666698258
5797.34103035393
-6358.78042353988
-12430.1210180646
-9849.27324380255
-6386.88118380371
7783.15716000243
5177.38696737792
6082.47763148202
-4816.43707738488...........
of size 1000X1 double how to convert it into binary of same length as 1000X1 for modulation and to transmit

 採用された回答

Walter Roberson
Walter Roberson 2014 年 4 月 21 日

0 投票

4 件のコメント

ashok
ashok 2014 年 4 月 22 日
sir is there any direct function or comment for this
Walter Roberson
Walter Roberson 2014 年 4 月 22 日
If you want the result to be the same length, then
typecast(YourFloatingPointVector, 'uint64')
and the result will be a series of unsigned 64 bit integers that you can apply your integer transmission methods to.
ashok
ashok 2014 年 4 月 28 日
sir the streams has to be binary then only i can modulate sir ...
Jan
Jan 2014 年 4 月 28 日
@ashok: Accepting an answer means, that the problem is solved.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePHY Components についてさらに検索

質問済み:

2014 年 4 月 21 日

コメント済み:

Jan
2014 年 4 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by