Commit 1198b2f3 authored by BOHMRR's avatar BOHMRR
Browse files

don't check for '-agc 1' in test_spar_foa_enc_system with current test vector

parent c1110ccb
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -68,7 +68,10 @@ bypass_list = [1, 2]
agc_tag_list = ['stvFOA']
# TODO: create and use new 24dB signals
# agc_tag_list = ['stvFOA_24dB_']
agc_list = [-1, 0, 1]

# agc_list = [-1, 0, 1]
# don't check with current test vector that specifying "-agc 1" or not produces the same result
agc_list = [-1, 0]

sample_rate_bw_idx_list = [('48', 'SWB'), ('48', 'WB'), ('32', 'WB')]