When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Zero-crossing control - Wikipedia

    en.wikipedia.org/wiki/Zero-crossing_control

    The purpose of the circuit is to start the TRIAC conducting very near the time point when the load voltage is crossing zero (at the beginning or the middle of each AC cycle represented by a sine wave), so that the output voltage begins as a complete sine-wave half-cycle.

  3. TRIAC - Wikipedia

    en.wikipedia.org/wiki/TRIAC

    A TRIAC (triode for alternating current; also bidirectional triode thyristor or bilateral triode thyristor [1]) is a three-terminal electronic component that conducts current in either direction when triggered.

  4. Zero crossing - Wikipedia

    en.wikipedia.org/wiki/Zero_crossing

    A zero-crossing in a line graph of a waveform representing voltage over time. A zero-crossing is a point where the sign of a mathematical function changes (e.g. from positive to negative), represented by an intercept of the axis (zero value) in the graph of the function.

  5. Code generation (compiler) - Wikipedia

    en.wikipedia.org/wiki/Code_generation_(compiler)

    When code generation occurs at runtime, as in just-in-time compilation (JIT), it is important that the entire process be efficient with respect to space and time. For example, when regular expressions are interpreted and used to generate code at runtime, a non-deterministic finite-state machine is often generated instead of a deterministic one, because usually the former can be created more ...

  6. Pulse-width modulation - Wikipedia

    en.wikipedia.org/wiki/Pulse-width_modulation

    Adjusting the brightness of light emitted by a light source is then merely a matter of setting at what voltage (or phase) in the AC half-cycle the dimmer begins to provide electric current to the light source (e.g. by using an electronic switch such as a triac). In this case the PWM duty cycle is the ratio of the conduction time to the duration ...

  7. Comparison of code generation tools - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_code...

    Umple code embedding one or more of Java, Python, C++, PHP or Ruby Pure Umple code describing associations, patterns, state machines, etc. Java, Python, C++, PHP, Ruby, ECcore, Umlet, Yuml, Textuml, JSON, Papyrus XMI, USE, NuXMV, Alloy Velocity apache: Java Passive [2] Tier Templates Java driver code Any text Yii2 Gii: PHP Active Tier

  8. Crowbar (circuit) - Wikipedia

    en.wikipedia.org/wiki/Crowbar_(circuit)

    In the following example crowbar circuit, the LM431 adjustable zener regulator controls the gate of the TRIAC. The resistor divider of R 1 and R 2 provide the reference voltage for the LM431. The divider is set so that during normal operating conditions, the voltage across R 2 is slightly lower than V REF of the LM431.

  9. Generator (computer programming) - Wikipedia

    en.wikipedia.org/wiki/Generator_(computer...

    In computer science, a generator is a routine that can be used to control the iteration behaviour of a loop.All generators are also iterators. [1] A generator is very similar to a function that returns an array, in that a generator has parameters, can be called, and generates a sequence of values.