convert negative integer to n (>32) bits?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need convert negative integer to n (>32) bits binary. I fould 'Integer to Bit Converter' block having limit of number of bits up to 32, and functions 'de2bi' or 'dec2bin' only applicable for non-negtive integer. What can I do? Many thanks!!
5 Commenti
Risposte (1)
Walter Roberson
il 20 Dic 2011
The Fixed Point Toolbox is probably what you want.
5 Commenti
Fangjun Jiang
il 20 Dic 2011
The OP had another question indicating that. But I guess that MATLAB has a Fixed-Point Toolbox too.
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!