how to get the FFT of a pulse
8 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Star Strider
on 1 Sep 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 Comments
Star Strider
on 6 Sep 2022
I am not aware of any, however the problem as stated is a bit ambiguous, so other options may exist.
See Also
Categories
Find more on Spectral Measurements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!