simulink &m-file

7 vues (au cours des 30 derniers jours)
mohamed  al-asklany
mohamed al-asklany le 19 Mar 2012
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);}

Réponse acceptée

Kaustubha Govind
Kaustubha Govind le 19 Mar 2012
  6 commentaires
mohamed  al-asklany
mohamed al-asklany le 22 Mar 2012
if i use simulation time inf.?
Kaustubha Govind
Kaustubha Govind le 22 Mar 2012
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by