Where do I use this? Vector to Bus and Bus to Vector
1 次查看(过去 30 天)
显示 更早的评论
Hi Anybody can explain me why and how to use the Vector to Bus/Bus to vector blocks? What is the advantage will I get?
0 个评论
回答(1 个)
Walter Roberson
2015-11-20
Well, for example, a memory chip is a vector of data, but you cannot afford to lay out direct tracks from every memory byte to every location it must go to, so you send the data over a bus.
Another example: you may have a bunch of data to transfer to or from an FPGA, but FPGAs have limited numbers of pins, so you make some of the pins in to a bus and send it in sequence.
Simulink usually abstractly sends each signal is parallel to where it needs to go, all flowing at the same rate for each time step. But you cannot always afford that many signal traces, so sometimes you have to limit the number of parallel paths and send the data in sequence over the restricted path, with that multiplexing happening within each time step.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!