Difference between a vector and a bus signal

5 Ansichten (letzte 30 Tage)
Sai Sandeep Lolla
Sai Sandeep Lolla am 2 Sep. 2019
Bearbeitet: Jim Riggs am 3 Sep. 2019
what does a bus to vector convertor block in simulink actually does, what is the differenc between the bus and vector signal

Antworten (1)

Jim Riggs
Jim Riggs am 3 Sep. 2019
Bearbeitet: Jim Riggs am 3 Sep. 2019
A bus signal is like a C++ structure. It can contain a variety of different signal types.
A vector is an array, all elements are of the same type.
In order to convert a Bus signal to a vector, all of the signals in the Bus must be of the same type.

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by