I found what I needed. There is a demo called "Variable Transport Delay" in the help files. (I don't need the variable delay, but it is simple to make that a constant.) The code shows how to encapsulate the block in a .ssc file. It also shows the use of a function called delay(x,tau,...) that delays the signal x by the time tau.
What function in Matlab is equivalent to the block in Simulink "Transport Delay"?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Steve Thompson
il 18 Dic 2017
Commentato: Birdman
il 21 Dic 2017
I am trying to write a SimScape component file (.ssc) that uses a function that gives the same result as the Transport Delay block in Simulink. I can implement the functionality that I need within a SimScape model. However, I would like to encapsulate a part of this model in a component that is easily reused within a library.
What function in Matlab will implement the capability of the Transport Delay block?
0 Commenti
Risposta accettata
Più risposte (2)
Vedere anche
Categorie
Scopri di più su Composite Components in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!