Merge remote-tracking branch 'origin/fix_db_fixed' into integration_2026_w10 (!3914)
Fix dB_fixed() function - dB_fixed(0) returns 0 in develop branch; - 0 in dB is -INF, but since we're dealing with integer variables, we'll put 20*log10(2^-15) in the output of dB_fixed() function, instead of 0. - make all users use signed variables
Showing
Please register or sign in to comment