フィルターのクリア

Could I use Simulink to generate signal to test Matlab code?

1 回表示 (過去 30 日間)
Chen Kevin
Chen Kevin 2020 年 4 月 19 日
コメント済み: Ameer Hamza 2020 年 4 月 19 日
Hi all,
I am fresh to use matlab, so I want to know if I can use Simulink to generate signal for me to test my analysis tools programmed by matlab recently.
Because it is quite time consuming for me to make a demanding signal with matlab...
In this mean time of COVID-19 caused home-office situation, no instruments (e.g. function generator or real experiment) besides me so I'm considering maybe Simulink can do a little bit replacement of them.
  2 件のコメント
Ameer Hamza
Ameer Hamza 2020 年 4 月 19 日
What type of signal do you want to make in Simulink? Is it described by a mathematical formula, differential equations?
Chen Kevin
Chen Kevin 2020 年 4 月 19 日
Hi Ameer good to see you,
For example, basic sine wave, pulse or maybe amiplitude varying sine waves and pulses

サインインしてコメントする。

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 4 月 19 日
The attached file (saved in R2020a) shows how to generate different types of signals in Simulink and export them to MATLAB's workspace. It uses 'To Workspace' blocks to send data from Simulink to MATLAB. You can plot these signals in MATLAB by using the 'out' struct given by the Simulink. For example,
plot(out.varAmpFreqSine)
  4 件のコメント
Chen Kevin
Chen Kevin 2020 年 4 月 19 日
編集済み: Chen Kevin 2020 年 4 月 19 日
Thanks!
To conclude, what I to have do is to use Simulink to generate signal, export it to the Matlab workspace and test my algorithm such as max value detection that you answered to me last time, am I right?
Ameer Hamza
Ameer Hamza 2020 年 4 月 19 日
Yes, this workflow seems correct.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTest Execution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by