how to get the FFT of a pulse
8 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Star Strider
2022 年 9 月 1 日
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 件のコメント
Star Strider
2022 年 9 月 6 日
I am not aware of any, however the problem as stated is a bit ambiguous, so other options may exist.
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!