how can i solve this numerical?
古いコメントを表示
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 件のコメント
KSSV
2021 年 8 月 5 日
What have you attempted for this simple home work?
回答 (1 件)
Awais Saeed
2021 年 8 月 5 日
0 投票
Define your x(t) and y(t) and multiply them using conv function. Read the documentation about conv.
カテゴリ
ヘルプ センター および File Exchange で MATLAB Coder についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!