Converting from floating point to fixed point.
Mostra commenti meno recenti
How can i convert from floating point to two's complement? I need to convert a vector of filter coefficients from Filter Designer but I do not know how.
Risposta accettata
Più risposte (1)
ON
il 27 Set 2022
0 voti
1 Commento
Walter Roberson
il 27 Set 2022
int16(Value * 2^BitsAfterDecimalPoint)
Categorie
Scopri di più su Signal Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!