How to do time shift property?
古いコメントを表示
Have any idea how to coding a time shift of g(t)=sin4t
回答 (2 件)
Ahmed Rashid
2016 年 5 月 31 日
g = sin(4(t-t_shift));
If this is what you want.
2 件のコメント
Jun Park
2016 年 5 月 31 日
Ahmed Rashid
2016 年 5 月 31 日
Just type
t_shift = 4;
Before the above code.
Sk Group
2021 年 10 月 27 日
0 投票
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/
カテゴリ
ヘルプ センター および File Exchange で Fast Fourier Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
