SIMSCAPE MULTIBBODY CANTILEVER BEAM MODEL

5 views (last 30 days)
usha
usha on 24 Jun 2024
Answered: Kothuri on 23 Sep 2024
I CREATED A CANTILEVER BEAM SIMULATION IN SIMSCAPE MULTIBODY . IN THE SCOPE OF ACCELARATION AND TRANSLATION USING TRANSFORM SENSOR WHEN THE EXTERNAL FORCE ACTS IN Y DIRECTION AS ACHIRP SIGNAL. I AM NOT GETTING ANY PEAKS BECAUSE OF RESONANCE WHICH CLEARLY SHOWS IT VARIES LARGELY FROM PHYSICAL MODEL DATA.. HOW CAN I GET THE RESONANCE AND NATURAL FREQUENCY BEHAVIOUR IN THE BEAM OUTPUT DATA

Answers (1)

Kothuri
Kothuri on 23 Sep 2024
Hi Usha,
I understand that you are simulating a Cantilever beam using Simscape Multibody and are trying to get the resonant and the natural frequency in the beam.
You can try the following steps:
  • Ensure that the output data of the beam(acceleration, displacement etc.,) is accurate and the peak points in the data represent the resonant points.
  • Convert the time-domain data to frequency domain using Fast Fourier Transform(FFT) as it will indicate the dominant frequencies present in the data.
You can refer the below links for more info on FFT
  • Resonance occurs when the external force(chirp signal) frequency matches the natural frequency of the system.
  • From the frequency spectrum, identify the peak frequency corresponding to resonance and calculate the natural frequency of the cantilever beam.
  • The natural frequency of the cantilever beam can be calculated using the formula: NaturalFrequency = frequency(1)/(2*pi)
In this way you can calculate the resonant and natural frequency of the cantilever beam.
You can refer the below link for more info on the frequency calculation of the cantilever beam.

Categories

Find more on Simscape Multibody in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!