Home
last modified time | relevance | path

Searched refs:tone_freq (Results 1 – 22 of 22) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Daltonegen.c181 ALint tone_freq = 1000; in main() local
246 tone_freq = atoi(argv[i]); in main()
247 if(tone_freq < 1) in main()
250 tone_freq = 1; in main()
284 buffer = CreateWave(wavetype, (ALuint)tone_freq, (ALuint)srate, gain); in main()
292 tone_freq, GetWaveTypeName(wavetype), srate, dev_rate, max_loops+1, max_loops?"s":""); in main()
/dports/comms/xdemorse/xdemorse-3.6.5/src/
H A Dutils.c515 rc_data.tone_freq = atoi( line ); in Load_Config()
516 if( rc_data.tone_freq < 200 ) in Load_Config()
537 (60 * rc_data.tone_freq) / (50 * CYCLES_PER_FRAG * wpm); in Load_Config()
619 rc_data.ifft_stride = rc_data.dsp_rate / rc_data.tone_freq / idx; in Waterfall_Configure_Event()
620 rc_data.tone_freq = rc_data.dsp_rate / rc_data.ifft_stride / idx; in Waterfall_Configure_Event()
624 rc_data.max_unit = (60 * rc_data.tone_freq) / in Waterfall_Configure_Event()
627 rc_data.min_unit = (60 * rc_data.tone_freq) / in Waterfall_Configure_Event()
H A Ddetect.c321 (double)rc_data.tone_freq / (double)rc_data.dsp_rate; in Initialize_Detector()
333 (rc_data.dsp_rate * CYCLES_PER_FRAG) / rc_data.tone_freq; in Initialize_Detector()
337 (CYCLES_PER_FRAG * rc_data.max_unit * rc_data.dsp_rate) / rc_data.tone_freq; in Initialize_Detector()
H A Dcat.c503 audio_freq = ( 2 * (max_idx + 1) * rc_data.tone_freq ) / ( wfall_width + 1 ); in Tune_Tcvr()
514 rc_data.receiver_freq += audio_freq - rc_data.tone_freq; in Tune_Tcvr()
H A Ddecode.c54 int ispeed = ( 60 * rc_data.tone_freq ) / in Adapt_Decoder()
H A Dcallbacks.c143 (60 * rc_data.tone_freq) / in on_wpm_spinbutton_value_changed()
H A Dcommon.h85 tone_freq, /* Receiver BFO Tone freq */ member
/dports/comms/limesuite/LimeSuite-20.10.0/src/examples/
H A DbasicTX.cpp27 const double tone_freq = 1e6; //tone frequency in main() local
28 const double f_ratio = tone_freq/sample_rate; in main()
93 cout << "Tx tone frequency: " << tone_freq/1e6 << " MHz" << endl; in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/utils/
H A Duhd_power_cal.py145 if args.dir == 'tx' and abs(args.tone_freq) > actual_rate:
148 .format(args.tone_freq / 1e3))
170 self.tone_offset = args.tone_freq if args.dir == 'tx' else 0.0
214 tone_freq=args.tone_freq,
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/python/analog/
H A Dnbfm_tx.py95 def __init__(self, sample_rate, tone_freq): argument
101 tone_freq, 0.1, 0.0)
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dsig_tone.c514 s->phase_rate[0] = dds_phase_rate((float) s->desc->tone_freq[0]); in sig_tone_init()
515 if (s->desc->tone_freq[1]) in sig_tone_init()
516 s->phase_rate[1] = dds_phase_rate((float) s->desc->tone_freq[1]); in sig_tone_init()
/dports/comms/hamlib/hamlib-4.3.1/rigs/kenwood/
H A Dtmd710.c414 int tone_freq; // P9 member
432 uint32_t tone_freq; // P9 member
636 &me_struct->tone_freq, &me_struct->ct_freq, in tmd710_scan_me()
695 me_struct->tone_freq, me_struct->ct_freq, in tmd710_push_me()
784 &fo_struct->tone_freq, &fo_struct->ct_freq, in tmd710_pull_fo()
811 fo_struct->tone_freq, fo_struct->ct_freq, in tmd710_push_fo()
827 &fo_struct->tone_freq, &fo_struct->ct_freq, in tmd710_push_fo()
1116 fo_struct.tone_freq = stepind; in tmd710_set_ctcss_tone()
1139 *tone = caps->ctcss_list[fo_struct.tone_freq]; in tmd710_get_ctcss_tone()
1889 chan->ctcss_tone = rig->caps->ctcss_list[me_struct.tone_freq]; in tmd710_get_channel()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/private/
H A Dsig_tone.h77 int tone_freq[2]; member
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/private/
H A Dsig_tone.h77 int tone_freq[2]; member
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dsig_tone.h69 int tone_freq[2]; member
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/python/uhd/usrp/cal/
H A Dusrp_calibrator.py127 def init(self, rate, tone_freq, amplitude): argument
134 self._tone_gen = ToneGenerator(rate, tone_freq, amplitude)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dsig_tone.c365 if (s->desc->tone_freq[i]) in sig_tone_tx_init()
366 s->phase_rate[i] = dds_phase_rate((float) s->desc->tone_freq[i]); in sig_tone_tx_init()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dsig_tone.c365 if (s->desc->tone_freq[i]) in sig_tone_tx_init()
366 s->phase_rate[i] = dds_phase_rate((float) s->desc->tone_freq[i]); in sig_tone_tx_init()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Dfmcomms1.c343 GtkWidget *tone_freq; in tx_sample_rate_changed() local
352 tone_freq = dac_data_manager_get_widget(dac_tx_manager, in tx_sample_rate_changed()
354 g_signal_emit_by_name(tone_freq, "value-changed", NULL); in tx_sample_rate_changed()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24253 s32 tone_freq; in wlc_phy_papd_cal_setup_nphy() local
24419 tone_freq = 4000; in wlc_phy_papd_cal_setup_nphy()
24421 wlc_phy_tx_tone_nphy(pi, tone_freq, 181, 0, 0, false); in wlc_phy_papd_cal_setup_nphy()
24489 tone_freq = 4000; in wlc_phy_papd_cal_setup_nphy()
24491 wlc_phy_tx_tone_nphy(pi, tone_freq, 181, 0, 0, false); in wlc_phy_papd_cal_setup_nphy()
25643 u16 tone_freq; in wlc_phy_cal_txiqlo_nphy() local
25771 tone_freq = (phy_bw == 20) ? 2500 : 5000; in wlc_phy_cal_txiqlo_nphy()
25778 wlc_phy_tx_tone_nphy(pi, tone_freq, max_val, 1, 0, in wlc_phy_cal_txiqlo_nphy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24253 s32 tone_freq; in wlc_phy_papd_cal_setup_nphy() local
24419 tone_freq = 4000; in wlc_phy_papd_cal_setup_nphy()
24421 wlc_phy_tx_tone_nphy(pi, tone_freq, 181, 0, 0, false); in wlc_phy_papd_cal_setup_nphy()
24489 tone_freq = 4000; in wlc_phy_papd_cal_setup_nphy()
24491 wlc_phy_tx_tone_nphy(pi, tone_freq, 181, 0, 0, false); in wlc_phy_papd_cal_setup_nphy()
25643 u16 tone_freq; in wlc_phy_cal_txiqlo_nphy() local
25771 tone_freq = (phy_bw == 20) ? 2500 : 5000; in wlc_phy_cal_txiqlo_nphy()
25778 wlc_phy_tx_tone_nphy(pi, tone_freq, max_val, 1, 0, in wlc_phy_cal_txiqlo_nphy()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24253 s32 tone_freq; in wlc_phy_papd_cal_setup_nphy() local
24419 tone_freq = 4000; in wlc_phy_papd_cal_setup_nphy()
24421 wlc_phy_tx_tone_nphy(pi, tone_freq, 181, 0, 0, false); in wlc_phy_papd_cal_setup_nphy()
24489 tone_freq = 4000; in wlc_phy_papd_cal_setup_nphy()
24491 wlc_phy_tx_tone_nphy(pi, tone_freq, 181, 0, 0, false); in wlc_phy_papd_cal_setup_nphy()
25643 u16 tone_freq; in wlc_phy_cal_txiqlo_nphy() local
25771 tone_freq = (phy_bw == 20) ? 2500 : 5000; in wlc_phy_cal_txiqlo_nphy()
25778 wlc_phy_tx_tone_nphy(pi, tone_freq, max_val, 1, 0, in wlc_phy_cal_txiqlo_nphy()