Skip to content

Commit

Permalink
FIR group delay to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhammonds committed Jun 3, 2021
1 parent 59cd876 commit a04e503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodsp/filt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def gen_filt_str(pass_type, filt_type, fs, f_db, db, pass_bw,
if filt_type == 'FIR':

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

elif filt_type == 'IIR':
Expand Down

0 comments on commit a04e503

Please sign in to comment.