what can we used instead of gateway in and out and adc in matlab 2024Rb for old model

7 次查看(过去 30 天)
In the old model A unit power AC/DC converter they used ADC and gateway in and gateway out But after 2024Rb updated these are all removed so what we can use instead of fixed point gateway toolbox

回答(1 个)

Vinay
Vinay 2024-12-17
编辑:Vinay 2024-12-17
The "Gateway In" block converts a Simulink data type to a Fixed-Point Blockset data type. The "Data type conversion" block in the simulink provides the functionality to convert the data type to fixed point.
The output data type conversion and scaling can be specified in the "Data conversion block" using the back propagation by following belowsteps.
  • Click on the ">>" to show data type assistant.
  • Choose "Mode" as fixed point and "Scaling" as slope and bias.
Kindly refer to the below documentations for more details.
Hope this would resolve the issue!

标签

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by