fault in matlab help?
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Dries billiet
 am 20 Mär. 2014
  
    
    
    
    
    Kommentiert: Dries billiet
 am 24 Mär. 2014
            Hello,
I am working on my thesis and I have to use a matlab filter for this. When I using the example on this page butter I tried the exact same filter. But mine was all but stable. How is this possible? Can somebody try this aswell? Thank you!
[z,p,k] = butter(9,300/500,'high');
sos = zp2sos(z,p,k);
fvtool(sos,'Analysis','freq')
2 Kommentare
  Honglei Chen
    
      
 am 20 Mär. 2014
				
      Bearbeitet: Honglei Chen
    
      
 am 20 Mär. 2014
  
			What version are you using? It works fine for me in R2013b.
Akzeptierte Antwort
  Chad Greene
      
      
 am 20 Mär. 2014
        
      Bearbeitet: Chad Greene
      
      
 am 20 Mär. 2014
  
      Here's the result I get. Definitely does not match the documented example.

2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Digital Filter Design finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


