Separate a signal in two signals with Simulink
51 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hamda Zarrouk
el 7 de Feb. de 2023
Editada: Fangjun Jiang
el 7 de Feb. de 2023
Hello,
So I imported a table of 1024*1000 it is basically signals when plotted. I need to separate the signals into channel left and channel right. To do that on table receives all the pair-index-columns and the other all the impair-index-columns.
In MATLAB it is easy to do but I need to so the same thing in Simulink which is with what I am struggling right now.
Thank you
2 comentarios
Fangjun Jiang
el 7 de Feb. de 2023
?? "To do that on table receives all the pair-index-columns and the other all the impair-index-columns"
Respuesta aceptada
Fangjun Jiang
el 7 de Feb. de 2023
Editada: Fangjun Jiang
el 7 de Feb. de 2023
- Pre-process the data in MATLAB and then import the two splitted data sets into Simulink. Or
- Use the "Selector" block. In the dialog, select "Index vector (dialog)" and specify [1:2:end] or [2:2:end]
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!