Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Academia.eduAcademia.edu

Resistance Caluculator with GUI using MATLAB

2020, MATLAB Research Project

This paper relates to the information on creating a MATLAB application with resistor value calculation program. In this application, use Graphical User Interface (GUI) for ease to use. It notes the use of color code technique to manually calculate value of resistors. This color code calculator will help to determine the value of resistors marked with color bands and tolerance band. It can be used for 3 and 4 band resistors. We can input the color of bands in the GUI and then it calculates the value of resistor and its tolerance in ohms.

I. INTRODUCTION

The resistor is a passive electrical component to create resistance in the flow of electric current. A few examples for applications include delimit electric current, voltage division, and fix time constants. Practically all leaded resistors with a power rating up to one watt are marked with color bands. Together they specify the resistance value, the tolerance and sometimes the reliability. The resistance color code calculator will help to determine the value of resistors marked with color bands. It can be used for 4 band resistors. So we can enter the color of the corresponding bands in the table. Then, calculates the value of the resistor and display it on the output table.

II. DESIGN AND IMPLEMENTATION

A. Color Code

The color code is given by several bands. Together they specify the resistance value, the tolerance. The number of bands varies from three to six. As a minimum, two bands indicate the resistance value and one band serves as multiplier.

Table1. Resistance Color-Code chart with tolerance, temperature co-efficient and failure rate. .m file -contains the code in MATLAB 2018 that controls the GUI. In this file, we can program the callbacks in this file using the M-file editor. This resistor color code calculator will help to determine the value of resistors marked with color bands. It can be used for 4 band resistor. We can put the colors of the corresponding bands in the table. The output panel will display the value of the resistor in ohms, Kilo ohms and tolerance in ohms.

B. Resistance 4-Band

IV. CONCLUSION

This resistor color code calculator will help to determine the value of resistors marked with color bands. It can be used for 4 band resistor. We can put the color of the corresponding bands in the input panel. Finally, the output panel will display the value of the resistor.

V. FUTURE SCOPE

In future, this application will be use for the measurement of resistance value, tolerance and temperature co-efficient and failure rate for 6 band color code resistor.