Manish Kumar Saini has Published 1394 Articles

Implementation of Fourier Series up to "n" Harmonics in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 15:03:58

152 Views

In mathematics, the Fourier series up to "n" harmonics is a technique used to approximate a periodic function through the sum of sine and cosine functions. We can implement the Fourier series up to "n" harmonics in MATLAB programming. Before discussing this implementation, let us first get an overview of ... Read More

Implementation of Cayley-Hamilton's Theorem in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 15:02:04

142 Views

In linear algebra, there is a fundamental theorem caled Cayley-Hamilton’s Theorem that is used to establish a relation between a square matrix and its characteristic equation. Read this article to learn the implementation of the Cayley-Hamilton’s theorem in MATLAB programming. Let's start with an overview of Cayley-Hamilton’s theorem. What is ... Read More

Image Sharpening Using Laplacian Filter and High Boost Filtering in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 14:59:33

615 Views

In MATLAB, there are two commonly used image processing techniques namely, "Laplacian Filter" and "High Boost Filtering" that are used to sharpen an image. The Laplacian filter is mathematical operator used to sharpen an image in digital image processing. While, the high boost filtering is an image sharpening technique in ... Read More

How to Use Logical Operator Within If Statements in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 14:18:55

74 Views

In MATLAB, there are three logical operators namely, logical AND (&&), logical OR (||), and logical NOT (~). The "if" is a conditional statement used to develop control expressions in MATLAB programming. In this tutorial, I will explain the use of logical operators within if statements in MATLAB. What is ... Read More

How to Swap Elements in a matrix Using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 14:15:36

246 Views

A matrix is a structure which is used to store and work with numeric data. Each value stored in a matrix is referred to as an element. Sometimes, we need to swap or change the position of these elements within the matrix. We can use MATLAB to perform this task ... Read More

How to Select Random Rows from a Matrix in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 14:14:22

213 Views

In MATLAB, we can perform various operations on matrices. One such operation is selecting random rows from a matrix. MATLAB provides several different methods of selecting random rows from a matrix. In this tutorial, I will explain different methods of selecting rows from a matrix randomly using MATLAB. Select Random ... Read More

How to Round toward Negative Infinity in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 13:53:29

34 Views

Rounding toward negative infinity is a method of rounding a number "N" down to the nearest integer less than or equal to the number "N". This method is also called "flooring". In simple words, rounding a number toward negative infinity is a method of finding the largest integer number ... Read More

Difference between Conductor, Semiconductor, and Insulator

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Oct-2023 14:08:19

36K+ Views

In order to differentiate the Conductor, Semiconductor, and Insulator, first we have to understand their extent of forbidden band i.e. separation between their conduction and valance band. The main difference between the conductor, semiconductor and insulator is in their conductivity.ConductorA conductor is a type of material that allows the electric ... Read More

Difference between IGBT and MOSFET

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Oct-2023 13:21:16

26K+ Views

Insulated Gate Bipolar Transistor (IGBT) and Metal Oxide Semiconductor Field Effect Transistor (MOSFET) are two types of transistors that are the basic building blocks of modern electronic circuits. Both IGBT and MOSFET are voltage-controlled devices. However, they are different in various aspects. Go through this article to get a basic ... Read More

How to Remove Salt and Pepper Noise from Image Using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 10-Oct-2023 18:29:40

371 Views

MATLAB is a digital tool that is widely used in image processing, such as image transformation, noise removal from an image, detecting edges, and more. In this tutorial, I will explain how you can remove salt and pepper noise from a digital image using MATLAB. In a digital image, ... Read More

Advertisements