Synthesising a different kind of discrete signal
3 views (last 30 days)
Show older comments
Jonathan George
on 26 Mar 2022
Answered: Walter Roberson
on 26 Mar 2022
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 Comments
Accepted Answer
Walter Roberson
on 26 Mar 2022
You would vectorize. For example,
format long g
t = 1 : 10
y = exp(-t/sqrt(7)+sqrt(5))
stairs(t, y)
0 Comments
More Answers (0)
See Also
Categories
Find more on Signal Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!