equation for delaying signal
1 回表示 (過去 30 日間)
古いコメントを表示
x=vco(driver,fc,fs);
i want to make ddelay for this signal by Td
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!