Skip to content

Commit 59cd876

Browse files
committed
FIR direction updated to one-pass
1 parent 1607d16 commit 59cd876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurodsp/filt/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def gen_filt_str(pass_type, filt_type, fs, f_db, db, pass_bw,
322322

323323
filt_str.append('Phase: linear-phase')
324324
filt_str.append('Group Delay: {:1.4f} s'.format((len(f_db)-1) / (2 * fs)))
325-
filt_str.append('Direction: one-pass reverse')
325+
filt_str.append('Direction: one-pass')
326326

327327
elif filt_type == 'IIR':
328328

0 commit comments

Comments
 (0)