Home
last modified time | relevance | path

Searched refs:tone_offset (Results 1 – 6 of 6) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/examples/python/
H A Dtx_waveforms.py16 "sine": lambda n, tone_offset, rate: np.exp(n * 2j * np.pi * tone_offset / rate),
17 "square": lambda n, tone_offset, rate: np.sign(waveforms["sine"](n, tone_offset, rate)),
18 "const": lambda n, tone_offset, rate: 1 + 1j,
19 "ramp": lambda n, tone_offset, rate:
20 2*(n*(tone_offset/rate) - np.floor(float(0.5 + n*(tone_offset/rate))))
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dtarg.c22 static unsigned char tone_offset; variable
68 tone_offset=0; in targ_sh_start()
92 tone_offset=16; in WRITE_HANDLER()
94 tone_offset=0; in WRITE_HANDLER()
99 targ_tone_generator(tone_prom[tone_pointer+tone_offset]); in WRITE_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dtarg.c29 static unsigned char tone_offset; variable
75 tone_offset=0; in targ_sh_start()
99 tone_offset=16; in WRITE_HANDLER()
101 tone_offset=0; in WRITE_HANDLER()
106 targ_tone_generator(tone_prom[tone_pointer+tone_offset]); in WRITE_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dtarg.c29 static unsigned char tone_offset; variable
75 tone_offset=0; in targ_sh_start()
99 tone_offset=16; in WRITE_HANDLER()
101 tone_offset=0; in WRITE_HANDLER()
106 targ_tone_generator(tone_prom[tone_pointer+tone_offset]); in WRITE_HANDLER()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/utils/
H A Duhd_power_cal.py170 self.tone_offset = args.tone_freq if args.dir == 'tx' else 0.0
187 self.meas_dev.set_frequency(actual_freq + self.tone_offset)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/gr-usrptest/apps/
H A Duhd_phase_alignment.py142 if args.tone_offset >= (args.rate / 2):
547 args.stop_freq - args.tone_offset,
574 src_gen.tune(tune_freq + args.tone_offset, current_power)