equation for delaying signal
조회 수: 2 (최근 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!