Serialize continuous column vector signal to scalar

2 Ansichten (letzte 30 Tage)
Rilwanu Ar Roiyyaan
Rilwanu Ar Roiyyaan am 20 Sep. 2022
Beantwortet: Vidip Jain am 5 Sep. 2023
Hello everyone
I have nx1 continuous input vector that I need to feed to my simscape network. This simscape network demands scalar input since it is a voltage controlled block. Is there any way to serialize this to scalar?
Thank you

Antworten (1)

Vidip Jain
Vidip Jain am 5 Sep. 2023
I understand that you want to feed a continuous input vector with nx1 dimensions into a Simulink/Simscape network that expects a scalar input, you can consider various approaches depending on the specific requirements of your system. Here are a few common strategies:
  • Signal Conditioning Block: You can create a custom Signal Conditioning block using Simulink or Simscape to perform continuous processing on the input vector and convert it into a scalar value. This block should take the nx1 continuous input vector as an input and use appropriate mathematical operations (such as integration, summation, or custom calculations) to generate a continuous scalar output.
  • Custom MATLAB Function: You can also create a custom MATLAB Function block within Simulink to perform complex continuous operations on the input vector. This MATLAB Function block can take the continuous vector as an input and return a continuous scalar output based on your defined computations.

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by