how can i solve this numerical?
4 ビュー (過去 30 日間)
古いコメントを表示
Consider x(t) = 1.5sin(πt)[u(t) − u(t − 1)] and h(t) = 1.5[u(t) − u(t − 1.5)] − u(t − 2) + u(t − 2.5). Compute the output y(t) = x(t) ∗ h(t) using MATLAB.
回答 (1 件)
Awais Saeed
2021 年 8 月 5 日
Define your x(t) and y(t) and multiply them using conv function. Read the documentation about conv.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!