フィルターのクリア

Obtain plot for displacement history.

3 ビュー (過去 30 日間)
Juan Gonzalez
Juan Gonzalez 2022 年 12 月 28 日
コメント済み: Mathieu NOE 2023 年 1 月 2 日
Y = fft(diff(strainoption2));
L = size(diff(strainoption2));
L = L(1);
P2 = abs(Y/L);
P1 = P2(1:L/2+1);
P1(2:end-1) = 2*P1(2:end-1);
f = Fs*(0:(L/2))/L;
figure()
plot(f,P1)
  1 件のコメント
Mathieu NOE
Mathieu NOE 2023 年 1 月 2 日
hello
what is your question ??

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by