Difference between Input Conditioning and Output Conditioning Unit Last Updated : 22 May, 2020 Summarize Comments Improve Suggest changes Share Like Article Like Report While transferring the signals from user to computer system and vice-versa, there might be change in the frequency range, voltage amplification or in voltage level of the electrical signals. In order to meet the levels and such attributes regarding electrical signals, different conditioning is done. There are two mainly conditioning units in the system: 1. Input Conditioning Unit : Input conditioning unit is the conditioning that changes characteristics of the electrical signals coming from sensor/environment and going to the input interface unit of the system. There might be problems like the voltage of the incoming electrical signals are of milli volt range and system is accepting only volt range. For such cases input conditioning unit is used. 2. Output Conditioning Unit : Output conditioning unit is the conditioning that changes characteristics of the electrical signals coming from system and going to the environment/actuator. There might be problems like the frequency range of the outgoing electrical signals don't meet with scale of actuator. For such cases output conditioning unit is used. Difference between Input and Output Conditioning Unit: INPUT CONDITIONING UNIT OUTPUT CONDITIONING UNIT It is used for conversion of characteristics of incoming signals. It is used for conversion of characteristics of outgoing signals. It takes input from sensor. It takes input from output interface unit. It gives output to the input interface unit. It gives output to the actuator. It is a mediator between sensor and input interface so that signals can be scaled. It is a also mediator between output interface and actuator so that signals can be scaled. It converts low range frequency signals to high range frequency signals. It converts high range frequency signals to low range frequency signals. Example: Conversion of signals from photo-voltaic cell from mV to V. Example: Conversion of frequency of signals to user convenience. Comment More infoAdvertise with us Next Article Difference between Control Structure and Control Statement P pp_pankaj Follow Improve Article Tags : Operating Systems Difference Between Similar Reads Difference between Input and Output Interface Unit Computer system operates the computation on the digital signals but the user sends analog signals to the computer system. Interface Units are basically used for the conversion of the signals in the computer system so that mutual communication and understanding can be established between environment 2 min read Difference between Control Structure and Control Statement 1. Control Structure :Control Structure, as name suggests, is basically a set of statements and control statements that are controlling their execution. 2. Control Statement :Control Statement, as name suggests, is basically a statement that is used to determine control flow of set of statements. It 2 min read Difference between Combinational and Sequential Circuit In digital electronics, circuits are classified into two primary categories: The combinational circuits and the sequential circuits. Where the outputs depend on the current inputs are called combination circuit, combinational circuits are simple and effective for functions like addition, subtraction 4 min read Difference Between su and su - Command in Linux As a new Linux user, you may always face confusion regarding the difference between `su` command and `su -` command. In Linux, the `su` command is used to switch to another user account. However, there are two variations of the `su` command: `su` and `su -` (su hyphen).Table of ContentWhat is Linux 6 min read Difference between System Unit and CPU Computers are amazing machines that help us study, play games, and connect with friends. But have you ever wondered how they work? Two key parts make computers run smoothly: the System Unit and the Central Processing Unit (CPU). Letâs break them down in a way thatâs easy to understand, so you can le 4 min read Difference between Test Scenario and Test Condition in Software Engineering 1. Test Scenario: A test Scenario refers to all possible ways of testing a software application. Each probable way or method tests any part of the application like all possible functionalities, attributes, features, and aspects of the software. Some examples of Test scenarios are â Check if Admin is 3 min read Like