Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Notes  >  Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE) PDF Download

Embedded Computer Systems
Lecture Notes
Data Acquisition
and
Digital Signal Processing

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav

Data Acquisition

 

Data acquisition is the sampling of the real world to generate data that can be manipulated by a computer.
Sometimes abbreviated DAQ or DAS, data acquisition typically involves acquisition of signals and waveforms and processing the signals to obtain desired information.
The components of data acquisition systems include appropriate sensors that convert any measurement parameter to an electrical signal, which is acquired by data acquisition hardware.

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Data Acquisition

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Data Acquisition and Control

 

􀁺Physical systems (real-world phenomena)
􀁺Transducers and Actuators
􀁺Signal Conditioning equipment
􀁺Data Acquisition & Control Hardware
􀁺Software

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Analog-to-Digital Conversion

Analog-to-digital conversion (ADC) and digital-toanalog conversion (DAC) are the processes that allow digital computers to interact with everyday signals: voltage, current, distance, velocity, temperature, altitude, force, acceleration, pressure etc.

Digital information is different from its analog counterpart in two respects:
- it is sampled
- it is quantized

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

ADC Principles: S/H and Quantization

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Quantization Error

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Analog-to-Digital Conversion

 

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Sampling Theory

 

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Nyquist theorem:
Analog signal that has been digitized can be perfectly reconstructed
if the sampling rate was 1/(2W) seconds,
where W is the highest frequency in the original signal.

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Sampling Theory

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Using Analog Filters

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Basic A/D Architecture

􀁺 Flash ADC
􀁺 Succesive-approximation ADC
􀁺 Sigma-delta ADC

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Flash ADC

• Requires 4095 parallel comparators for 12-bit.
• Very fast, conversion is done in one step.
• Complexity doubles with each added bit of resolution.

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Succesive-approximation ADC

􀁺 Uses an internal n-bit DAC
􀁺 Conversion logic is a simple n-bit counter
􀁺 N-bit ADC requires 2^n cycles to perform a conversion in worst case.

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Delta-sigma ADC

• Requires 1-bit DAC: less susceptible to noise
• Requires high sampling rate, suitable for audio applications
• It has digital filter, so no need for expensive low-pass filters at input
• Resolution can be very high.

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Digital-to-Analog Converter (DAC)

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Transducers

• Converts physical properties such as temperature, pressure, force etc. to electrical signals.

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Signal Conditioning

􀁺 Amplifying
􀁺 Scaling
􀁺 Offsetting
􀁺 Filtering
􀁺 Linearization
􀁺 Isolation

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Digital Signal Processing

1) Specialized microprocessors (DSP)
2) Digital Signal Controllers (DSC)
3) FPGA, ASIC
4) Powerful general purpose microprocessors

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Example: Digital Filters

• Reproducable response
• Temperature insensitive
• Programmable

Example: FIR filter with 4 coefficients
• Unable to pass power
• Requires a power supply
• Frequency range limitations

 

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Case Study

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Getting the most from an ADC means scaling the maximum signal from each sensor to match the maximum input of the ADC. Therefore, we have to use an amplifier along with a scaling circuit. We may left the noise filtering on the acquired temperature to the program

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Table for Thermocouple

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Linear Interpolation

f(3)=0+(3-0)(0.261-0)/(10-0)=0.0783
(In the table, f(3) is given as 0.078)
Calculate the output of N-type thermocouple at 3 °C.
We will use two points: (0, 0) and (10, 0.261).

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

Programmable Gain Amplifier

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav

Digital Filtering

􀁺 A very simple FIR filter (moving average filter) attenuating the high frequencies:

Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

 

Embedded Computer Systems ------------------------------------------Next Slide --------------- Tolga Ayav 

A Solution
 

􀁺 Amplify the signal such that the output of the signal is approximately 10 volts at 120 C.
􀁺 Shift the signal 5 volts downwards.
􀁺 Implement a look-up table in the microcontroller
􀁺 Implement a digital Low Pass Filter to reduce EMI disturbance.
􀁺 Assume that ADC take the following samples

 

