SlideShare a Scribd company logo
1 of 26
ELECTRONIC ENGINEERING
Digital Control System
Digital Filters on Open-Loop System
Open-loop control systems are widely used in
numerous applications. This presentation
introduces digital filters and their importance in
the design of open-loop systems. Let's explore
together!
by Htet Wai Yan
5EcE-2R
CONTENTS OF THIS PRESENTATION
1. Digital Filters on Open-Loop System
2. Digital Filters: Understanding the Basics
3. Introduction to Open-Loop Systems
4. Why use Digital Filters on Open-Loop Systems?
5. Digital Filters in Digital Control Systems
6. Mathematical Expression of Digital Filters
7. Software Implementation of Digital Filters using MATLAB
8. Application of Digital Filters on Open-Loop Systems
9. Pros and Cons of Using Digital Filters
10. Conclusion
Digital Filters: Understanding the Basics
Digital filters are algorithms
that remove unwanted
components from signals.
What are digital filters?
1
Digital filters operate in the
digital domain, processing
signals that have been
converted from analog to
digital form.
How do they work?
2
Digital Filters: Understanding the Basics
They improve signal quality
and reduce the impact of
noise, thereby enhancing
system performance.
Why are they important?
3
Low-pass, high-pass, band-
pass, and band-stop filters
are some common digital
filters found in open-loop
systems.
Types of digital filters
4
Introduction to
Open-Loop Systems
What are open-
loop systems?
An open-loop system operates
without feedback, meaning that the
output is not compared to the
desired signal.
Components of
open-loop systems
A typical open-loop system
consists of a controller, actuator,
and plant.
Why are they used?
Open-loop systems are simple and fast,
and are often used for processes that are
predictable and require single control
outputs.
Why use Digital Filters on Open-Loop Systems?
Cost-Effective
Generally cheaper than analog
filters and have a longer
lifespan.
Reduce Noise
Reducing the effect of noise on
signals, which can improve the output
quality of open-loop systems.
Efficient
Processing
Digital filters are
computationally efficient
and can be implemented using
low-cost processors.
Challenges
Digital Filters in Digital Control Systems
Digital filters in digital
control systems help
achieve desired
frequency response,
harmonics reduction
and high precision
output.
Advantages
Digital filters offer a
wide range of cutoff
frequencies, linearity,
and the ability to
correct for non-
linearities in the
system.
Digital filters require
proper design and
implementation for
their optimal
performance and can
be susceptible to
quantization errors
and delays.
11
Challenges
Digital Filters in Digital Control Systems
Digital filters in digital
control systems help
achieve desired
frequency response,
harmonics reduction
and high precision
output.
Advantages
Digital filters offer a
wide range of cutoff
frequencies, linearity,
and the ability to
correct for non-
linearities in the
system.
Digital filters require
proper design and
implementation for
their optimal
performance and can
be susceptible to
quantization errors
and delays.
12
Challenges
Digital Filters in Digital Control Systems
Digital filters in digital
control systems help
achieve desired
frequency response,
harmonics reduction
and high precision
output.
Advantages
Digital filters offer a
wide range of cutoff
frequencies, linearity,
and the ability to
correct for non-
linearities in the
system.
Digital filters require
proper design and
implementation for
their optimal
performance and can
be susceptible to
quantization errors
and delays.
13
Types of Digital Filters
 Linear filters & Non-linear filters
 Causal filter & Non-causal filter
 Time-invariant filter & Time-variant filter
 Stable filter & Unstable filter
 Finite impulse response(FIR) filter
 Infinite impulse response (IIR) filter
