How to give Input as Acceleration Vs.Frequency?

1 vue (au cours des 30 derniers jours)
Arul Thm
Arul Thm le 1 Déc 2015
I need to give input plot as Acceleration density vs. Frequency to solve Random vibration problem in Simulink & Mat-lab Coding and I have the values for that plot. But in Mat-lab it showing Time in X-axis. What is the option to give input as Freq?

Réponses (1)

Image Analyst
Image Analyst le 3 Déc 2015
Have your frequencies vector be the first argument to plot():
plot(frequencies, amplitudes, 'b*-', 'LineWidth', 2);
That's MATLAB. I'm not sure how it's done in Simulink.

Catégories

En savoir plus sur Vibration Analysis dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by