Skip to content

Commit 9d6fafc

Browse files
authored
Update Firfilt_FAQ.md
1 parent 22051a3 commit 9d6fafc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

others/Firfilt_FAQ.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ Sorry, I cannot comment on this. Just a general note: I’m sometimes lazily wri
256256

257257
### Q. Are there other Matlab/EEGLAB options I could use to design filters from the command line?
258258

259-
Matlab:
260259
```matlab
261260
b_high = minphaserceps( firws( 10, 1/5, 'high' ) ); % minimum-phase non-linear high-pass
262261
fsig_high = filter( b_high, 1, sig ); % causal filter

0 commit comments

Comments
 (0)