Mathematical Expression of
Digital Filters
1
n
ion
n be
gn
2
in
m.
3
Mathematical
Expression of
Digital Filters
1
Transfer Function
Derive the transfer function
of a digital filter and it can be
used to analyze and design
the filter.
2
in
m.
3
Mathematical
Expression of
Digital Filters
1
Transfer Function
Derive the transfer function
of a digital filter and it can be
used to analyze and design
the filter. 2
Z-Transform
The role of the Z-transform is
representing discrete-time
signals and systems, and it
relates to the Fourier transform.
𝐻(𝑧) =
(𝑧 ^ 2 + 2𝑧 + 1)
(𝑧 ^ 2 + 1/4 ∗ 𝑧 − 3/8)
/
3
Mathematical
Expression of
Digital Filters
1
Transfer Function
Derive the transfer function
of a digital filter and it can be
used to analyze and design
the filter. 2
Z-Transform
The role of the Z-transform in
representing discrete-time
signals and systems, and it
relates to the Fourier transform.
𝐻(𝑧) =
(𝑧 ^ 2 + 2𝑧 + 1)
(𝑧 ^ 2 + 1/4 ∗ 𝑧 − 3/8)
/
3
Software Implementation
of Digital Filters using
MATLAB
How to create digital
filters in MATLAB
MATLAB provides a range of tools
for designing digital filters. We can
create filters using built-in functions
and Simulink or using the Filter
Design and Analysis app.
Design of a minimum-order lowpass FIR filter with a passband frequency of
0.37*pi rad/sample, a stopband frequency of 0.43*pi rad/sample , a passband
ripple of 1 dB and a stopband attenuation of 30 dB.
Fpass = 0.37;
Fstop = 0.43;
Ap = 1;
Ast = 30;
d = designfilt('lowpassfir’,
'PassbandFrequency',Fpass,...
‘StopbandFrequency',Fstop,
‘PassbandRipple',Ap,
'StopbandAttenuation',Ast);
hfvt = fvtool(d);
MATLAB Code
Application of Digital Filters on Open-Loop Systems
Digital filters can be used to
process and filter signals from
sensors and other inputs in
open-loop control systems.
Signal Processing Navigation and Guidance
Digital filters can improve the
accuracy and stability of
navigation and guidance systems
in open-loop control systems,
such as drones and robots.
Motion Control
Use digital filters to control
the motion of motors and
other actuators in open-loop
systems and optimize
performance.
Pros and Cons of Using Digital Filters
selecting the right filter type and
parameters, and testing and verifying
the filter performance.
Best Practices
computational complexity, and how
to overcome them.
Limitations
improved accuracy, stability, and
noise reduction
Advantages
01
02
03
Conclusion
Digital filters are versatile tools for improving the output quality
and performance of open-loop systems. They offer efficient
processing, cost-effective design, and can be implemented using
software tools like MATLAB. However, care must be taken
during filter design and implementation to ensure optimal
performance and avoid non-linearities.
References
• Jervis, B. W. (2019). The Digital Filter Handbook.
Springer.
• Oppenheim, A. V., & Schafer, R. W. (2010). Discrete-
time signal processing (3rd ed.). Pearson.
• en.m.wikipedia.org/wiki/Digital_filter
• https://www.mathworks.com/help/signal/ug/practical-
introduction-to-digital-filter-design.html
CREDITS: This presentation template was
created by Slidesgo, including icons by
Flaticon, and infographics & images by
Freepik
Do you have any questions?
THANKS!

More Related Content

Similar to digital filters on open-loop system.pptx

Matlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax AppliacationMatlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax Appliacationiosrjce
 
Design of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search AlgorithmDesign of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search AlgorithmIJERA Editor
 
IRJET- Decimator Filter for Hearing Aid Application Based on FPGA
IRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGAIRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGA
IRJET- Decimator Filter for Hearing Aid Application Based on FPGAIRJET Journal
 
Ppt on speech processing by ranbeer
Ppt on speech processing by ranbeerPpt on speech processing by ranbeer
Ppt on speech processing by ranbeerRanbeer Tyagi
 
An Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive FilteringAn Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive FilteringRenee Wardowski
 
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET Journal
 
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...IJERA Editor
 
Computer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid PulseComputer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid PulseCSCJournals
 
Partitioning Data Acquisition Systems (Design Conference 2013)
Partitioning Data Acquisition Systems (Design Conference 2013)Partitioning Data Acquisition Systems (Design Conference 2013)
Partitioning Data Acquisition Systems (Design Conference 2013)Analog Devices, Inc.
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptxHydVlsi
 
Performance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDAToolPerformance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDAToolijtsrd
 
Performance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filterPerformance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filterSubhadeep Chakraborty
 
IIR Filter Design for De Nosing Speech Signal using Matlab
IIR Filter Design for De Nosing Speech Signal using MatlabIIR Filter Design for De Nosing Speech Signal using Matlab
IIR Filter Design for De Nosing Speech Signal using Matlabijtsrd
 
