How to delay time-domain signals other than adding zeros at the beginning

1 view (last 30 days)
Is there any way of delaying a time-domain signal other than concatenating it with zeros in the beginning ?

Answers (1)

Raj
Raj on 3 Jul 2019
Edited: Raj on 3 Jul 2019
You can use delayseq
Well, this also adds zeros at the beginning of your signal but you are not doing it manually and not altering your original signal. That's the only way to go about it. Hope this helps!

Community Treasure Hunt

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

Start Hunting!