How to do time shift property?

조회 수: 6 (최근 30일)
Jun Park
Jun Park 2016년 5월 31일
답변: Sk Group 2021년 10월 27일
Have any idea how to coding a time shift of g(t)=sin4t

답변 (2개)

Ahmed Rashid
Ahmed Rashid 2016년 5월 31일
g = sin(4(t-t_shift));
If this is what you want.
  댓글 수: 2
Jun Park
Jun Park 2016년 5월 31일
Thats all?how about the full coding when the time shift is equal to 4?
Ahmed Rashid
Ahmed Rashid 2016년 5월 31일
Just type
t_shift = 4;
Before the above code.

댓글을 달려면 로그인하십시오.


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

Community Treasure Hunt

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

Start Hunting!

Translated by