System Partitioning and Design - VE2013
System Partitioning and Design - VE2013System Partitioning and Design - VE2013
System Partitioning and Design - VE2013Analog Devices, Inc.
 
DIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docxDIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docxgreatmike3
 

Similar to digital filters on open-loop system.pptx (20)

Matlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax AppliacationMatlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax Appliacation
 
Design of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search AlgorithmDesign of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
 
IRJET- Decimator Filter for Hearing Aid Application Based on FPGA
IRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGAIRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGA
IRJET- Decimator Filter for Hearing Aid Application Based on FPGA
 
Ppt on speech processing by ranbeer
Ppt on speech processing by ranbeerPpt on speech processing by ranbeer
Ppt on speech processing by ranbeer
 
An Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive FilteringAn Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive Filtering
 
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
 
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
 
Adaptive filters
Adaptive filtersAdaptive filters
Adaptive filters
 
Computer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid PulseComputer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid Pulse
 
Partitioning Data Acquisition Systems (Design Conference 2013)
Partitioning Data Acquisition Systems (Design Conference 2013)Partitioning Data Acquisition Systems (Design Conference 2013)
Partitioning Data Acquisition Systems (Design Conference 2013)
 
File 2
File 2File 2
File 2
 
Cr36560564
Cr36560564Cr36560564
Cr36560564
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptx
 
Performance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDAToolPerformance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDATool
 
Performance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filterPerformance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filter
 
IIR Filter Design for De Nosing Speech Signal using Matlab
IIR Filter Design for De Nosing Speech Signal using MatlabIIR Filter Design for De Nosing Speech Signal using Matlab
IIR Filter Design for De Nosing Speech Signal using Matlab
 
System Partitioning and Design - VE2013
System Partitioning and Design - VE2013System Partitioning and Design - VE2013
System Partitioning and Design - VE2013
 
DIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docxDIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docx
 
1749 1756
1749 17561749 1756
1749 1756
 
1749 1756
1749 17561749 1756
1749 1756
 

Recently uploaded

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

