Synthesising a different kind of discrete signal
5 次查看(过去 30 天)
显示 更早的评论
How would you go about synthesising a discrete signal given by the expression x[n]=9cos(1.7nT+3.74) for 0<=n<=1654, when the sampling period is 0.544? The manner of signal is much different from my last question.
Thank you in advance.
2 个评论
采纳的回答
Walter Roberson
2022-3-26
You would vectorize. For example,
format long g
t = 1 : 10
y = exp(-t/sqrt(7)+sqrt(5))
stairs(t, y)
0 个评论
更多回答(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!