How to turn a discrete to a continuous using t
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I want to turn a discrete value to a continous using a t as time.
(I also not sure what i asking is correct)
Basically, I want my "y" in continous time        
for i=0:1000                   %here we are generating the modulated wave
    if m(i+1)==0
        y(i+1)=c2(i+1);
        else
        y(i+1)=c1(i+1);
    end
end
y = mm
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Pole and Zero Locations 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!
