Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ref:octave:filter_design [2017/02/22 06:22]
mike
ref:octave:filter_design [2017/02/25 18:08]
mike
Line 31: Line 31:
  
 === Example of 100dB filter === === Example of 100dB filter ===
-{{:​ref:​octave:​remez_100db.png|}} 
 <code matlab> <code matlab>
 # example of 100dB filter # example of 100dB filter
Line 38: Line 37:
 freqz(remez(128,​f,​a));​ freqz(remez(128,​f,​a));​
 </​code>​ </​code>​
 +{{:​ref:​octave:​remez_100db.png|}}
 +