Filter löschen
Filter löschen

Synthesising a different kind of discrete signal

1 Ansicht (letzte 30 Tage)
Jonathan George
Jonathan George am 26 Mär. 2022
Beantwortet: Walter Roberson am 26 Mär. 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 Kommentare
Walter Roberson
Walter Roberson am 26 Mär. 2022
What is T?
The expression appears to be like π/2 nT + π + 0.6
Jonathan George
Jonathan George am 26 Mär. 2022
T is the sampling period, 0.544.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 26 Mär. 2022
You would vectorize. For example,
format long g
t = 1 : 10
t = 1×10
1 2 3 4 5 6 7 8 9 10
y = exp(-t/sqrt(7)+sqrt(5))
y = 1×10
6.41156572830059 4.39355648112345 3.01070586668356 2.06310078284575 1.41374980773773 0.968778905760277 0.663860439173399 0.454913582530617 0.311731736610963 0.21361568293896
stairs(t, y)

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by