how to get the FFT of a pulse
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hello, I have to simulate an experimental test that involves a hammering on an object to be tested. from it I measured the acceleration caused and the corresponding FFT, so now I have to simulate the test by creating an impulse by adding two steps (one positive and the other negative) obtained through the "stepin" function. I must then make the FFT of this signal
0 comentarios
Respuestas (1)
Star Strider
el 1 de Sept. de 2022
I am not familiar with the ‘stepin’ function. It might be easier to use lsim for this, and design your own input vector or vectors if you need separate positive and negative inputs. You can then calculate the fft of the input vector and the lsim output for each of them.
2 comentarios
Star Strider
el 6 de Sept. de 2022
I am not aware of any, however the problem as stated is a bit ambiguous, so other options may exist.
Ver también
Categorías
Más información sobre Spectral Measurements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!