Here we convert the given T flip-flop into SR-, JK- and D-types, and we also verify the process of conversion.
Here we convert the given T flip-flop into SR-, JK- and D-types, and we also verify the process of conversion.
This article presents the conversions of D-type flip-flops into SR-, JK- and T-types. It also explains how to verify the…
This article presents the conversions of D-type flip-flops into SR-, JK- and T-types. It also explains how to verify the conversion process.
In this project, we will build the heart of a simple 4-bit CPU, the ALU (Arithmetic Logic Unit).
In this project, we will build the heart of a simple 4-bit CPU, the ALU (Arithmetic Logic Unit).
This technical brief presents a simple MOSFET configuration that can be used as a voltage-controlled switch.
This technical brief presents a simple MOSFET configuration that can be used as a voltage-controlled switch.
This article teaches you how to convert a given JK flip-flop circuit to other types of flip-flops while verifying the…
This article teaches you how to convert a given JK flip-flop circuit to other types of flip-flops while verifying the process of conversion.
In part 8 of the "Building Raspberry Pi Controller" series, readers will learn how to attach a camera board to a…
In part 8 of the "Building Raspberry Pi Controller" series, readers will learn how to attach a camera board to a Raspberry Pi and write Python code for photo imaging projects.
This article will teach you how to verify flip-flop conversions for SR-to-JK flip-flops. It will also guide you through…
This article will teach you how to verify flip-flop conversions for SR-to-JK flip-flops. It will also guide you through the conversion and verification processes for SR-to-D and SR-to-T flip-flops.
In this article, we will discuss several design examples of FIR filters using the window method. The simulated frequency…
In this article, we will discuss several design examples of FIR filters using the window method. The simulated frequency response of the designed filters will be compared with the target specifications.
This article describes the steps necessary to convert a given flip-flop into a desired flip-flop using the example of an…
This article describes the steps necessary to convert a given flip-flop into a desired flip-flop using the example of an SR-to-JK flip-flop conversion.
ADCs (analog-to-digital converters) can be described as either Nyquist-rate or oversampled converters. The Delta-Sigma…
ADCs (analog-to-digital converters) can be described as either Nyquist-rate or oversampled converters. The Delta-Sigma ADC belongs to the oversampled family of converters. It relies upon oversampling and noise shaping to achieve high-resolution conversions.
All you need to know about LED arrays. If you want to learn about them, drive one using an Arduino, or build them, this…
All you need to know about LED arrays. If you want to learn about them, drive one using an Arduino, or build them, this is the place to start.
Learn how to use filter specs to help choose the best window parameters for your FIR filter design.
Learn how to use filter specs to help choose the best window parameters for your FIR filter design.
An important application of the diode is one that takes place in the design of the rectifier circuit. Simply put, this…
An important application of the diode is one that takes place in the design of the rectifier circuit. Simply put, this circuit converts alternating current (AC) to direct current (DC). This is an essential circuit in AC-to-DC power-supply design.
Learn about the Karnaugh map (K-map) technique for Boolean algebraic simplification. What advantages and disadvantages do…
Learn about the Karnaugh map (K-map) technique for Boolean algebraic simplification. What advantages and disadvantages do they have?
Learn how to simulate a traffic light using an Arduino.
Learn how to simulate a traffic light using an Arduino.
In this project, you'll learn how to build a 4-bit binary counter using a 5x7 LED matrix for data count value…
In this project, you'll learn how to build a 4-bit binary counter using a 5x7 LED matrix for data count value visualization. The project will use a combination of standard electronic and surface mount components.
In this article, we will discuss the fact that choice of different window functions involves a trade-off between the main…
In this article, we will discuss the fact that choice of different window functions involves a trade-off between the main lobe width and the peak sidelobe (PSL). To gain more insight, we will calculate the Fourier transform of a triangular window using the Fourier transform of a rectangular window. The connection between these two windows helps us to better understand the aforementioned trade-off.
This article presents some basic cap-sense circuit configurations and discusses how to deal with low- and high-frequency noise.
This article presents some basic cap-sense circuit configurations and discusses how to deal with low- and high-frequency noise.
The PICAXE 40X2 features 32 I/O ports and speeds up to 64MHz; a development platform simplifies project design using this…
The PICAXE 40X2 features 32 I/O ports and speeds up to 64MHz; a development platform simplifies project design using this workhorse.
A smoother transition band and ripples in the passband are the most important differences between the ideal filters and…
A smoother transition band and ripples in the passband are the most important differences between the ideal filters and those designed by window method. This article tries to provide a deeper insight into how truncation leads to these features.