EN / USD
2080 Items
 Home
Blog
Properties of Fourier Transform in MATLAB
properties of fourier transform, fourier transform properties, what is fourier transform
Hey, pupils welcome to the next session about the Fourier transform. Till now, we have learned about the basics of Fourier transform. It is always better to understand all the properties of a mathematical tool to understand its workings and characteristics. You will observe that most of its properties are similar to the topics that we have discussed before, and the reason is, that all of them are transforms, and the core objective of these transforms is the same. We have learned about the simple and easy discussion of the Fourier Transform, but when dealing with complex problems, it involves the usage of different properties so that we do not have to repeat the calculations all the time to get the required results. Have a look at what you are going to learn today: What are the basic prope ...
Blog
Difference Between DC and AC Motors
Difference-Between-AC-and-DC-Power1
Hello everyone, I hope you all are fine and having fun with your lives. In today's tutorial, I am going to share a Difference Between DC and AC Motors. Both of these motors are used almost in every kind of robotic projects and if we talk about engineering projects then they are used in like 70% of the engineering projects.There are two main types of motors. Both are electrical motors named as : DC Motors AC Motors You should also have a look at Difference Between AC and DC Power. So, let's get started with Difference Between DC and AC Motors: 1. OperatingSource DC Motor DC motor operates on DC (Direct Current) and converts the electrical energy into mechanical energy. AC Motor DC motor operates on DC (Direct Current) and converts t ...
Blog
Basics of Critical Value: Definition, Types, and Calculation
Basics of Critical Value, Critical Value Definition, Critical Value Types, Critical Value Calculation
The critical value serves as a boundary that defines a specific range where the test statistic acquired during hypothesis testing, is improbable to lie within. The critical value is a benchmark against which the obtained test statistic is compared during hypothesis testing. This comparison helps in deciding whether to reject the null hypothesis or not. On a graph, the critical value explains the boundary between the acceptance and rejection areas in hypothesis testing. It aids in judging the statistical importance or significance of a test statistic. This article will explain the following basics of critical value: What is the critical value? Types of Critical Value. How to Calculate Critical Value? Examples of Critical Value. Summary.  What is Critical Value? A critical val ...
Blog
Scrolling Text on LCD with Arduino
Scrolling Text on LCD with Arduino, Scrolling text with Arduino, How to display scrolling text on LCD with Arduino, Display scrolling text on LCD using Arduino, Arduino to display scrolling text on LCD
Hello everyone! hope you all will be fine. In this article I am going to share the knowledge about displaying Scrolling Text on LCD with Arduino. A Liquid Crystal Display is usually known as LCD in the market. It is a display unit made up of liquid crystal. When we want to made electronics based projects, we need a device on which we can show the system’s output and the desired messages. There are a lot of such devices which are helpful to display the output messages and the most common is a seven segment display. Alternate good option is LCD, which are now available in different size having different qualities. 16×2 LCD Module is a most frequently used device for the electronic projects out of all the other types of LCD’s available in the marke ...
Blog
Introduction to BD136
Hello Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to BD136. BD136 is a medium power general-purpose transistor mainly used for switching and audio amplification purposes. It belongs to the PNP transistor family and comes with collector current 1.5A, indicating it can drive loads under 1.5A. The amplification factor ranges from 40 to 250, which means it can amplify the input signal up to 250 times. Both collector-emitter and collector-base voltages are 45V while the emitter-base voltage is 5V, indicating only 5V is required to bias this transistor. I suggest you read this entire post, as I’ll be detailing complete introduction to BD140 covering pinout, working principle, power r ...
Blog
C# DateTimePicker Control
C# datetimepicker control, introduction to C# datetimepicker, intro to C# datetimepicker control, basics of C# datetimepicker control
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 ...
Blog
Multiple LED Flasher Project using 555 Timer in Proteus ISIS
LED Flashing with 555timer, LED flashing in proteus, 555timer simulation in proteus,Proteus simulation of 555 timer
Hello friends, hope you all are enjoying and having fun. In today's tutorial, we are gonna see How to design a Multiple LED Flasher Project using 555 Timer in Proteus ISIS. In our previous tutorial we have seen How to design a LED Flasher Project with 555 Timer in Proteus ISIS, in which we have flashed single and double LEDs. In today's post, I am gonna extend that previous tutorial and will see How to flash multiple LEDs with 555 Timer in Proteus ISIS. Its quite a quick tutorial, as I don't have much material on it and its also quite simple so no much explanation is required. The complete project is given at the end for download but again as I always mention, try to design it by yourself, so that you get some knowledge out of it.This type of proj ...
Blog
What We Can Produce from Color-Coated Rolled Steel
What We Can Produce from Color-Coated Rolled Steel
The technology of manufacturing color-coated (or pre-painted) steel was patented by the UK-based company British Steel in the late 60s. Since then, galvanized steel with color coating has been used in the construction industry as a material with an optimal cost/durability ratio. In addition to the decorative function, color coating provides additional protection for galvanized steel from the influence of adverse environmental factors. What is color coating? Color coating is a film that consists of zinc, aluminum, or various alloys with a thickness range of 30-250 micrometers. This film protects steel materials from damage and corrosion, greatly improving their properties. The maximum adhesion of high-molecular compounds to the surface of a steel ro ...
Blog
Ramp Response of an LTI System in MATLAB
Ramp Response of an LTI system, Ramp response in matlab, matlab ramp response, ramp response of lti in matlab
Hello readers, Welcome to another tutorial about the signal and system. In this lecture, you are going to read details about the ramp response of a signal. In the past lectures, we have been dealing with different types of responses of LTI systems, and therefore, we know that linear invariant systems, or LTI systems, are those which follow the rules of linearity and are also time-invariant. So, at present, our focus is to examine what happens when the ramp signals are fed into the LTI system and which type of output signal we receive. Here is a glimpse at today’s topic that we will learn deeply. What is the RAMP signal? How can you define the ramp response? How to use the ramp function in MATLAB to get the ramp response? What are some important properties of the ramp function? How i ...
Blog
Dictionaries in Python using Jupyter Notebook
Dictionaries in Python using Jupyter Notebook, Dictionaries in Python, python Dictionaries, Dictionaries python, dictionary python, python dictionary
Hello students! Welcome to the new Python tutorial, where we are learning a lot about this programming language by applying the codes in a Jupyter notebook. It is interesting to see how simple codes with easy syntax can be useful to store, retrieve, and use data in different ways. Many things in Python are so unadorned and pre-defined that programmers may use them in a productive way without any issue.  In the previous lecture, we have seen the details of the sets and how different types of mathematical operations are used to get the required results. We have seen many codes, the examples of which were taken from day-to-day life. In the present lecture, the mission is to learn a new topic that is related to the concepts of previous lectures. Yet, it is important to have a glance at t ...