How to fix the jiggly issue

4 visualizaciones (últimos 30 días)
FEM_Duck
FEM_Duck el 7 de Ag. de 2024
Comentada: FEM_Duck el 15 de Ag. de 2024
I am post-processing Abaqus data on Matlab. Overall the data looks good, however, in some areas it seems to be jiggly.
I've looked up for the causes, but couldn't.
Help me please.
  2 comentarios
Walter Roberson
Walter Roberson el 7 de Ag. de 2024
median filter, or low pass filter ?
Jatin
Jatin el 7 de Ag. de 2024
Hi @FEM_Duck, There can be many reasons for jiggly or noisy data, inherently its becuase of the data that you have, Kindly provide tha data that you are using for better understanding.

Iniciar sesión para comentar.

Respuestas (1)

Deep
Deep el 9 de Ag. de 2024
The reason why your data contains noise usually depends on the data collection method and will require an investigation on that part. If you wish to filter the noisy datapoints in post-processing, you can use the Smooth Data task in a live script.
Open a new live script, insert the Smooth Data task from the Live Editor tab, and adjust the settings until you get an acceptable result.
You can then click “Show code” on this task to obtain the corresponding MATLAB code, and move it from the Live Editor to any MATLAB script.
For more information, refer to the “Smooth Data Task” documentation: https://www.mathworks.com/help/matlab/ref/smoothdatatask.html
Hope this helps!
  3 comentarios
Walter Roberson
Walter Roberson el 14 de Ag. de 2024
It would help if you were to attach the data
FEM_Duck
FEM_Duck el 15 de Ag. de 2024
attached! The Abaqus data seems to have some errors, maybe?

Iniciar sesión para comentar.

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by