Generate a pole-zero plot
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Nasser Alsalem
 le 7 Avr 2018
  
    
    
    
    
    Commenté : Walter Roberson
      
      
 le 7 Avr 2018
            How I can plot pole-zero using the MATLAB function zplane. for this transfer function:
0 commentaires
Réponse acceptée
  Walter Roberson
      
      
 le 7 Avr 2018
        You can create the require dynamic system using tf(), such as
 tf([1, -5.5216, 13.1528, ...], [1, -4.9694, ...])
2 commentaires
  Walter Roberson
      
      
 le 7 Avr 2018
				zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Digital Filter Analysis dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

