How to delay signals buy 1/4 cycle

1 次查看(过去 30 天)
Amit Aryal
Amit Aryal 2015-3-27
评论: Adam 2015-3-27
x=0:0.01:2*pi y=cos(x) plot(x,y)
need a additional 1/4 cycle time delayed signal on the same axis as x
I don't want to use shift by pi/4 cycle because I am trying to simulate what happens with real tine signals in a DSP. I would like a solution with a 1/4 cycle delay function if its possible in matlab. Thanks
  1 个评论
Adam
Adam 2015-3-27
I'm not really sure what you are looking for if you don't want to shift the signal.
cos( x + pi/2 )
is a 1/4 cycle time delayed signal isn't it? (possibly -pi/2 instead...)

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by