Home
last modified time | relevance | path

Searched refs:analog (Results 176 – 200 of 7037) sorted by relevance

12345678910>>...282

/dports/net-mgmt/observium/observium/mibs/h3c/
H A DH3C-VOANALOGIF-MIB52 parameters for an voice analog interface."
125 parameters for an analog fxs interface."
172 of analog fxs interface or not."
185 of analog fxs interface or not."
221 analog fxs interface."
371 delay on the analog fxo interface."
433 function on an analog fxo interface."
481 analog fxo interface."
589 parameters for an analog EM interface."
672 analog interface. "
[all …]
/dports/net-mgmt/observium/observium/mibs/a3com/
H A DA3COM-HUAWEI-VOANALOGIF-MIB5 -- the general analog voice interface configuration.
51 parameters for an voice analog interface."
124 parameters for an analog fxs interface."
171 of analog fxs interface or not."
184 of analog fxs interface or not."
220 analog fxs interface."
370 delay on the analog fxo interface."
432 function on an analog fxo interface."
480 analog fxo interface."
671 analog interface. "
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/3com/
H A Da3com-huawei-voanalogif.mib5 -- the general analog voice interface configuration.
51 parameters for an voice analog interface."
124 parameters for an analog fxs interface."
171 of analog fxs interface or not."
184 of analog fxs interface or not."
220 analog fxs interface."
370 delay on the analog fxo interface."
432 function on an analog fxo interface."
480 analog fxo interface."
671 analog interface. "
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/grc/
H A Danalog_wfm_tx.block.yml37 imports: from gnuradio import analog
38 make: "analog.wfm_tx(\n\taudio_rate=${audio_rate},\n\tquad_rate=${quad_rate},\n\
42 …includes: [ '#include <gnuradio/analog/frequency_modulator_fc.h>', '#include <boost/math/constants…
43 declarations: gr::analog::frequency_modulator_fc::sptr ${id};
44 …make: this->${id} = gr::analog::frequency_modulator_fc::make(2 * boost::math::constants::pi<double…
45 link: ['gnuradio-analog']
H A Danalog_dpll_bb.block.yml22 imports: from gnuradio import analog
23 make: analog.dpll_bb(${period}, ${gain})
28 includes: ['#include <gnuradio/analog/dpll_bb.h>']
29 make: 'this->${id} = analog::dpll_bb::make(${period}, ${gain});'
32 link: ['gnuradio-analog']
H A Danalog_feedforward_agc_cc.block.yml24 imports: from gnuradio import analog
25 make: analog.feedforward_agc_cc(${num_samples}, ${reference})
28 includes: ['#include <gnuradio/analog/feedforward_agc_cc.h>']
29 make: 'this->${id} = analog::feedforward_agc_cc::make(${num_samples}, ${reference});'
30 link: ['gnuradio-analog']
H A Danalog_agc_xx.block.yml39 imports: from gnuradio import analog
41 analog.agc_${type.fcn}(${rate}, ${reference}, ${gain})
50 includes: ['#include <gnuradio/analog/agc_${type.fcn}.h>']
51 declarations: 'analog::agc_${type.fcn}::sptr ${id};'
53 this->${id} = analog::agc_${type.fcn}::make(${rate}, ${reference}, ${gain});
60 link: ['gnuradio-analog']
H A Danalog_simple_squelch_cc.block.yml22 imports: from gnuradio import analog
23 make: analog.simple_squelch_cc(${threshold}, ${alpha})
29 includes: ['#include <gnuradio/analog/simple_squelch_cc.h>']
30 make: 'this->${id} = analog::simple_squelch_cc::make(${threshold}, ${alpha});'
34 link: ['gnuradio-analog']
H A Danalog_rail_ff.block.yml22 imports: from gnuradio import analog
23 make: analog.rail_ff(${lo}, ${hi})
29 includes: ['#include <gnuradio/analog/rail_ff.h>']
30 make: 'this->${id} = analog::rail_ff::make(${lo}, ${hi});'
34 link: ['gnuradio-analog']
H A Danalog_cpfsk_bc.block.yml27 imports: from gnuradio import analog
28 make: analog.cpfsk_bc(${k}, ${amplitude}, ${samples_per_symbol})
33 includes: ['#include <gnuradio/analog/cpfsk_bc.h>']
34 make: 'this->${id} = analog::cpfsk_bc::make(${k}, ${amplitude}, ${samples_per_symbol});'
37 link: ['gnuradio-analog']
H A Danalog_agc2_xx.block.yml43 imports: from gnuradio import analog
45 analog.agc2_${type.fcn}(${attack_rate}, ${decay_rate}, ${reference}, ${gain})
55 includes: ['#include <gnuradio/analog/agc2_${type.fcn}.h>']
56 declarations: 'analog::agc2_${type.fcn}::sptr ${id};'
58 …this->${id} = analog::agc2_${type.fcn}::make(${attack_rate}, ${decay_rate}, ${reference}, ${gain});
66 link: ['gnuradio-analog']
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/python/digital/
H A Dqa_cpm.py26 from gnuradio import gr, gr_unittest, digital, analog, blocks
55 self.do_check_phase_shift(analog.cpm.LRC, 'LREC')
58 self.do_check_phase_shift(analog.cpm.LRC, 'LRC')
61 self.do_check_phase_shift(analog.cpm.LSRC, 'LSRC')
64 self.do_check_phase_shift(analog.cpm.TFM, 'TFM')
86 phase_response = analog.cpm.phase_response(analog.cpm.LREC, 2, 4)
/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanAnalog/examples/OrangutanAnalogExample/
H A DOrangutanAnalogExample.ino19 OrangutanAnalog analog;
27 analog.setMode(MODE_8_BIT); // 8-bit analog-to-digital conversions
31 analog.startConversion(TRIMPOT); // start initial conversion
36 if (!analog.isConverting()) // if conversion is done...
38 sum += analog.conversionResult(); // get result
39 analog.startConversion(TRIMPOT); // and start next conversion
/dports/emulators/mess/mame-mame0226/src/lib/netlist/analog/
H A Dnld_opamps.cpp18 namespace analog namespace
204 analog::NETLIB_SUB(R_base) m_RP; in NETLIB_BASE_OBJECT()
205 analog::NETLIB_SUB(VCCS) m_G1; in NETLIB_BASE_OBJECT()
206 NETLIB_SUB_UPTR(analog, C) m_CP; in NETLIB_BASE_OBJECT()
208 NETLIB_SUB_UPTR(analog, R_base) m_RO; in NETLIB_BASE_OBJECT()
210 NETLIB_SUB_UPTR(analog, VCVS) m_EBUF; in NETLIB_BASE_OBJECT()
211 NETLIB_SUB_UPTR(analog, D) m_DP; in NETLIB_BASE_OBJECT()
212 NETLIB_SUB_UPTR(analog, D) m_DN; in NETLIB_BASE_OBJECT()
279 NETLIB_DEVICE_IMPL_NS(analog, opamp, "OPAMP", "MODEL")
H A Dnld_switches.cpp16 namespace analog namespace
45 analog::NETLIB_SUB(R_base) m_R; in NETLIB_BASE_OBJECT()
72 analog::NETLIB_SUB(R_base) m_R1;
73 analog::NETLIB_SUB(R_base) m_R2;
118 NETLIB_DEVICE_IMPL_NS(analog, switch1, "SWITCH", "")
119 NETLIB_DEVICE_IMPL_NS(analog, switch2, "SWITCH2", "")
/dports/emulators/mame/mame-mame0226/src/lib/netlist/analog/
H A Dnld_opamps.cpp18 namespace analog namespace
204 analog::NETLIB_SUB(R_base) m_RP; in NETLIB_BASE_OBJECT()
205 analog::NETLIB_SUB(VCCS) m_G1; in NETLIB_BASE_OBJECT()
206 NETLIB_SUB_UPTR(analog, C) m_CP; in NETLIB_BASE_OBJECT()
208 NETLIB_SUB_UPTR(analog, R_base) m_RO; in NETLIB_BASE_OBJECT()
210 NETLIB_SUB_UPTR(analog, VCVS) m_EBUF; in NETLIB_BASE_OBJECT()
211 NETLIB_SUB_UPTR(analog, D) m_DP; in NETLIB_BASE_OBJECT()
212 NETLIB_SUB_UPTR(analog, D) m_DN; in NETLIB_BASE_OBJECT()
279 NETLIB_DEVICE_IMPL_NS(analog, opamp, "OPAMP", "MODEL")
H A Dnld_switches.cpp16 namespace analog namespace
45 analog::NETLIB_SUB(R_base) m_R; in NETLIB_BASE_OBJECT()
72 analog::NETLIB_SUB(R_base) m_R1;
73 analog::NETLIB_SUB(R_base) m_R2;
118 NETLIB_DEVICE_IMPL_NS(analog, switch1, "SWITCH", "")
119 NETLIB_DEVICE_IMPL_NS(analog, switch2, "SWITCH2", "")
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/serial-lcr/
H A Dprotocol.c67 struct sr_datafeed_analog analog; in handle_packet() local
79 sr_analog_init(&analog, &encoding, &meaning, &spec, 0); in handle_packet()
80 analog.num_samples = 1; in handle_packet()
81 analog.data = &value; in handle_packet()
86 analog.meaning->channels = g_slist_append(NULL, channel); in handle_packet()
88 rc = lcr->packet_parse(pkt, &value, &analog, info); in handle_packet()
89 if (sdi->session && rc == SR_OK && analog.meaning->mq && channel->enabled) { in handle_packet()
95 packet.payload = &analog; in handle_packet()
98 g_slist_free(analog.meaning->channels); in handle_packet()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dsigrok.c133 if (analog->mq == SR_MQ_VOLTAGE) in sigrok_value_type()
135 else if (analog->mq == SR_MQ_CURRENT) in sigrok_value_type()
137 else if (analog->mq == SR_MQ_FREQUENCY) in sigrok_value_type()
139 else if (analog->mq == SR_MQ_POWER) in sigrok_value_type()
141 else if (analog->mq == SR_MQ_TEMPERATURE) in sigrok_value_type()
143 else if (analog->mq == SR_MQ_RELATIVE_HUMIDITY) in sigrok_value_type()
145 else if (analog->mq == SR_MQ_SOUND_PRESSURE_LEVEL) in sigrok_value_type()
156 const struct sr_datafeed_analog *analog; in sigrok_feed_callback() local
193 analog = packet->payload; in sigrok_feed_callback()
194 vl.values = &(value_t){.gauge = analog->data[0]}; in sigrok_feed_callback()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-audio/examples/python/
H A Ddial_tone.py30 from gnuradio import analog
50 src0 = analog.sig_source_f(sample_rate, analog.GR_SIN_WAVE, 350, ampl)
51 src1 = analog.sig_source_f(sample_rate, analog.GR_SIN_WAVE, 440, ampl)
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/center-3xx/
H A Dprotocol.c130 struct sr_datafeed_analog analog; in handle_packet() local
142 sr_analog_init(&analog, &encoding, &meaning, &spec, 0); in handle_packet()
153 packet.payload = &analog; in handle_packet()
154 analog.meaning->mq = SR_MQ_TEMPERATURE; in handle_packet()
155 analog.meaning->unit = (info.celsius) ? SR_UNIT_CELSIUS : SR_UNIT_FAHRENHEIT; in handle_packet()
156 analog.num_samples = 1; in handle_packet()
162 analog.meaning->channels = l; in handle_packet()
163 analog.encoding->digits = info.digits[i]; in handle_packet()
164 analog.spec->spec_digits = info.digits[i]; in handle_packet()
165 analog.data = &(info.temp[i]); in handle_packet()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/teleinfo/
H A Dprotocol.c62 struct sr_datafeed_analog analog; in teleinfo_send_value() local
74 sr_analog_init(&analog, &encoding, &meaning, &spec, 0); in teleinfo_send_value()
75 analog.meaning->channels = g_slist_append(analog.meaning->channels, ch); in teleinfo_send_value()
76 analog.num_samples = 1; in teleinfo_send_value()
77 analog.meaning->mq = mq; in teleinfo_send_value()
78 analog.meaning->unit = unit; in teleinfo_send_value()
79 analog.data = &value; in teleinfo_send_value()
82 packet.payload = &analog; in teleinfo_send_value()
84 g_slist_free(analog.meaning->channels); in teleinfo_send_value()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/sti/
H A DNOTES14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals
16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
18 - The SD analog signal is typically used for legacy TV
27 | | | | | +---+ HD analog +--> YCbCr
29 dec | | | mixer| | +---+ SD analog +--> CVBS
45 - The Bridges/Connectors are mapped to the HDMI / DVO / HD Analog / SD analog
55 | | | | | | | +-> | | HD analog | <-+
57 | | | mixer| | +-> | | SD analog | <-+
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/sti/
H A DNOTES14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals
16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
18 - The SD analog signal is typically used for legacy TV
27 | | | | | +---+ HD analog +--> YCbCr
29 dec | | | mixer| | +---+ SD analog +--> CVBS
45 - The Bridges/Connectors are mapped to the HDMI / DVO / HD Analog / SD analog
55 | | | | | | | +-> | | HD analog | <-+
57 | | | mixer| | +-> | | SD analog | <-+
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/sti/
H A DNOTES14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals
16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
18 - The SD analog signal is typically used for legacy TV
27 | | | | | +---+ HD analog +--> YCbCr
29 dec | | | mixer| | +---+ SD analog +--> CVBS
45 - The Bridges/Connectors are mapped to the HDMI / DVO / HD Analog / SD analog
55 | | | | | | | +-> | | HD analog | <-+
57 | | | mixer| | +-> | | SD analog | <-+

12345678910>>...282