21
Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Embed Size (px)

Citation preview

Page 1: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Presented by-

Md. Bashir UddinRoll: 1215502Dept. of BME

KUET, Khulna-9203

Page 2: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Data acquisition is the process of sampling signals that measure real world physical conditions and converting the resulting samples into digital numeric values that can be manipulated by a computer.

Data acquisition systems (abbreviated with the acronym DAS or DAQ) typically convert analog waveforms into digital values for processing.

Page 3: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203
Page 4: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Displacement Level Force Electric signal Etc.

Temperature Pressure Light Sound

Physical System

Physical system shows real world physical conditions which are represented as physical variables such as-

Page 5: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

A transducer is placed at the input of a measurement system.

A transducer is a device that changes one form of energy into another.

Sound Electric signal

Electric signal Sound

Microphone

Speaker

Page 6: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Signal Conditioning is the process in which noisy electrical signals are conditioned so that they can be used by an analog input board.

Signal Conditioner is an integrated device (defined as converter) that converts the output of the transducer into an electrical quantity suitable for operation.

Signal Condition

er

Noisy Electrical Signals from Transducer

Electrical Quantity Suitable for Operation to A/D Converter

Page 7: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Signal Amplification Linearization Conversion Filtering

Page 8: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

First step of signal conditioning is signal amplification by using amplifier.

For maximum resolution, the voltage range of the input signals should be approximately equal to the maximum input range of the A/D converter.

Amplification expands the range of the transducer signals so that they match the input range of the A/D converter.

For example,

Amplifier(Gain=10)

input signal Amplitude =1v

output signal amplitude =10v

Page 9: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Convert one type of electrical variation to another.Filtering is used to pass the signals with desired frequencies and blocks the unwanted frequencies to the A/D converter input.

Page 10: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Converter is an electronic circuit that converts signal in one form to another form.

Types of converters: 2 types

A/D ( Analog to Digital) converterD/A ( Digital to analog) converter

Page 11: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

A/D converter converts analog signal into digital signal.

Single chip integrated circuit A single input connection for the analog signal Multiple pins for digital output Each pin responds an output bit

Page 12: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

The process in which analog signal is converted into digital signal is called A/D conversion.

Steps of A/D conversion:SamplingQuantizingEncoding

SamplerQuantize

rEncoder

Analog Signal Sampled

SignalQuantized Signal

Digital Signal

Page 13: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Sampling is the process in which a continuous time signal is sampled to produce descrete time signal.

Sampling Rate is the number of sample per second. The higher the sampling rate, the better

reconstruction of original signal.

Analog Input

4 Samples/cycle 8 Samples/cycle

16 Samples/cycle

Page 14: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Aliasing: Acquired signal gets distorted if sampling rate is too small(less than Nyquist Rate)

Nyquist Rate=2*Frequency of original signal

Page 15: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Quantizing & Encoding

Page 16: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

4.16

When a signal is quantized, we introduce an error - the coded signal is an approximation of the actual amplitude value.

The difference between actual and coded value (midpoint) is referred to as the quantization error.

The more zones, the smaller which results in smaller errors.

Page 17: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

D/A converter converts digital signal into analog signal.

Single chip integrated circuit A single output connection for the analog

signal Multiple pins for digital input Each pin takes an input bit

Page 18: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Different alternatives:◦Programmable software.◦Data acquisition software packages.

Process, analyze, store, and display the acquired data with the help of software.

Page 19: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Involves the use of a programming language, such as:◦ C++, visual C++◦ BASIC, Visual Basic + Add-on tools (such as

VisuaLab with VTX)◦ Fortran◦ Pascal

Advantage: flexibility Disadvantages: complexity and steep

learning curve

Page 20: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203

Does not require programming. Enables developers to design the custom

instrument best suited to their application.Examples:

TestPoint, SnapMaster, LabView, DADISP, DASYLAB, etc.

Page 21: Presented by- Md. Bashir Uddin Roll: 1215502 Dept. of BME KUET, Khulna-9203