Hossein Safar Yousefifard Thanks for replying me. In fact, I did experimental modal analysis in Artemis for the series of measurements that I have done for a damaged structure ( The method is roving hammer and I had 2 reference accelerometers).
the mode shape I obtained is not smooth and I wonder if there is measurement noise.
How I can improve and decrease the noise?
Is the position of the reference accelerometer matter in the roving hammer method?
About your first question, there are many methods to reduce noise in a signal but one the powerful one is high order butterworth filter which you can use it to filter some frequencies but you should be careful when you utilize it because you might eliminate some points of actual signal.
About your second question, sensor placement and array has been a challenging issue in SHM, but in your study it is not obvious the effects of sensor array i suggest you if it is possible, change the sensor placement and then compare them to see whether it has high effects on your mode shape results or not.
Of course in signal processing there are some methods for nonlinear and non-stationary signals which decompose the signal to its components and then they reconstruct it which leads to the more linear and more stationary signal. for example empirical mode decomposition (EMD) and its variants, variational mode decomposition (VMD). you can test the effects of them in your study specially VMD.
12 accelerometer is enough for alleviate uncertainty but you can consider other sensors as reference to see the changes.
All of the above mentioned signal processing methods should do before importing to ARTeMIS. At first reduce the noise using butterworth filter in MATLAB and extract the filtered signal afterward apply EMA using ARTeMIS on filtered signal.
you can search on google, github, stack overflow and other websites to find MATLAB and Python codes and scripts for noise reduction methods,
Hossein Safar Yousefifard Thank you very much. I have been considering the possibility of performing signal denoising in Artemis. Are you suggesting applying noise reduction techniques to the time-domain data obtained from accelerometers? If so, how can we ensure that these noise reduction methods do not eliminate the effect of damage?
another question, for a simply supported beam, the second mode shape is like sin(x). I exported the second mode in abaqus but it gave me the ABS value.
Do you have any idea how I can export real numbers (with sign)?
sure. Yes you should perform denoising method in time domain and then start to work on your acceleration signals.
one way to see that you have eliminate the noise ( not main signal point )is to observe modal frequency of structure before and after the damage occurrence. you should be careful that do not eliminate frequencies close to your structure frequency at different modes.
unfortunately I haven't worked with Abaqus software and I can not suggest you any idea. but if you can it is better to simulate your simple beam in MATLAB which is very popular and you can use scripts in github or other websites to perform all of your analysis and get your results.
Hossein Safar Yousefifard Dear Hossein, if you see the attached image you will see that in signal processing section in Artemis, there is some filters but if I enable them, the run bottom does not work anymore.