Articles on Trending Technologies

Technical articles with clear explanations and examples

How to Create a User-Defined Javap Tool?

Sakhi Bhagwat
Sakhi Bhagwat
Updated on 24-Jul-2023 331 Views

At times, we need information related to a class file. In such a case, we can use the javap tool provided by the Java Development Kit (JDK). We can get more information related to the methods, constructors, and fields present in the class. The purpose of the javap tool is to disassemble one or more class files. It is also known as Java Class File Disassembler. Using the javap tool, we can get more information about the bytecode information about that particular class. The output may vary depending on the options used. Syntax The syntax of javap is ...

Read More

How to Create a TreeSet with a List in Java?

Sakhi Bhagwat
Sakhi Bhagwat
Updated on 24-Jul-2023 1K+ Views

A TreeSet in Java stores unique elements in sorted order. It implements the SortedSet interface. The TreeSet interface internally uses a balanced tree called the Red-Black tree. A List in Java is a data structure that is used to store elements in the order in which they were added. We can create a TreeSet with a List in Java in many ways. This article deals with the ways in which a TreeSet can be created using a List in Java. Ways to Create a TreeSet with a List in Java There are 3 ways by which a TreeSet ...

Read More

How to Train MFCC Using Machine Learning Algorithms

Premansh Sharma
Premansh Sharma
Updated on 24-Jul-2023 2K+ Views

Introduction Mel Frequency Cepstral Coefficients (MFCCs) is a widely used feature extraction technique for audio processing, particularly in speech recognition applications. A logarithmic compression, a filter bank, and the discrete Fourier transform (DFT) of audio signals in brief time intervals are used to create MFCCs. You will have a thorough understanding of how to train MFCC using machine learning algorithms by the end of this article. What is an MFCC MFCC stands for Mel−Frequency Cepstral Coefficients. It is a widely used feature extraction technique in audio signal processing and speech recognition. The MFCC algorithm is based on the human ...

Read More

Difference between SMPS and UPS

Manish Kumar Saini
Manish Kumar Saini
Updated on 24-Jul-2023 3K+ Views

Both SMPS and UPS are types of power supplies used in various electronic devices like computers. Although, SMPS and UPS are completely different from each other in terms their primary function and many other parameters. The fundamental difference between SMPS and UPS is that SMPS (Switched Mode Power Supply) is designed to convert and regulate electricity for a specific application, while UPS (Uninterruptible Power Supply) is designed to provide backup power supply during mains power outages. In this article, we will discuss the important differences between SMPS and UPS. But before discussing the differences, let us first get a ...

Read More

Georgia Tech MS Degree in CS(Machine Learning) vs. NYU MS Degree in Data Science

Premansh Sharma
Premansh Sharma
Updated on 24-Jul-2023 418 Views

Introduction Data science and machine learning are fast expanding professions, and having a graduate degree in these topics might provide you an advantage in the employment market. Yet, with so many applications accessible, it might be difficult to select the best one. The MS degree in CS (Machine Learning) from Georgia Tech and the MS degree in Data Science from NYU are two prominent possibilities. The curriculum at Georgia Tech is strongly focused on computer science and machine learning techniques and systems. The curriculum at NYU is more multidisciplinary, covering areas like as statistics, machine learning, data visualisation, and data ...

Read More

Find the Number of Paths of Length K in a Directed Graph

Sakhi Bhagwat
Sakhi Bhagwat
Updated on 24-Jul-2023 805 Views

You are given a directed and unweighted graph G and an integer K. You have to find the number of paths in the graph of length K. Here the graph is in the form of an adjacency matrix. From vertex i to j, if there exists an edge, it is denoted by G[i][j]=1 else denoted by G[i][j]=0. Input A directed and unweighted graph represented by an adjacency matrix Integer K that denotes the length of path to be found Output Total number ...

Read More

Difference Between SMPS and Linear Power Supply

Manish Kumar Saini
Manish Kumar Saini
Updated on 24-Jul-2023 8K+ Views

In electronic devices like computers, laptops, and more, power supplies are one of the most important components. Power supplies are essential for efficient and reliable functioning of the electronic devices. In most electronic devices, two types of power supplies are very common namely, SMPS (Switch Mode Power Supply) and LPS (Linear Power Supply). The primary function of both SMPS and linear power supply is the same, i.e. to convert a high voltage AC supply in a low voltage DC supply using an assembly of transformer and rectifier. But they are completely different from each other. The fundamental difference between SMPS ...

Read More

Differences Between Servo Stabilizer and Static Stabilizer

Manish Kumar Saini
Manish Kumar Saini
Updated on 24-Jul-2023 3K+ Views

In the field of electrical and electronics, a stabilizer is an electronic device that is employed for regulation and stabilization of voltage supplied to the connected load devices. The primary function of a stabilizer is to provide a constant and steady voltage to the connected devices; hence it is also known as voltage stabilizer. As we know, we receive fluctuating voltages many times from our main power grid. These fluctuating voltages can damage sensitive electronic devices like laptops, computers, TVs, and other appliances. Hence, we need to provide a stable voltage to protect all these devices. For this purpose, a ...

Read More

Difference between IPS Panel and VA Panel

Manish Kumar Saini
Manish Kumar Saini
Updated on 24-Jul-2023 2K+ Views

LCD (Liquid Crystal Displays) are used in a variety of electronic devices like TVs, computer monitors, digital watches, multi meters, automobile appliances, etc. LCD displays generally come with two different types of display panels namely, Vertical Alignment (VA) Panel and In-Phase Switching (IPS) Panels. In this article, we will explore all the major differences between IPS panel and VA panel. But before that let’s have a look into the basics of IPS panel and VA panel individually. What is IPS Panel? In context of display panels, IPS stands for In-Phase Switching. IPS panel is a type of display panel used ...

Read More

Difference between Bluetooth 4.0 and Bluetooth 5.0

Manish Kumar Saini
Manish Kumar Saini
Updated on 24-Jul-2023 3K+ Views

Bluetooth is a technology used for data transfer between electronic devices wirelessly. It is a short distance data communication medium, allowing exchange of data and information without the need of cables. Bluetooth technology uses radio waves for wireless data communication. It follows the master-slave architecture, i.e. one device works as a master device (sender) and another device works as a slave device (receiver). Today, Bluetooth technology is being used in a wide range of applications like data transfer, audio streaming over speakers, headphones, etc., hands free calling, connecting peripherals like mouse, keyboard, etc. Bluetooth technology has evolved over the time, ...

Read More
Showing 35391–35400 of 61,298 articles
Advertisements