How can i plot these problems in matlab?? I have x and y coordinate of node 3 and node 4 .
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Prakash Chettri
am 31 Okt. 2020
Kommentiert: Prakash Chettri
am 31 Okt. 2020
2.The free vibration test is carried out on 2DOF building in shake table. The vibration response obtained from wireless accelerometer sensor both in x and y directions are attached for further data processing.
Write a code in MATLAB software to,
(a) Plot the time domain acceleration data
(b) Plot the frequency domain data
(c) Estimate the first two natural frequency of a structure.
i m beginner in matlab so please help.
0 Kommentare
Akzeptierte Antwort
KSSV
am 31 Okt. 2020
To plot the acceleration , time data you can use plot
plot(Time,acceleration)
To plot the frequency domain, you need to convert the aacceleration data to frequency. For this you have to use fft.
After converting to frequency, you can get your required frequencies.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Acoustics, Noise and Vibration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!