equation for delaying signal

2 次查看(过去 30 天)
x=vco(driver,fc,fs);
i want to make ddelay for this signal by Td

采纳的回答

Walter Roberson
Walter Roberson 2012-5-14
round(Td * fs) would give you the number of full samples of 0 to pad x with. However if you need a delay of a fraction of fs then the work involved is more difficult.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by