-- choose > time to read all subband statistics (dependent on tb_clk and mm_clk rate)
CONSTANTc_nof_block_per_sync:NATURAL:=16;
CONSTANTc_percentage:REAL:=0.05;-- percentage that actual value may differ from expected value
CONSTANTc_lo_factor:REAL:=1.0-c_percentage;-- lower boundary -- choose multiple of nof_taps=16 to have exactly same subband statistics every sync interval
CONSTANTc_hi_factor:REAL:=1.0+c_percentage;-- higher boundary -- choose multiple of nof_taps=16 to have exactly same subband statistics every sync interval