digital filters on open-loop system.pptx

  • 2. Digital Filters on Open-Loop System Open-loop control systems are widely used in numerous applications. This presentation introduces digital filters and their importance in the design of open-loop systems. Let's explore together! by Htet Wai Yan 5EcE-2R
  • 3. CONTENTS OF THIS PRESENTATION 1. Digital Filters on Open-Loop System 2. Digital Filters: Understanding the Basics 3. Introduction to Open-Loop Systems 4. Why use Digital Filters on Open-Loop Systems? 5. Digital Filters in Digital Control Systems 6. Mathematical Expression of Digital Filters 7. Software Implementation of Digital Filters using MATLAB 8. Application of Digital Filters on Open-Loop Systems 9. Pros and Cons of Using Digital Filters 10. Conclusion
  • 4. Digital Filters: Understanding the Basics Digital filters are algorithms that remove unwanted components from signals. What are digital filters? 1 Digital filters operate in the digital domain, processing signals that have been converted from analog to digital form. How do they work? 2
  • 5. Digital Filters: Understanding the Basics They improve signal quality and reduce the impact of noise, thereby enhancing system performance. Why are they important? 3 Low-pass, high-pass, band- pass, and band-stop filters are some common digital filters found in open-loop systems. Types of digital filters 4
  • 7. What are open- loop systems? An open-loop system operates without feedback, meaning that the output is not compared to the desired signal.
  • 8. Components of open-loop systems A typical open-loop system consists of a controller, actuator, and plant.
  • 9. Why are they used? Open-loop systems are simple and fast, and are often used for processes that are predictable and require single control outputs.
  • 10. Why use Digital Filters on Open-Loop Systems? Cost-Effective Generally cheaper than analog filters and have a longer lifespan. Reduce Noise Reducing the effect of noise on signals, which can improve the output quality of open-loop systems. Efficient Processing Digital filters are computationally efficient and can be implemented using low-cost processors.
  • 11. Challenges Digital Filters in Digital Control Systems Digital filters in digital control systems help achieve desired frequency response, harmonics reduction and high precision output. Advantages Digital filters offer a wide range of cutoff frequencies, linearity, and the ability to correct for non- linearities in the system. Digital filters require proper design and implementation for their optimal performance and can be susceptible to quantization errors and delays. 11
  • 12. Challenges Digital Filters in Digital Control Systems Digital filters in digital control systems help achieve desired frequency response, harmonics reduction and high precision output. Advantages Digital filters offer a wide range of cutoff frequencies, linearity, and the ability to correct for non- linearities in the system. Digital filters require proper design and implementation for their optimal performance and can be susceptible to quantization errors and delays. 12
  • 13. Challenges Digital Filters in Digital Control Systems Digital filters in digital control systems help achieve desired frequency response, harmonics reduction and high precision output. Advantages Digital filters offer a wide range of cutoff frequencies, linearity, and the ability to correct for non- linearities in the system. Digital filters require proper design and implementation for their optimal performance and can be susceptible to quantization errors and delays. 13
  • 14. Types of Digital Filters  Linear filters & Non-linear filters  Causal filter & Non-causal filter  Time-invariant filter & Time-variant filter  Stable filter & Unstable filter  Finite impulse response(FIR) filter  Infinite impulse response (IIR) filter
  • 15. Mathematical Expression of Digital Filters 1 n ion n be gn 2 in m. 3
  • 16. Mathematical Expression of Digital Filters 1 Transfer Function Derive the transfer function of a digital filter and it can be used to analyze and design the filter. 2 in m. 3
  • 17. Mathematical Expression of Digital Filters 1 Transfer Function Derive the transfer function of a digital filter and it can be used to analyze and design the filter. 2 Z-Transform The role of the Z-transform is representing discrete-time signals and systems, and it relates to the Fourier transform. 𝐻(𝑧) = (𝑧 ^ 2 + 2𝑧 + 1) (𝑧 ^ 2 + 1/4 ∗ 𝑧 − 3/8) / 3
  • 18. Mathematical Expression of Digital Filters 1 Transfer Function Derive the transfer function of a digital filter and it can be used to analyze and design the filter. 2 Z-Transform The role of the Z-transform in representing discrete-time signals and systems, and it relates to the Fourier transform. 𝐻(𝑧) = (𝑧 ^ 2 + 2𝑧 + 1) (𝑧 ^ 2 + 1/4 ∗ 𝑧 − 3/8) / 3
  • 19. Software Implementation of Digital Filters using MATLAB
  • 20. How to create digital filters in MATLAB MATLAB provides a range of tools for designing digital filters. We can create filters using built-in functions and Simulink or using the Filter Design and Analysis app.
  • 21. Design of a minimum-order lowpass FIR filter with a passband frequency of 0.37*pi rad/sample, a stopband frequency of 0.43*pi rad/sample , a passband ripple of 1 dB and a stopband attenuation of 30 dB. Fpass = 0.37; Fstop = 0.43; Ap = 1; Ast = 30; d = designfilt('lowpassfir’, 'PassbandFrequency',Fpass,... ‘StopbandFrequency',Fstop, ‘PassbandRipple',Ap, 'StopbandAttenuation',Ast); hfvt = fvtool(d); MATLAB Code
  • 22. Application of Digital Filters on Open-Loop Systems Digital filters can be used to process and filter signals from sensors and other inputs in open-loop control systems. Signal Processing Navigation and Guidance Digital filters can improve the accuracy and stability of navigation and guidance systems in open-loop control systems, such as drones and robots. Motion Control Use digital filters to control the motion of motors and other actuators in open-loop systems and optimize performance.
  • 23. Pros and Cons of Using Digital Filters selecting the right filter type and parameters, and testing and verifying the filter performance. Best Practices computational complexity, and how to overcome them. Limitations improved accuracy, stability, and noise reduction Advantages 01 02 03
  • 24. Conclusion Digital filters are versatile tools for improving the output quality and performance of open-loop systems. They offer efficient processing, cost-effective design, and can be implemented using software tools like MATLAB. However, care must be taken during filter design and implementation to ensure optimal performance and avoid non-linearities.
  • 25. References • Jervis, B. W. (2019). The Digital Filter Handbook. Springer. • Oppenheim, A. V., & Schafer, R. W. (2010). Discrete- time signal processing (3rd ed.). Pearson. • en.m.wikipedia.org/wiki/Digital_filter • https://www.mathworks.com/help/signal/ug/practical- introduction-to-digital-filter-design.html
  • 26. CREDITS: This presentation template was created by Slidesgo, including icons by Flaticon, and infographics & images by Freepik Do you have any questions? THANKS!