フィルターのクリア

Difference b/w virtual and non virtual bus?

320 ビュー (過去 30 日間)
Sukumar Paul
Sukumar Paul 2012 年 4 月 26 日
編集済み: Rena Berman 2022 年 4 月 1 日
hey, can anyone explain me the difference b/w virtual and non virtual bus? if possible, give a real life example for better understanding.

回答 (2 件)

Guy Rouleau
Guy Rouleau 2012 年 4 月 26 日
A virtual bus is just a visual representation in the Simulink editor. It makes your model look nicer and easier to manage when you have many signals. It does not affect how the signal is stored in memory.
With a nonvirtual bus, the data is stored as a structure in a contiguous piece of memory. Because of that, nonvirtual have more constraints.
Consider nonvirtual bus only if you have code generation constraints requiring it.
  1 件のコメント
Aditya gandi
Aditya gandi 2017 年 6 月 8 日
Can you provide any real life examples to support your statements?

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


Kaustubha Govind
Kaustubha Govind 2012 年 4 月 26 日
編集済み: Rena Berman 2022 年 4 月 1 日
A bus signal is simple a structure signal containing numeric elements. When a bus signal has a Simulink.Bus object associated with it, it becomes a non-virtual bus. See the blog post Nonvirtual Bus Signals for a more detailed explanation. The documentation on Types of Composite Signals also is a good reference.
AFAIK, there is no "real world" example - the difference is only in how Simulink treats the signals.
  2 件のコメント
Guy Rouleau
Guy Rouleau 2012 年 4 月 26 日
A little precision... virtual buses can have a an associated bus object. This is not required, but can be be used for validation or initialization.
Non-virtual buses need a bus object.
Kaustubha Govind
Kaustubha Govind 2012 年 4 月 27 日
Ah! There's something new I learned today. :)

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

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by