Dealing with multiple signal selection
Afficher commentaires plus anciens
Hi,
I am trying to use simulink to test multiple actuators depending on the type of control, longitudinal, collective, lateral etc.. I have my simulink model set up where I can make the actuator type selection via GUI to feed my simulink model the parameters for a longitudinal, collective, lateral control etc.
I am at the point where I want to use the signal generator to test various performance requirements specific to each actuator. Is there a way I can select which index signal I want run without simulink generating all the signals in the signal generator? I have tried doing this manually using a multichannel switch, but the run time is slow because simulink calculates the signals even if they are unused.. So what I am looking for is the most efficient way that can be interfaced with GUI.
Réponses (4)
Azzi Abdelmalek
le 25 Sep 2012
Modifié(e) : Azzi Abdelmalek
le 26 Sep 2012
0 votes
try switch case action subsystem block or if action subsystem block

Michael
le 25 Sep 2012
0 votes
1 commentaire
Azzi Abdelmalek
le 26 Sep 2012
look at the above figure, place in each if action subsystem your generator
Michael
le 26 Sep 2012
0 votes
1 commentaire
Azzi Abdelmalek
le 26 Sep 2012
Michael, don't reply to a comment with an answer, just click on comment this answer.
I want to know, how many differents signals are you using? what kind of signals? Is a signal builder necessery?
Catégories
En savoir plus sur Signal Generation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!