Introduction The printed circularly polarized half-moon antenna is a small and lightweight device that is commonly used in situations where size and weight are important factors. It is designed to work with circular polarization, making it an excellent choice for Read More …
What are the Voltage Multipliers? Types of Multiplier Circuits
Voltage multipliers are the circuits that we use for increasing the peak rectified voltages without increasing the transformer ratings or disturbing the turn ratio. The clamping action is used for increasing the magnitude which is
What is the Magnitude Comparator Circuit? Design a 3 bit Magnitude Comparator Circuit
Linear Programming Problem with Example
Example of Linear Programming Consider the problem of a toy company that produces toy planes and toy boats. The toy company can sell its planes for $10 and its boats for $8 dollars. It costs $3in raw materials to make Read More …
Series and Parallel Connection of a Capacitor
Define a Capacitor What are the Components of a Capacitor? A capacitor is an electrical device used mainly for the storage of charge. Basically it stores energy in the form of electric charge. It is connected with two terminals. Also Read More …
How to Design an LED Flasher on Arduino Board?
How to design an LED Flasher on Arduino Board How to design an LED Flasher on Arduino Board. An LED flasher is a simple circuit that is used for blinking the LED for a specific interval of time. That time Read More …
A switch is connected to pin RC0 and an LED to pin RB7. Write a program to get a status of SW and send it to LED
A switch is connected to pin RC0 and an LED to pin RB7. Write a program to get a status of SW and send it to LED. To write a program to get the status of a switch connected to Read More …
How to Design a 4-bit Arithmetic Logic Unit (ALU)? DLD Project
Introduction How to Design a 4-bit Arithmetic Logic Unit (ALU)? 4-bit ALU (Arithmetic Logic Unit) is to perform mathematical operations (such as addition and subtraction) and logical operations (such as AND and OR) on 4-bit binary numbers. Components and Equipment Read More …
How to Design a 4 bit Magnitude Comparator Circuit? Example
Two numbers are greater or less than :
To illustrate whether A is greater than or less than B, we check the relative magnitudes of pairs of significant digits, starting from the most significant digit. If the two digits of a pair are same, we compare the next lower significant pair of digits. The comparison continues till a pair of unequal digits is reached.
What is the Flag Register of PIC Microcontroller?
What is the Flag Register of PIC Microcontroller? What is the Flag Register of PIC Microcontroller? In general, PIC flag register is an 8-bit register. It is also referred to as status register. Even though status register is 8-bits wide, Read More …