Skip to content

Commit

Permalink
set default setting of QI and QO quantizer to 'w_a_m': 'm'
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Münker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Nov 21, 2023
1 parent de75954 commit ee033e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyfda/filterbroker.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@

'fxqc':{
# Input quantization
'QI': {'wdg_name': 'QI', 'WI': 0, 'WF': 15, 'w_a_m': 'a',
'QI': {'wdg_name': 'QI', 'WI': 0, 'WF': 15, 'w_a_m': 'm',
'ovfl': 'sat', 'quant': 'round', 'N_over': 0},
# Output quantization
'QO': {'wdg_name': 'QO', 'WI': 0, 'WF': 15, 'w_a_m': 'a',
'QO': {'wdg_name': 'QO', 'WI': 0, 'WF': 15, 'w_a_m': 'm',
'ovfl': 'wrap', 'quant': 'floor', 'N_over': 0},
# 'b' coefficient quantization
'QCB': {'wdg_name': 'QCB', 'WI': 0, 'WF': 15, 'w_a_m': 'a',
Expand Down

0 comments on commit ee033e6

Please sign in to comment.