equation for delaying signal
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
x=vco(driver,fc,fs);
i want to make ddelay for this signal by Td
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 14 Mag 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 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Signal Processing Toolbox in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

