I would like to convert data of double type to single type before code generation in 2020A Simulink, without using Cast blocks on most functions.

1 Ansicht (letzte 30 Tage)
I would like to do this without using Cast blocks on most functions.
  1 Kommentar
Scott McNeil
Scott McNeil am 7 Mär. 2023
And what is the best way to build a model from the beginning in a smaller data type like uint16 wihout using many Cast blocks and Converters?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 7 Mär. 2023
  3 Kommentare
Fangjun Jiang
Fangjun Jiang am 7 Mär. 2023
The code generated after running set_param(gcs, 'DataTypeOverride', 'Single') shows using real32_T, which is float (single).
Scott McNeil
Scott McNeil am 8 Mär. 2023
Thank you Fangjun Jiang. This was very helpful to get our model into Single Floating point which was very helpful to the Software coding process. I have also learned that changing to Fixed point types requires much more involvement during the code generating process. Some of the tools shared in the article were very good to learn.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Coder finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by