(Sampling rate is 10 ms):
− (2.81v, 2.94v, 2.68v, 2.56v, 2.78v, 2.12v, 2.48v, ...)
􀁺 What would be the current temperature according to your design?

The document Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE) is a part of Computer Science Engineering (CSE) category.
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)

FAQs on Chapter : Data Acquisition and Digital Signal Processing, PPT, Semester, Engineering - Computer Science Engineering (CSE)

1. What is data acquisition?
Ans. Data acquisition is the process of collecting, sampling, and digitizing real-world data to obtain useful information. It involves the measurement of physical quantities, such as temperature, pressure, or voltage, using sensors or transducers. The acquired data is then converted into a digital format for further processing and analysis.
2. How does digital signal processing (DSP) contribute to data acquisition?
Ans. Digital signal processing plays a crucial role in data acquisition by processing and analyzing the acquired data. It involves various techniques to filter, manipulate, and extract valuable information from the digitized data. DSP algorithms are used to remove noise, enhance signal quality, and perform mathematical operations such as Fourier transforms or digital filtering.
3. What are the advantages of digital signal processing over analog signal processing in data acquisition?
Ans. Digital signal processing offers several advantages over analog signal processing in data acquisition. Firstly, digital signals can be easily manipulated, filtered, and processed with high accuracy and precision. Secondly, digital processing allows for the implementation of complex algorithms and mathematical operations, enabling advanced data analysis. Additionally, digital signals can be easily stored, transmitted, and reproduced without loss of quality.
4. What are the common methods of data acquisition?
Ans. There are several common methods of data acquisition, including: - Direct data acquisition: This method involves connecting sensors or transducers directly to a computer or data acquisition system, which samples and digitizes the data in real-time. - Remote data acquisition: In this method, data is acquired from remote locations using sensors or transducers connected to a remote data acquisition system. The acquired data is then transmitted to a central location for further processing. - Web-based data acquisition: With the advancements in internet technology, web-based data acquisition allows users to remotely access and acquire data from various sensors or devices using the internet.
5. What are some applications of data acquisition and digital signal processing?
Ans. Data acquisition and digital signal processing have numerous applications in various fields, including: - Biomedical engineering: Data acquisition and DSP are used in medical devices, such as ECG or EEG machines, to monitor and analyze physiological signals. - Industrial automation: Data acquisition systems are used in industrial processes to monitor and control parameters such as temperature, pressure, or flow rate. - Communications: DSP plays a crucial role in signal processing for wireless communication systems, such as mobile phones or satellite communication. - Environmental monitoring: Data acquisition and DSP are employed in environmental monitoring systems to measure parameters like air quality, water quality, or weather conditions. - Automotive industry: Data acquisition and DSP are used in vehicle diagnostics, engine control systems, and advanced driver-assistance systems (ADAS) for improved performance and safety.
Download as PDF

Top Courses for Computer Science Engineering (CSE)

Related Searches

Chapter : Data Acquisition and Digital Signal Processing

,

past year papers

,

Viva Questions

,

Chapter : Data Acquisition and Digital Signal Processing

,

Semester

,

Exam

,

PPT

,

video lectures

,

Engineering - Computer Science Engineering (CSE)

,

ppt

,

Engineering - Computer Science Engineering (CSE)

,

Extra Questions

,

Semester

,

Chapter : Data Acquisition and Digital Signal Processing

,

Previous Year Questions with Solutions

,

Engineering - Computer Science Engineering (CSE)

,

study material

,

Important questions

,

shortcuts and tricks

,

Semester

,

mock tests for examination

,

Semester Notes

,

Sample Paper

,

Objective type Questions

,

practice quizzes

,

PPT

,

Summary

,

Free

,

MCQs

,

pdf

,

PPT

;