Skip to content

Commit a04e503

Browse files
committed
FIR group delay to zero
1 parent 59cd876 commit a04e503

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
@@ -321,7 +321,7 @@ def gen_filt_str(pass_type, filt_type, fs, f_db, db, pass_bw,
321321
if filt_type == 'FIR':
322322

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

327327
elif filt_type == 'IIR':

0 commit comments

Comments
 (0)