i have m-file code and a simulink model can i convert m-file code to block in simulink which i can make its input port a sinusoidal signal and its output port frequency of this signal m-file code: {%x input signal and fre output y=fft(x)/fs; y=fftshift(y); y=abs(y); fre=.5*fs+1-find(y==max(y),1);}

 採用された回答

Kaustubha Govind
Kaustubha Govind 2012 年 3 月 19 日

0 投票

6 件のコメント

mohamed  al-asklany
mohamed al-asklany 2012 年 3 月 19 日
i did not want to call simulink but i want to build a block in simulink with code like the above code
Kaustubha Govind
Kaustubha Govind 2012 年 3 月 20 日
Isn't that exactly what the first sentence in that answer explains?
mohamed  al-asklany
mohamed al-asklany 2012 年 3 月 20 日
yes, i need to make function which connected simulink with m-file with gui simultaneously (i make radar system output of simulink model is fft of extracted signal then output of m-file is the freq of signal then calculate range then plot x-point in graph)
Kaustubha Govind
Kaustubha Govind 2012 年 3 月 21 日
So that answers your question then? If yes, please accept the answer.
mohamed  al-asklany
mohamed al-asklany 2012 年 3 月 22 日
if i use simulation time inf.?
Kaustubha Govind
Kaustubha Govind 2012 年 3 月 22 日
You can use any simulation time, that doesn't affect the operation of the block - the model will just keep running until you stop it.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProgrammatic Model Editing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by