Searched refs:DT_MS (Results 1 – 7 of 7) sorted by relevance
28 DT_MS = np.array([ 2.5, 5, 7.5, 10 ]) variable44 NS = np.array([(SRATE_KHZ * DT_MS[dt]).astype(int) for dt in range(NUM_DT) ])
100 dec_c = lc3.setup_decoder(int(T.DT_MS[dt] * 1000), 16000)
108 enc_c = lc3.setup_encoder(int(T.DT_MS[dt] * 1000), 16000)
31 self.ms = T.DT_MS[dt]
33 self.n = ((T.DT_MS[dt] * 128) / 10).astype(int)356 nbits = round(nbytes*8 * 10 / T.DT_MS[dt])
360 nbytes_lim = int((48 * T.DT_MS[dt]) // 8)
89 dt_ms = T.DT_MS[dt]