Generating a Discrete Version of a Signal

1 次查看(过去 30 天)
How would I generate the discrete version of x(t) = A cos(omega t ) (u(t) - u(t-tau)) ?
I am unsure of how the u(t) - u(t-tau) part.
  1 个评论
gonzalo Mier
gonzalo Mier 2019-5-6
The u(t) - u(t-tau) can be done as
heaviside(t) - heaviside(u-tau)
https://www.mathworks.com/help/symbolic/heaviside.html

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by