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!