Filter löschen
Filter löschen

Some questions about simulink.

5 Ansichten (letzte 30 Tage)
Gun-min Kim
Gun-min Kim am 17 Mai 2012
Hello all!
I am currently doing real-time speech processing with 'Queue(FIFO buffer)' using simulink.
Now, I built overall system diagram but have some problems to be executed. (like this : http://www.flickr.com/photos/52197146@N07/7216105684/in/photostream)
(1) How can I load variable or .mat file from MATLAB workspace? I used 'from workspace' or 'from file' block, but it reads the data 'along time', which is unnecessary for my system.
(2) I want to execute my system basically in MATLAB workspace. Only recording and pre-processing of recording data in FIFO is done by simulink. And processed data should be passed to MATLAB workspace.
But I don't know how to execute simulink simulation in the middle of excuting MATLAB. Is there anyone who can give me some advice? I really appreciate all of your comments.

Akzeptierte Antwort

K E
K E am 17 Mai 2012
Yes, it is possible to run a Matlab script to execute simulations using the sim command. And if the variables that you want to load are meant to be parameters, for example a gain that you will vary for a parameter study, this can be done in your Matlab script with the set_param command. This recent answer has some more details.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Real-Time finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by