how to export signal from matlab environment to working model example for block in simulink
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to implement system level simulation of UWB receiver. I am generating uwb pulses from code(.m file).How can i transport this uwb pulses into LNA block that i use in work model.
Thank you in advance.
0 Kommentare
Akzeptierte Antwort
Kaustubha Govind
am 28 Feb. 2011
You can use the From Workspace block to read a variable from the base workspace and output it as a signal in your model. Note that the From Workspace block also expects you to specify timestamps for each input, so it knows what value to output at each time-step.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!