equation for delaying signal

1 回表示 (過去 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 Center および File ExchangeDescriptive Statistics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by