Varying a sinusoidal input
古いコメントを表示
I am trying to create a sinusoidal model to simulate the sea as a fixed surface, but I'm not sure how to adapt a simple sinusoidal model so that the wave height and frequency varies within a range (more like the sea). I would change the range for varying sea states, but just need to see how to create a varying amplitude and frequency within a secified range.
5 件のコメント
darova
2020 年 4 月 13 日
Can you show something? Picture?
Reuben Salisbury
2020 年 4 月 13 日
darova
2020 年 4 月 13 日
Can you make a sketch? I don't understand
Reuben Salisbury
2020 年 4 月 13 日
darova
2020 年 4 月 13 日
try this madness
x = 0:0.01:10;
y = sin(20*x).*sin(x);
plot(x,y)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Model Order Reduction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
