How to plot this signal?
    2 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Dick Rusell
 le 12 Sep 2014
  
    
    
    
    
    Modifié(e) : Honglei Chen
    
      
 le 12 Sep 2014
            I'm trying to plot this signal but I'm not sure where to start.
 y(n) = ax(n) + bx(n − 1) + cx(n − 2)
where a=b=c=1/3
0 commentaires
Réponse acceptée
  Honglei Chen
    
      
 le 12 Sep 2014
        
      Modifié(e) : Honglei Chen
    
      
 le 12 Sep 2014
  
      y = filter([a b c],1,x);
plot(y)
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!