equation for delaying signal

조회 수: 2 (최근 30일)
mohamed  al-asklany
mohamed al-asklany 2012년 5월 2일
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에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by