Synthesising a different kind of discrete signal
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jonathan George
le 26 Mar 2022
Réponse apportée : Walter Roberson
le 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 commentaires
Réponse acceptée
Walter Roberson
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Signal Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!