Manish Kumar Saini has Published 958 Articles

Binary Coded Decimal (BCD) Addition

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 15:57:51

38K+ Views

Let's start this article with an overview of Binary Coded Decimal (BCD) codes before moving on to discuss BCD addition. What is BCD? BCD or Binary Coded Decimal is a coding scheme used to represent decimal number (0 to 9) in the form of binary digits of a group of ... Read More

Bidirectional Shift Register in Digital Electronics

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 15:37:40

4K+ Views

In digital electronic systems, a register is a basic memory element used to store and manipulate data in binary form. A register is basically a group of flip-flops, where a flip-flop is a one-bit storage device. The storage capacity of a register depends on the number of flip-flops used within ... Read More

BiCMOS Technology: Fabrication Process and Applications

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 15:07:31

7K+ Views

BiCMOS stands for Bipolar Complementary Metal-Oxide Semiconductor. BiCMOS technology is an integration technology that combines bipolar and CMOS (Complementary Metal Oxide Semiconductor) devices on a single chip. This technology is primarily used to combine the features of analog and digital circuits in a single IC chip. In this article, we ... Read More

BCD to Excess-3 Conversion

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 15:01:30

8K+ Views

Let’s start this tutorial with a basic overview of BCD (Binary Coded Decimal) and Excess-3 codes. Thereafter, we will proceed further to discuss BCD to Excess 3 conversion. What is BCD? BCD stands for Binary Coded Decimal. BCD is a coding scheme used to represent decimal numbers in the binary ... Read More

Up Sampling in Frequency Domain in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:47:45

559 Views

Introduction to Up−Sampling In digital signal processing, the technique which allows to increase the sampling rate of a signal is termed as up−sampling. For a signal expressed in frequency domain, the up sampling is performed by adding zeros in the frequency domain. In digital signal processing, the up sampling in ... Read More

Types of 2-D Discrete Data Plots in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:46:05

539 Views

MATLAB is a scientific programming language that provides different ways of expression information. One of them is 2D discrete data plots. In MATLAB, we can create several different types of 2D discrete data plots to represent data and information graphically. In this article, we will explore different types of 2D ... Read More

Turn an Array into a Column Vector in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:43:28

2K+ Views

In MATLAB, an array is a data structure used to store elements in contiguous memory blocks. A column vector is a one−dimensional array of elements. In a column vector, the elements are arranged column−wise. It is also important to note that MATLAB by default stores arrays in a column wise ... Read More

Turn a Matrix into a Row Vector in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:41:22

3K+ Views

In MATLAB, a matrix is nothing but an array of rows and columns arranged in a square or rectangular shape. A matrix is basically a two−dimensional array of numbers. MATLAB allows us to create various types of matrices, such as n × n matrix, n × m matrix, column vector, ... Read More

Thresholding-Based Image Segmentation in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:39:39

2K+ Views

In computer−based image analysis and processing, the image segmentation is an essential task. The image segmentation allows us to extract specific objects or regions from an image. In digital image processing, the most widely used image segmentation technique is the thresholding−based image segmentation. This image segmentation technique works depending on ... Read More

How to Convert RGB Image to YIQ Image using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:37:47

321 Views

In the field of digital image and video processing, there are two popular color spaces namely RGB and YIQ. Where, RGB stands for Red, Green, and Blue. The RGB color space is widely used for displaying digital images on display screens. This color space utilizes a combination of intensities of ... Read More

Advertisements