Articles

Helpful articles and resources from the engineering community.

Articles

A curated list of community discussions and technical guides that helped me better understand key concepts in modal analysis, laser vibrometry, and software engineering.

What Modal Impact Hammer Tip Should I Use?
Siemens Community

Guide on selecting the right impact hammer tip for modal testing — covering different tip materials, stiffness, and frequency range considerations.

What is a Frequency Response Function (FRF)?
Siemens Community

Introductory overview of the Frequency Response Function — explaining how it relates input forces to output responses and why it is fundamental to modal analysis.

Simcenter Testlab MIMO FRF Testing
Siemens Community

Overview of Multiple-Input Multiple-Output (MIMO) FRF testing in Simcenter Testlab — covering setup, execution, and benefits of MIMO techniques over traditional single-excitation methods.

Software Engineering

Javascript Variables: Should You Use let, var or const?
Medium Article - Sigu

Explains the differences between var, let, and const in JavaScript — covering scoping rules, hoisting, and when to use each declaration keyword.