Skip to main content

Posts

Showing posts from January, 2021

About the Psychrometric Chart

1. Introduction The psychrometric chart shows graphically the parameters relating to water moisture in air. This application note describes the purpose and use of the psychrometric chart as it affects the HVAC engineer or technician. Air comprises approximately 78% nitrogen, 21% oxygen, and 1% other gases. But air is never dry, even in a desert. Two-thirds of the earth’s surface is covered with water and this, along with other surface water and rain, maintain low pressure water vapor to be suspended in the air making up part of the 1% of other gases. The psychrometric chart indicates the properties of this water vapor through the following parameters, each of which is explained in more detail below: dry bulb temperature wet bulb temperature (also known as saturation temperature) dew point temperature relative humidity moisture content (also known as humidity ratio) enthalpy (also known as total heat) specific volume (the inverse of density) You can download a psychrometric chart that y

Top 20 MatLab Interview Questions & Answers

  1) Explain what is MatLab? Where MatLab can be applicable? MatLab is a high-level programming language with an interactive environment for visualization, numerical computation and programming function. Matlab can be applicable at numerous instances like • Allows matrix manipulations • Plotting of functions and data • Implementation of algorithms • Creation of user interfaces • Analyze data • Develop algorithm • Create models and applications • Interfacing with programs written in other languages ( C++, C, Java and Fortran) 2) What does MatLab consist of? MatLab consists of five main parts • MatLab Language • MatLab working environment • Handle Graphics • MatLab function library • MatLab Application Program Interface (API) 3) Explain MatLab API (Application Program Interface)? MatLab API is a library that enables you to write Fortran and C programs that interact with MatLab. It contains the facilities for calling routines from MatLab, for reading and writing Mat files and calling Matl