Till now, we have read about the basic concepts and functions in the signal and system, but let’s have something that is more practical and practice each and every topic thoroughly because if you have the understanding at each point, transforming will become an interesting game for you.Keep in mind, that transforms are an important topic in signal processing, but they were traditionally taught in the same way they were discovered: through calculus. This approach, however, does not reveal the true purpose of the transforms or why they are desirable. Well, let’s check the topics that we are going to learn about today:
What are transforms?
Which common transforms are used in signals and systems?
What is the Laplace transform?
How can you implement the Laplace transform in MATLAB?
What ar ...
Hi Guys! We always aspire to make yourself equipped with useful information so you can excel and grow in your relevant field. Today, I am going to uncover the details on C# DateTimePicker Control. It allows you to select date and time and show it in specific format. It is extremely useful when you develop any application where you want date of birth of user in a specified format or where you want to display date and time explicitly. I'll try to discuss each and every feature of C# DateTimePicker Control, so you don't have to go anywhere else for finding the information regarding this specific control. Let's get started.
C# DateTimePicker Control
C# DateTimePicker Control allows you to select date and time and show in specified format.
It is v ...
Hello friends! I hope you are having a good day. Today, I am sharing a new version of Arduino Library for Proteus(V3.0). I have already shared the previous versions of this library i.e. Arduino Library for Proteus(V1.0) and Arduino Library for Proteus(V2.0). This newer version is way better than previous versions because of its realistic design and better performance. I will discuss the comparison in detail in just a bit. This Proteus Library zip file has the following types of Arduino microcontrollers in it:Arduino UNOArduino Mega 1280Arduino Mega 2560Arduino MiniArduino Pro MiniArduino Nano
We will move towards the installation, but before this, let me share the basic introduction of Arduino.
What is Arduino?
Arduino is an open-source family of microcontroller boards that is designe ...
I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to ESP-01. ESP-01 is an inexpensive, small-sized WiFi module, which consists of TCP/IP stack along with a built-in microcontroller. So, we can directly program this small chip and can bring WiFi capability in our Embedded projects. When first time this ship came into the market in August 2014, it got a lot of attention by users. The main reason for it to seek attention is that this module allows the microcontroller to connect with a WiFi available (and programmed to connect) and it follows Hayes Style Commands and develops a TCP/IP network.
ESP-01 chip integrates an antenna, RF balun, power amplifier, filters, and power arrangement module. ESP-01 is used in industry and many projects a ...
Hi friends, I hope you are all well. In this article, we can discuss the scalar or dot products of the vectors. In previous articles, we have discussed vectors and their addition in the rectangular or cartesian coordinate system in depth. Now we can talk about the scalar product of two vectors, also known as the dot product. Scalar or dot products can play an essential role in solving the operation of vector algebra and also they have various applications in numerous fields like computer sciences, mathematics, engineering, and physics.
By doing the scalar or dot products, two vectors are combined when we can do their product, then they produce the scalar quantity which has both magnitude and direction by a single operation in a very efficient way. Simply the scalar and the dot product are ...
Hi friends, I hope you all are well. In this post, we will talk about scientific notation. Scientific notation is an essential tool that scientists and engineers can use. Archemdies presented the idea of scientific notation in the 3rd century BC. His work and scientific notation ideas are based on the novel of time, known as place value.Scientific notation ideas have evolved over many centuries but are finally represented by Archimedes. In the 16th or 17th century, mathematicians continued to adopt changes in them and invent many other new notable contributions like Rene Descartes who developed algebraic notation. Scientific notation is a way in which we can express large number values in short form in the form of an exponent or a decimal form.Scientific notation not only simplifies the eq ...
Hey everyone! Hope you all are doing great. Today, I am going to give you the details on the Introduction to 2n4391. It is a simple N type JFET (Junction field effect transistor) which consists of three terminals called drain, source and gate and are denoted by D, S and G receptively. It is mostly used in analog switches and current limiters. I am going to give you a brief details on this transistor. Let's get started.
Introduction to 2n4391
2n4391 is a field effect transistor that consists of three terminals known as drain, source and gate.
It is called field effect transistors because static field performs as important part in the operation of this transistor.
Unlike normal transistors, it is a voltage controlled device as it doesn't requ ...
Hello friends! I hope you are doing very well, today we have a very crucial topic which is “timers”. Yes! Exactly like what comes to your mind. For running equipment i.e. motor at a specific time and/or for some amount of time we need timers. Timers are used even before PLC in classic or relay logic conventional control. However, there is a big difference between capabilities and limitations between using physical timers in classic or old fashion relay logic and using software timers in PLC. By completing this article you will be able to know what are timers and their types and applications. In addition, we are going to show off how to use timers in ladder logic programming with examples.
What are timers used for in industrial applications?
Well! ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at the Introduction to 20x4 LCD Module. The LCD stands for liquid crystal display, which works on the light modulation features of liquid crystals. It is available in electronic visible display, video display and flat panel display. There are numerous categories and features are exist in markets of LCD and you can see it on your mobile, laptop, computer and television screen.
The invention of LCD gives new life to electronic industries and replaces lED and gas plasma techniques. It also replaces the CTR (cathode ray) tube that is used for visual display. The input power consumed by the liquid crystal display is less than the light-emitting diode and plasma display. In today's post, we will have a loo ...
Hello readers, I hope you all are doing great. Welcome to Section 5 of the ESP32 Programming Series. In this section, we are going to interface different Embedded Sensors with the ESP32 Microcontroller Board. ESP32 development board is featured with some inbuilt sensors(i.e. hall effect sensor, capacitive touch sensor) so, in the initial tutorials of this section, we will explore these built-in ESP32 sensors and in the later lectures, we will interface third-party sensors with the ESP32.
In today's lecture, we will discuss the working/operation of the ESP32 built-in Hall Effect Sensor. Hall Effect sensor is used to detect the variation in the magnetic field of its surroundings. So, let's first understand What's Hall Effect:
What is the Hall Effect?
The Hall Effect phenomenon was fir ...