How to do time shift property?
Ältere Kommentare anzeigen
Have any idea how to coding a time shift of g(t)=sin4t
Antworten (2)
Ahmed Rashid
am 31 Mai 2016
g = sin(4(t-t_shift));
If this is what you want.
2 Kommentare
Jun Park
am 31 Mai 2016
Ahmed Rashid
am 31 Mai 2016
Just type
t_shift = 4;
Before the above code.
Sk Group
am 27 Okt. 2021
0 Stimmen
Time shifting Prove: DFT{x(n-l)} = X(K)e^(-j(2*pi/N)kl
For detailed post and complete code visit: https://www.swebllc.com/time-shifting-property-in-matlab-complete-prove-code-output/
Kategorien
Mehr zu Fast Fourier Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
