How to do time shift property?

1 view (last 30 days)
Jun Park
Jun Park on 31 May 2016
Answered: Sk Group on 27 Oct 2021
Have any idea how to coding a time shift of g(t)=sin4t

Answers (2)

Ahmed Rashid
Ahmed Rashid on 31 May 2016
g = sin(4(t-t_shift));
If this is what you want.
  2 Comments
Jun Park
Jun Park on 31 May 2016
Thats all?how about the full coding when the time shift is equal to 4?
Ahmed Rashid
Ahmed Rashid on 31 May 2016
Just type
t_shift = 4;
Before the above code.

Sign in to comment.


Sk Group
Sk Group on 27 Oct 2021
Time shifting Prove: DFT{x(n-l)} = X(K)e^(-j(2*pi/N)kl

Categories

Find more on Statistics and Machine Learning 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!