Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
ref:octave:filter_design [2018/05/26 17:54]
mike
ref:octave:filter_design [2018/05/26 18:00]
mike
Line 15: Line 15:
 freqz(fir1(63,​0.125)) freqz(fir1(63,​0.125))
 </​code>​ </​code>​
 +
 +The parks McClellan algorithm incorporates both the Remez exchange algorithm and the Chebyshev approximation theorem to achieve an optimal fit between your desired and actual filter response. ​
  
 <code matlab> <code matlab>