Signal conditioning, generation and acquisition Flashcards
INTERFACING DIGITAL SYSTEMS WITH ANALOGUE WORLD-WHAT ARE THESE SYSTEMS ?
Signal conditioning
Common circuits with operational amplifiers
filters
What is signal conditioning ?
Crucial step in the design of a mechatronic system.
GOALS:
-protection (prevents damage from high current or voltage)
-conversion (allows signal to be analysed)
-level (adapts the level of output to the input levels)
-noise reduction (eliminate spurious signals)
-manipulation (makes signal easier to understand)
SIGNAL CONDITIONING - What is protection
Protection: ZENER DIODE. Break down when voltage goes above the set limit. Its resistance drops and so as the voltage.
Protection: Optoisolator
Is used to isolate circuits and protect hardware from damage.
It converts the electrical signal into an optical signal. And then detected by an Output
What are operational amplifiers ?
Basis of many signal conditioning modules is the operational amplifier. They can perform mathematical operations when equipped right (with comparator, inverting amplifier, etc..)
Operational amplifiers-What is a comparator?
Detects when difference between two signals is positive or negative
Operational amplifiers-What is an inverting amplifier ?
Often, need to amplify/attenuate a signal to make it compatible with data acquisition system.
Operational amplifiers-What is a non inverting amplifier ?
only to amplify signal
Operational amplifiers-What is a summing amplifier?
Sum two or more signal
WHAT IS A FILTER ?
Signals filtered before being elaborated.
Low-pass filters (removal of high frequency noise), are the most common filters
CONVERSION : A/D AND D/A; How an analogue signal is converted ?
Through different units. The continuous analogue signal goes through sample and hold and converter, to become digital. Discretised in time and in magnitude. = called A/D acquisition.
What are the main types of A/D converters?
- successive approximations
-flash ramp
-dual ramp
voltage to frequency
A/D CONVERTERS - what are ramp converters?
slow method. Generated input and rise. Compared with analogue input.
A/D CONVERTERS - what IS SUCCESSIVE APPROXIMATION ?
Add successive lesser significant bits for which total does not exceed analogue value.
example : convert 5v input
xxxx (initial conversion value unknown)
protocol :
1. test most significant bit
2. compare with 15V/2 (7.5V)
3. if measured voltage greater than comparator, set 1, else =0
4. 5>7.5= FALSE => 0xxx
etc…