Manish Kumar Saini

Manish Kumar Saini

796 Articles Published

Articles by Manish Kumar Saini

Page 12 of 80

Realization of a logic function in SOP form using NAND gate

Manish Kumar Saini
Manish Kumar Saini
Updated on 03-Oct-2023 6K+ Views

SOP Form SOP form stands for Sum of Products form. SOP form is one in which a Boolean expression is expressed as a sum of product terms. For example, $$\mathrm{\mathit{f}\lgroup A, B, C\rgroup=AB+ABC+B\overline{C}}$$ This is a Boolean function expressed in SOP (Sum of Products) form. NAND Gate The NAND Gate is a type of universal logic gate. It is a logic gate one that can be used to realize any kind of logical function or any other type of logic gate. A NAND gate is basically a combination of two basic logic gates namely AND gate and NOT gate, i.e. ...

Read More

Radix Conversion in Digital Electronics

Manish Kumar Saini
Manish Kumar Saini
Updated on 03-Oct-2023 2K+ Views

In positional number systems, the radix is the total number of unique digits that are used to represent numbers in that number system. Radix is also called Base. For example, in decimal number system, we use total ten digits from 0 to 9 (i.e. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9) to represent any decimal number. Therefore, for the decimal number system, the radix or base is ten (10). Although we can easily convert a given number from one radix (i.e. number system) to any other radix (number system) by using radix conversion protocols. In this article, ...

Read More

Electronic Logic Conventions

Manish Kumar Saini
Manish Kumar Saini
Updated on 03-Oct-2023 493 Views

Electronic logic conventions are the sets of rules followed while designing a digital logic system or device. These conventions are adopted due to their different characteristics observed by several experiments. The use of electronic logic conventions, makes the implementation process of a digit system easy and smooth. Also, a standardization is achieved in the design. This tutorial is entirely meant for explaining different electronic logic conventions used in digital system implementations. As we know, the digital systems are implemented in binary number system due to some technical and economic reasons. The binary number system follows Boolean’s rules to perform arithmetic ...

Read More

Converting SSOP to SPOS Form

Manish Kumar Saini
Manish Kumar Saini
Updated on 03-Oct-2023 1K+ Views

A Boolean function can be expressed into two forms namely, Sum of Products (SOP) Form Product of Sums (SOP) Form The SOP (Sum of Products) form is one in which the Boolean function is expressed as the sum of product terms, while in the POS (Product of Sums) form, the Boolean function is expressed as the product of sum terms of the function. But, in the SOP and POS form, each term of the function may not contain all the variables. For example, consider a Boolean function in three variables, $$\mathrm{\mathit{f}\lgroup A, B, C\rgroup=A\overline{B}+\overline{B}C}$$ This is the ...

Read More

Conversion between Canonical Forms

Manish Kumar Saini
Manish Kumar Saini
Updated on 03-Oct-2023 2K+ Views

When a logical expression or Boolean function is expressed as a sum of minterms or as a product of maxterms, then it is called the canonical form of the expression or function. A canonical form of the Boolean expression is also known as standards form, i.e. Standard Sum of Products (SSOP) Form and Standard Product of Sums (SPOS) Form. The canonical form of a Boolean function involves minterms and maxterms. A minterm is a product term which contains all the variables of the Boolean function either in complemented or un-complemented form. A maxterm is a sum term which ...

Read More

Difference between Electric Circuit and Magnetic Circuit

Manish Kumar Saini
Manish Kumar Saini
Updated on 14-Sep-2023 45K+ Views

A circuit is a type of network having a closed path for the flow of either electric current or magnetic flux. A circuit mainly consists of three major parts viz. source, path or conductor and load. In simple words, the term circuit can be used to represent any fixed path through which electricity, data, single or magnetic flux can flow.Depending on the type of quantity (electric current or magnetic flux), the circuits can be of two types as −Electric circuitMagnetic circuitIn this article, we are going to see the differences between electric circuit and magnetic circuit. Also, we have added ...

Read More

How to Add a ButtonGroup in MATLAB?

Manish Kumar Saini
Manish Kumar Saini
Updated on 07-Sep-2023 261 Views

In MATLAB, we can create different types of graphical user interface (GUI) components like Edit Fields, Hyperlinks, Buttons, and more. In this tutorial, we shall confine our attention to add a ButtonGroup in MATLAB. What is a ButtonGroup in MATLAB? MATLAB is an environment that provides an easy way of creating GUI applications without proper knowledge of computer programming. In MATLAB, there is a graphical user interface (GUI) component namely, ButtonGroup, which allows us to create a group of radio buttons or option buttons. One can select only one radio button within the group at a time. This GUI component ...

Read More

Finding Inverse of a Square Matrix using Cayley Hamilton Theorem in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 07-Sep-2023 460 Views

Let us start this tutorial with a brief discussion on "what is inverse of a square matrix" and "the significance of Cayley Hamilton theorem". What is Inverse of Square Matrix? In linear algebra, there is a fundamental concept called the inverse of a square matrix. Consider a square matrix ‘A’, then there will another square matrix ‘A-1’ such as A.A-1 = I, where I is an identity matrix. Here, A-1 is called the inverse of the square matrix A. It is an important point to note that for a given square matrix the inverse can be found if and only ...

Read More

Gray Level Co-occurrence Matrix in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 07-Sep-2023 449 Views

In digital image processing, the gray level co-occurrence matrix, also known as GLCM, is a statistical method employed for holding the spatial relationship between pairs of pixels in a digital image. The gray level co-occurrence is a method of representing the way in which different combinations of pixel intensities are arranged within the image. It is mainly used to specify the texture property of an image and provide the information about the patterns, variations, and structures occurring in the pixel values within spatial regions of the image. What is Gray Level Co-Occurrence Matrix? As stated above, the gray level co-occurrence ...

Read More

Randomly Shuffle Rows in MATLAB Matrix

Manish Kumar Saini
Manish Kumar Saini
Updated on 07-Sep-2023 2K+ Views

MATLAB is a great tool to process matrices. It provides a large number built-in functions and processing methods that we can use to manipulate our matrices just by writing a small piece of MATLAB codes. Such an operation that we can perform on matrices in MATLAB is random shuffling of rows of a matrix. In this tutorial, I will explain how you can randomly shuffle rows of a matrix using MATLAB. Randomly Shuffle Rows of a Matrix in MATLAB MATLAB is a complete solution to manipulate matrices using computers. In MATLAB, we can very easily shuffle rows of a matrix ...

Read More
Showing 111–120 of 796 articles
« Prev 1 10 11 12 13 14 80 Next »
Advertisements