equation for delaying signal
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
x=vco(driver,fc,fs);
i want to make ddelay for this signal by Td
0 comentarios
Respuesta aceptada
Walter Roberson
el 14 de Mayo de 2012
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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!