How is the number of floating point operations calculated in Matlab / Simulink?

3 ビュー (過去 30 日間)
hamza ünsal
hamza ünsal 2018 年 4 月 19 日
コメント済み: Walter Roberson 2018 年 4 月 19 日
Matlab, Simulink, floating point operation.
  2 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 4 月 19 日
Read Here
https://in.mathworks.com/help/matlab/matlab_prog/floating-point-numbers.html
Walter Roberson
Walter Roberson 2018 年 4 月 19 日
That describes what floating point numbers are, but has nothing to do with calculating the number of floating point operations that have occurred. https://en.wikipedia.org/wiki/FLOPS

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

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 4 月 19 日
MATLAB and Simulink do not calculate the number of floating point operations.
If there is any exception to this, it would be in the modeling of timing for HDL/VHDL/FPGA -- and those tend to generate fixed-point operations rather than floating point operations. Those also tend to work in parallel, generating individual adder circuits and so on that can all work at the same time, rather than using a CPU for which floating point operations counts might be meaningful.

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by