Skip to content

Commit

Permalink
Fix documentation in filters.lib (#30)
Browse files Browse the repository at this point in the history
Correct description of mth_octave_filterbank_default
  • Loading branch information
dfaligertwood authored and josmithiii committed May 1, 2017
1 parent f6afd8a commit ce5f468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/filters.lib
Original file line number Diff line number Diff line change
Expand Up @@ -2061,9 +2061,9 @@ levelfilterN(N,freq,L) = seq(i,N,levelfilter((L/N),freq));
// Also for convenience:
//
// ```
// _ : mth_octave_filterbank3(M,ftop,N) : par(i,N,_); // 3d-order Butterworth
// _ : mth_octave_filterbank5(M,ftop,N) : par(i,N,_); // 5th-roder Butterworth
// mth_octave_filterbank_default = mth_octave_analyzer6e;
// _ : mth_octave_filterbank3(M,ftop,N) : par(i,N,_); // 3rd-order Butterworth
// _ : mth_octave_filterbank5(M,ftop,N) : par(i,N,_); // 5th-order Butterworth
// mth_octave_filterbank_default = mth_octave_filterbank5;
// ```
//
// Where:
Expand Down

0 comments on commit ce5f468

Please sign in to comment.