how can i solve this numerical?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (1)
Awais Saeed
il 5 Ago 2021
Define your x(t) and y(t) and multiply them using conv function. Read the documentation about conv.
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!