How can I mux or demux a bus of vectors?
Mostrar comentarios más antiguos
I'd like to have a top level model which contains bus type connections between subsystems. The bus contains both vectors of the same length. Inside subsystems, I'd like to be able to process data either using the vectors as a whole, or by selecting a single index from each vector combined together as a bus of scalars. I'm stuck on the latter issue. I'm looking for a demux block or selector for a bus of vectors. Is there a good way to do this? I have the same need for muxing to create bus of vectors.
Respuestas (2)
Kaustubha Govind
el 17 de Sept. de 2012
0 votos
2 comentarios
Lee
el 17 de Sept. de 2012
Kaustubha Govind
el 17 de Sept. de 2012
Lee: I think you might be able to use the Bus To Vector block to convert your bus of scalars to a vector. But you will need to use a Bus Creator for the reverse process.
Guy Rouleau
el 18 de Sept. de 2012
0 votos
You are making a bus of vectors. Based on your description you should go for an array of buses.
Then you could use the For Each subsystem to process the elements more efficiently.
See:
2 comentarios
Lee
el 21 de Sept. de 2012
Guy Rouleau
el 21 de Sept. de 2012
This looks good. I can't think of a better way.
Categorías
Más información sobre Sources en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!