Python for Engineers: Analyzing a Vibration Signal with the FFT
Extracting a frequency spectrum from an acceleration signal using NumPy and SciPy. Sampling, windowing and the practical use of the FFT in an engineering context.
2 min read
Tags
2 posts
Extracting a frequency spectrum from an acceleration signal using NumPy and SciPy. Sampling, windowing and the practical use of the FFT in an engineering context.
Natural frequencies, mode shapes and damping ratios: a hands-on guide to the core ideas behind modal analysis, why it matters, and how it is used in both CAE and physical testing.