Converting from floating point to fixed point.
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
ON
2022 年 9 月 27 日
0 投票
1 件のコメント
Walter Roberson
2022 年 9 月 27 日
int16(Value * 2^BitsAfterDecimalPoint)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!