SlideShare a Scribd company logo
LOW-POWER INNOVATIVE
TECHNIQUES
MULTIPLE LOW-POWER APPROACHES, GDM LOW-POWER MANAGEMENT
FOR PERIODIC ACTIVITY MONITORING
OUTLINE
• Motivation
• Introduction
• Current Research Papers
• Objective & challenges
• Granular Decision Making (GDM)
• Architecture
• Example
• Experimental results
• Conclusion and Further Discussions
• Future of The Future !
• References
MOTIVATION
INTRODUCTION
• Internet of Things (IoT), ubiquitous and wearable
computing fields are evolving rapidly.
• Design Challenges: Size, Cost and Power.
• Wireless Charging.
• Kinetic Energy.
INTRODUCTION
CHALLENGES & TECHNIQUES
• Energy is the most critical resource in a battery operated
device (ex. sensor).
• Radio interface consumes the most energy
• Ratio of energy requirements of CPU / radio interface
E(1 Instruction of CPU) : E(Sending of 1 bit) ≈1:1500 – 1:2900
Eradio = (P(per Bit)* Number of Bits)+ (I sleep* V * T)
• GPS is the worst sensor in power consumption.
• 6LoWPAN
• Bluetooth low energy (LE) by Nokia Research Centre (Wibree).
• Nike+ wireless technology by Nike and Apple.
BATTERIES
• Cost
• Behavioral factors:
• Temperature.
• Self Discharge.
• Memory Effect.
• Environmental factors:
• Leakage, gassing, toxicity.
• Shock resistance.
RESEARCH PAPERS
• Mohammad-Mahdi Bidmeshki, Roozbeh Jafari, “Low Power Programmable Architecture for
Periodic Activity Monitoring”, The University of Texas at Dallas, April 2013.
• Cohn, Gabe, et al. "An ultra-low-power human body motion sensor using static electric
field sensing." Proceedings of the 2012 ACM Conference on Ubiquitous Computing. ACM,
2012.
• Chen, Chih-Yuan, et al. "A low-power bio-potential acquisition system with flexible PDMS
dry electrodes for portable ubiquitous healthcare applications."Sensors 13.3 (2013): 3077-
3091.
• Park, Chulsung, et al. "An ultra-wearable, wireless, low power ECG monitoring
system." Biomedical Circuits and Systems Conference. BioCAS. IEEE, 2006.
• Cho, Moon-Haeng, and Cheol-Hoon Lee. "A low-power real-time operating system for ARC
(actual remote control) wearable device." Consumer Electronics, IEEE Transactions on 56.3
(2010): 1602-1609.
• Gao, Yuan, et al. "Low-power ultrawideband wireless telemetry transceiver for medical
sensor applications." Biomedical Engineering, IEEE Transactions on58.3 (2011): 768-772.
AN ULTRA-WEARABLE, WIRELESS, LOW POWER
ECG MONITORING SYSTEM
• Since the most power hungry component in
a wireless monitoring system is the wireless
transceiver.
• Using a low power wireless node can provide
a simple solution to such power issue.
• In this paper, the low power transceiver
inside “Eco” consumes 10 mA in
transmission mode (1Mbps, 0dBm) and 22
mA in receiving mode.
LOW-POWER ULTRAWIDEBAND WIRELESS
TELEMETRY
• Impulse radio- ultrawideband (IR-UWB)
communication transmits data using a short pulse of
few nanoseconds.
• Transceiver can achieve low power by turning on only
during pulse transmission.
• This makes transceiver power consumption scalable
with data rate.
• So, High energy efficiency can be achieved over a
wide range of data rates.
• The transmitter consumes an average power of
0.35 mW.
A LOW-POWER REAL-TIME OPERATING SYSTEM
FOR ARC
• To solve the problem of hardware constraints, wearable computers
must use small and low-power RTOS.
• In this paper, a new low-power RTOS designed specifically for active
remote control (ARC) wearable device.
 ARC is a wearable wristwatch-type universal
remote control and is based on a 3-axis
accelerometer sensor to recognize forearm
gestures.
 Experimental results showed that the
proposed RTOS could achieve energy savings
up to 47%.
AN ULTRA-LOW-POWER HUMAN BODY
MOTION SENSOR USING STATIC ELECTRIC
FIELD SENSING
• In this paper, an ultra low-power approach for passively
sensing body motion using static electric fields,
lowering power requirement by orders of magnitude.
• The application used here to infer the amount and type
of body motion anywhere on the body.
• Their approach of sensing user’s movement builds on
the work in the space of electric field (EF) sensing used
in Human Computer Interaction.
• Lowest power commercially available accelerometers
consume 400-100 µW and latest research device 36 µW.
• The sensors consume only 3.3 µW, and wake-up
detection consumes another 3.3 µW, totaling 6.6 µW.
GDM LOW-POWER MANAGEMENT FOR
PERIODIC ACTIVITY MONITORING
• Real-time sensing of human body movements has many applications in healthcare and
wellness assessment.
• Using real-time activity monitoring and classification, special events can be captured.
• Body Sensor Networks (BSNs) provide such functionality.
• By placing these tiny nodes on different parts of the body, it can monitor every health
related event.
• Sensor nodes equipped with inertial sensors can naturally capture human body
movements.
• Major Challenges: Power, Battery size
OBJECTIVE & CHALLENGES
• Create batteryless units which can use body movements, heat as a
source of energy.
• Challenge: power budget of such sources in the order of µW, current
microcontrollers still require few mW or hundreds of µW.
• ASIC design can satisfy this power requirement but limited.
• The Granular Decision Making (GDM) architecture was proposed to
perform less extensive but very low power signal processing.
GRANULAR DECISION MAKING (GDM)
• If signal is an immediate reject, GDM won’t activate remaining signal processing modules.
• If a signal is likely of interest, GDM increases the decision accuracy and power to make
more confident decisions.
• Processing modules of GDM is called Screening Blocks
• A microcontroller can be used at the bottom level to thoroughly process the signal.
• If no processing needed, GDM can enable data recording/forwarding mechanism.
• This allows GDM to prevent the higher cost processing of non-target signals.
• This approach will provide a signal processing satisfies the µW power budget.
ARCHITECTURE
ARCHITECTURE
• The proposed architecture’s main feature is to reject non-target
activities with a very low power cost.
• GDM architecture is based on wavelet extracted features and mainly
applicable to dynamic and periodic activities.
• Tunable parameters are:
the number of features
Level of wavelet packet decomposition in which the features are computed
• Power consumption is directly related to these two parameters in
terms of processing.
ARCHITECTURE
EXAMPLE
• Assume we are sampling a quantity like acceleration continuously and process it using a window
(buffer) of size n. Wavelet packet transform is used to decompose the signal (window) up to J=
log2 𝑛 levels.
• Fig.1 shows wavelet decomposition tree for signals (window) of length 16 up to level log2 16 =4
• Local Discriminant Bases (LDB) was used to best represent the discrimination of signals (e.g., dashed
boxes in Fig.1)
• To reduce number of features for the discrimination task (same length), statistical measures such as
Fisher’s class separability measure was used to find the strength of each feature.
• Then fewer most powerful individual bases (features) in LDB are selected for the discrimination task.
EXAMPLE (CONT.)
• By experimenting on real inertial data, it shows that often using more features of
higher levels can produce more accurate results but will have higher cost.
• To compute an individual base at level j+1, corresponding bases at j are required.
• The above property is used to build a hierarchical architecture that aims to reject
non-target actions at the lowest possible computation cost.
• Using robust fisher’s measure, we find up to Ki most powerful individual bases at
level i. Then decision making modules are made at level I which use k= 1,2..Ki
most powerful bases for accepting or rejecting a signal.
• The decision making modules are called Screening Blocks Bi,k and have different
costs (power consumption), as they use different number of features and extract
features from various levels.
ARCHITECTURE
• A proposed methodology was made to select a
path of screening blocks that reduces overall
cost.
• To remove computation redundancy, a
screening block may get features from
previous blocks if it using features of same
level.
• Each screening block processes the signal and
if it confirms that it’s likely useful, it triggers
the next screening block.
• This approach reduces the cost of processing
non-target signals by removing them early.
EXPERIMENTAL RESULTS
• Measuring power consumption of proposed architecture, it should
consider implementation details of architecture and most important
the characteristics of the data and sensor readings obtained through
BSNs.
• It’s crucial to specify the activation freq. of screening blocks, as it has
significant effect the overall power consumption.
• Switching activity annotations was used to get the power consumption
of each screening block as in Table 1.
EXPERIMENTAL RESULTS
• To get the inertial data of the activities,
four subjects were used in the experiments
and were asked to perform a set of
periodic movements and non-periodic
movements.
• 5% of periodic movements from table 2.
• Each subject wore 5 sensor nodes.
• The data for each movement were located
for 30 seconds at 25Hz sampling rate and
12 bits resolution
EXPERIMENTAL RESULTS
POWER SAVING
CONCLUSION
• The proposed GDM architecture to discriminate periodic activities for
use in BSN applications and uses wavelet extracted features to reject
non-target actions early to reduce the need for expensive processing.
• On average, 75.7% power saving was obtained while maintaining
96.9% sensitivity on real motion data from several activities.
• For future work, The effect of other parameters such as sampling
frequency, bit resolution, windows size and wavelet type on the
accuracy, complexity shall be investigated.
• Detection of some actions may require data from multiple nodes, data
fusion from multiple nodes shall be considered in future work too.
FURTHER DISCUSSIONS
• For Low-power ECG, Future work includes tighter integration of QUASAR’s sensor and
improving both power efficiency and wireless performance
• For Low-power RTOS, Future work might include further adjustment of the proposed
RTOS for other wearable applications.
• In addition, authors would like to explore power-aware OLED and memory-aware low-
power techniques for wearable consumer market.
• For human body motion sensor using static electric field, plenty of applications for this
approach is ideally suited like FitBit as its sensitivity to footsteps makes it ideal for
pedometer-based physiological calorimetry.
• Also, a correlation between their signal and accelerometer have been shown which
consumed 1-2 orders of magnitude more power than their proposed approach.
FURTHER DISCUSSIONS [CONT.]
• Future work for this approach is going to improve the hardware of the sensors used
• Authors claim they could still dramatically reduce the power consumption of the front-
end hardware by implementing a custom analog IC.
• Although power consumption is already very low, it was implemented using higher
bandwidth commercially off-the shelf parts.
• And despite the signal has already low bandwidth of 10 Hz, they estimate that if a
custom analog IC was integrated to their system, it will consume between 1 and 10 nW
(about 3 order of magnitude lower power than their existing approach).
FUTURE OF THE FUTURE !!
• Although most of the mentioned approaches are great, but still they are
still using the same non-renewable energy resources.
• Low-power is not needed by wearable computing only but also and most
importantly the Environment.
• Researchers and big companies all over the world are searching and
researching on other future renewable resources.
• Apple is trying to buy the idea of super-capacitor graphene.
• OLED applications such as OLED displays also is being
investigated on researches for the wearable computing industry.
REFERENCES
• Mohammad-Mahdi Bidmeshki, Roozbeh Jafari, “Low Power Programmable Architecture for
Periodic Activity Monitoring”, The University of Texas at Dallas, April 2013.
• Cohn, Gabe, et al. "An ultra-low-power human body motion sensor using static electric
field sensing." Proceedings of the 2012 ACM Conference on Ubiquitous Computing. ACM,
2012.
• Park, Chulsung, et al. "An ultra-wearable, wireless, low power ECG monitoring
system." Biomedical Circuits and Systems Conference. BioCAS. IEEE, 2006.
• Cho, Moon-Haeng, and Cheol-Hoon Lee. "A low-power real-time operating system for ARC
(actual remote control) wearable device." Consumer Electronics, IEEE Transactions on 56.3
(2010): 1602-1609.
• Gao, Yuan, et al. "Low-power ultrawideband wireless telemetry transceiver for medical
sensor applications." Biomedical Engineering, IEEE Transactions on58.3 (2011): 768-772.
• http://www.nature.com/ncomms/journal/v4/n2/full/ncomms2446.html
• http://en.wikipedia.org/wiki/OLED
QUESTIONS ?

More Related Content

What's hot

IRJET- Feature Ranking for Energy Disaggregation
IRJET-  	  Feature Ranking for Energy Disaggregation IRJET-  	  Feature Ranking for Energy Disaggregation
IRJET- Feature Ranking for Energy Disaggregation
IRJET Journal
 
Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...
Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...
Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...
IJERA Editor
 
Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...
Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...
Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...
Francisco Gonzalez-Longatt
 
Timing-pulse measurement and detector calibration for the OsteoQuant®.
Timing-pulse measurement and detector calibration for the OsteoQuant®.Timing-pulse measurement and detector calibration for the OsteoQuant®.
Timing-pulse measurement and detector calibration for the OsteoQuant®.
Binu Enchakalody
 
Very-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Very-Short Term Wind Power Forecasting through Wavelet Based ANFISVery-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Very-Short Term Wind Power Forecasting through Wavelet Based ANFIS
International Journal of Power Electronics and Drive Systems
 
B041221317
B041221317B041221317
B041221317
IOSR-JEN
 
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
IJMER
 
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
TELKOMNIKA JOURNAL
 
J010146169
J010146169J010146169
J010146169
IOSR Journals
 
Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018
Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018
Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018
Sima Aznavi
 
The Resistance Comparison Method Using Integral Controller for Photovoltaic E...
The Resistance Comparison Method Using Integral Controller for Photovoltaic E...The Resistance Comparison Method Using Integral Controller for Photovoltaic E...
The Resistance Comparison Method Using Integral Controller for Photovoltaic E...
International Journal of Power Electronics and Drive Systems
 
Mg protection 04022018
Mg protection 04022018Mg protection 04022018
Mg protection 04022018
Sima Aznavi
 
Automated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy UtilizationAutomated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy Utilization
vivatechijri
 
Bn044398401
Bn044398401Bn044398401
Bn044398401
IJERA Editor
 
Optimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueOptimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating Technique
IJERA Editor
 
Review Of Energy Harvesting Technologies For Sustainable Wsn
Review Of Energy Harvesting Technologies For Sustainable WsnReview Of Energy Harvesting Technologies For Sustainable Wsn
Review Of Energy Harvesting Technologies For Sustainable Wsn
Yen Kheng Tan (PhD, SrMIEEE)
 
A cost effective computational design of maximum power point tracking for pho...
A cost effective computational design of maximum power point tracking for pho...A cost effective computational design of maximum power point tracking for pho...
A cost effective computational design of maximum power point tracking for pho...
IJECEIAES
 
Convergence Problems Of Contingency Analysis In Electrical Power Transmission...
Convergence Problems Of Contingency Analysis In Electrical Power Transmission...Convergence Problems Of Contingency Analysis In Electrical Power Transmission...
Convergence Problems Of Contingency Analysis In Electrical Power Transmission...
CSCJournals
 
Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...
TELKOMNIKA JOURNAL
 
A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...
A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...
A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...
ijeei-iaes
 

What's hot (20)

IRJET- Feature Ranking for Energy Disaggregation
IRJET-  	  Feature Ranking for Energy Disaggregation IRJET-  	  Feature Ranking for Energy Disaggregation
IRJET- Feature Ranking for Energy Disaggregation
 
Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...
Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...
Adıgüzel Hydroelectric Power Plant’s Modelling and LoadFrequency Control by F...
 
Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...
Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...
Design and Analysis of PID and Fuzzy-PID Controller for Voltage Control of DC...
 
Timing-pulse measurement and detector calibration for the OsteoQuant®.
Timing-pulse measurement and detector calibration for the OsteoQuant®.Timing-pulse measurement and detector calibration for the OsteoQuant®.
Timing-pulse measurement and detector calibration for the OsteoQuant®.
 
Very-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Very-Short Term Wind Power Forecasting through Wavelet Based ANFISVery-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Very-Short Term Wind Power Forecasting through Wavelet Based ANFIS
 
B041221317
B041221317B041221317
B041221317
 
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
 
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
 
J010146169
J010146169J010146169
J010146169
 
Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018
Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018
Presentation, IEEE ENERGY CONVERSION CONGRESS & EXPO 2018
 
The Resistance Comparison Method Using Integral Controller for Photovoltaic E...
The Resistance Comparison Method Using Integral Controller for Photovoltaic E...The Resistance Comparison Method Using Integral Controller for Photovoltaic E...
The Resistance Comparison Method Using Integral Controller for Photovoltaic E...
 
Mg protection 04022018
Mg protection 04022018Mg protection 04022018
Mg protection 04022018
 
Automated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy UtilizationAutomated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy Utilization
 
Bn044398401
Bn044398401Bn044398401
Bn044398401
 
Optimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueOptimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating Technique
 
Review Of Energy Harvesting Technologies For Sustainable Wsn
Review Of Energy Harvesting Technologies For Sustainable WsnReview Of Energy Harvesting Technologies For Sustainable Wsn
Review Of Energy Harvesting Technologies For Sustainable Wsn
 
A cost effective computational design of maximum power point tracking for pho...
A cost effective computational design of maximum power point tracking for pho...A cost effective computational design of maximum power point tracking for pho...
A cost effective computational design of maximum power point tracking for pho...
 
Convergence Problems Of Contingency Analysis In Electrical Power Transmission...
Convergence Problems Of Contingency Analysis In Electrical Power Transmission...Convergence Problems Of Contingency Analysis In Electrical Power Transmission...
Convergence Problems Of Contingency Analysis In Electrical Power Transmission...
 
Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...
 
A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...
A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...
A New Hybrid Wavelet Neural Network and Interactive Honey Bee Matting Optimiz...
 

Viewers also liked

A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
ecgpapers
 
Adaptive pi control of statcom for voltage regulation
Adaptive pi control of statcom for voltage regulationAdaptive pi control of statcom for voltage regulation
Adaptive pi control of statcom for voltage regulation
Asoka Technologies
 
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
IDES Editor
 
Iaetsd fuzzy logic control of statcom for voltage regulation
Iaetsd fuzzy logic control of statcom for voltage regulationIaetsd fuzzy logic control of statcom for voltage regulation
Iaetsd fuzzy logic control of statcom for voltage regulation
Iaetsd Iaetsd
 
Ieee 2014 2015 matlab power system projects titles list globalsoft technologies
Ieee 2014 2015 matlab power system projects titles list globalsoft technologiesIeee 2014 2015 matlab power system projects titles list globalsoft technologies
Ieee 2014 2015 matlab power system projects titles list globalsoft technologies
IEEEJAVAPROJECTS
 
Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...
Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...
Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...
iosrjce
 
technical ppt
technical ppttechnical ppt
Integrated double buck boost converter for power led lamps using fuzzy logic ...
Integrated double buck boost converter for power led lamps using fuzzy logic ...Integrated double buck boost converter for power led lamps using fuzzy logic ...
Integrated double buck boost converter for power led lamps using fuzzy logic ...
IAEME Publication
 
Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...
Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...
Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...
IJASCSE
 
Centralised hybrid renewable power generation using diso buck boost converter...
Centralised hybrid renewable power generation using diso buck boost converter...Centralised hybrid renewable power generation using diso buck boost converter...
Centralised hybrid renewable power generation using diso buck boost converter...
Naresh K
 
Pantech antenna design project 2016-17
Pantech  antenna design project 2016-17Pantech  antenna design project 2016-17
Pantech antenna design project 2016-17
Senthil Kumar
 
Swing, voltage stability and power transfer capability in transmission system...
Swing, voltage stability and power transfer capability in transmission system...Swing, voltage stability and power transfer capability in transmission system...
Swing, voltage stability and power transfer capability in transmission system...
eSAT Journals
 
Low Power Design Techniques for ASIC / SOC Design
Low Power Design Techniques for ASIC / SOC DesignLow Power Design Techniques for ASIC / SOC Design
Low Power Design Techniques for ASIC / SOC Design
Rajesh_navandar
 
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
eSAT Journals
 
A Voltage Controlled Dstatcom for Power Quality Improvement
A Voltage Controlled Dstatcom for Power Quality ImprovementA Voltage Controlled Dstatcom for Power Quality Improvement
A Voltage Controlled Dstatcom for Power Quality Improvement
iosrjce
 
Droop control method for parallel dc converters used in standalone pv wind po...
Droop control method for parallel dc converters used in standalone pv wind po...Droop control method for parallel dc converters used in standalone pv wind po...
Droop control method for parallel dc converters used in standalone pv wind po...
eSAT Journals
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
IJERD Editor
 
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLERFOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
Journal For Research
 
Low power vlsi design
Low power vlsi designLow power vlsi design
Low power vlsi design
Vinchipsytm Vlsitraining
 

Viewers also liked (19)

A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
 
Adaptive pi control of statcom for voltage regulation
Adaptive pi control of statcom for voltage regulationAdaptive pi control of statcom for voltage regulation
Adaptive pi control of statcom for voltage regulation
 
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
 
Iaetsd fuzzy logic control of statcom for voltage regulation
Iaetsd fuzzy logic control of statcom for voltage regulationIaetsd fuzzy logic control of statcom for voltage regulation
Iaetsd fuzzy logic control of statcom for voltage regulation
 
Ieee 2014 2015 matlab power system projects titles list globalsoft technologies
Ieee 2014 2015 matlab power system projects titles list globalsoft technologiesIeee 2014 2015 matlab power system projects titles list globalsoft technologies
Ieee 2014 2015 matlab power system projects titles list globalsoft technologies
 
Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...
Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...
Design & Implementation of Controller Based Buck-Boost Converter for Small Wi...
 
technical ppt
technical ppttechnical ppt
technical ppt
 
Integrated double buck boost converter for power led lamps using fuzzy logic ...
Integrated double buck boost converter for power led lamps using fuzzy logic ...Integrated double buck boost converter for power led lamps using fuzzy logic ...
Integrated double buck boost converter for power led lamps using fuzzy logic ...
 
Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...
Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...
Investigation of Integrated Rectangular SIW Filter and Rectangular Microstrip...
 
Centralised hybrid renewable power generation using diso buck boost converter...
Centralised hybrid renewable power generation using diso buck boost converter...Centralised hybrid renewable power generation using diso buck boost converter...
Centralised hybrid renewable power generation using diso buck boost converter...
 
Pantech antenna design project 2016-17
Pantech  antenna design project 2016-17Pantech  antenna design project 2016-17
Pantech antenna design project 2016-17
 
Swing, voltage stability and power transfer capability in transmission system...
Swing, voltage stability and power transfer capability in transmission system...Swing, voltage stability and power transfer capability in transmission system...
Swing, voltage stability and power transfer capability in transmission system...
 
Low Power Design Techniques for ASIC / SOC Design
Low Power Design Techniques for ASIC / SOC DesignLow Power Design Techniques for ASIC / SOC Design
Low Power Design Techniques for ASIC / SOC Design
 
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
 
A Voltage Controlled Dstatcom for Power Quality Improvement
A Voltage Controlled Dstatcom for Power Quality ImprovementA Voltage Controlled Dstatcom for Power Quality Improvement
A Voltage Controlled Dstatcom for Power Quality Improvement
 
Droop control method for parallel dc converters used in standalone pv wind po...
Droop control method for parallel dc converters used in standalone pv wind po...Droop control method for parallel dc converters used in standalone pv wind po...
Droop control method for parallel dc converters used in standalone pv wind po...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLERFOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
 
Low power vlsi design
Low power vlsi designLow power vlsi design
Low power vlsi design
 

Similar to Low-power Innovative techniques for Wearable Computing

energy-harvesting-pres-final-std
energy-harvesting-pres-final-stdenergy-harvesting-pres-final-std
energy-harvesting-pres-final-std
Daniele Costarella
 
Energy efficiency in wireless sensor network(ce 16 aniket choudhury)
Energy efficiency in wireless sensor network(ce 16 aniket choudhury)Energy efficiency in wireless sensor network(ce 16 aniket choudhury)
Energy efficiency in wireless sensor network(ce 16 aniket choudhury)
अनिकेत चौधरी
 
LEGaTO: Low-Energy Heterogeneous Computing Use of AI in the project
LEGaTO: Low-Energy Heterogeneous Computing Use of AI in the projectLEGaTO: Low-Energy Heterogeneous Computing Use of AI in the project
LEGaTO: Low-Energy Heterogeneous Computing Use of AI in the project
LEGATO project
 
An Ultra-Low Power Asynchronous-Logic
An Ultra-Low Power Asynchronous-LogicAn Ultra-Low Power Asynchronous-Logic
An Ultra-Low Power Asynchronous-Logic
Hossam Hassan
 
Power Gating
Power GatingPower Gating
Power Gating
Mahesh Dananjaya
 
Development of a Wireless Sensors Network powered by Energy Harvesting techni...
Development of a Wireless Sensors Network powered by Energy Harvesting techni...Development of a Wireless Sensors Network powered by Energy Harvesting techni...
Development of a Wireless Sensors Network powered by Energy Harvesting techni...
Daniele Costarella
 
Iot based energy management system
Iot based energy management systemIot based energy management system
Iot based energy management system
Talha Mughal
 
Poster_group22
Poster_group22Poster_group22
Poster_group22
Ahmad Shahir Ismail
 
Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgridIntegrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid
Siksha 'O' Anusandhan (Deemed to be University )
 
22CS339- Electricity Theft Final Updated PPT (2).pptx
22CS339- Electricity Theft Final Updated PPT (2).pptx22CS339- Electricity Theft Final Updated PPT (2).pptx
22CS339- Electricity Theft Final Updated PPT (2).pptx
UnknownUnknown252665
 
Development of a wireless sensor network powered by energy harvesting techniques
Development of a wireless sensor network powered by energy harvesting techniquesDevelopment of a wireless sensor network powered by energy harvesting techniques
Development of a wireless sensor network powered by energy harvesting techniques
Daniele Costarella
 
How lower power consumption is transforming wearables and enabling new and di...
How lower power consumption is transforming wearables and enabling new and di...How lower power consumption is transforming wearables and enabling new and di...
How lower power consumption is transforming wearables and enabling new and di...
Valencell, Inc
 
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASUROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
Bitan Das
 
K010326568
K010326568K010326568
K010326568
IOSR Journals
 
Artificial Intelligence in Power Systems
Artificial Intelligence in Power SystemsArtificial Intelligence in Power Systems
Artificial Intelligence in Power Systems
manogna gwen
 
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Darwin Nesakumar
 
A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...
ijsrd.com
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
studying telecommuciation engineering
 
LEACH Protocol
LEACH ProtocolLEACH Protocol
LEACH Protocol
saurabh goel
 
wsn
wsnwsn

Similar to Low-power Innovative techniques for Wearable Computing (20)

energy-harvesting-pres-final-std
energy-harvesting-pres-final-stdenergy-harvesting-pres-final-std
energy-harvesting-pres-final-std
 
Energy efficiency in wireless sensor network(ce 16 aniket choudhury)
Energy efficiency in wireless sensor network(ce 16 aniket choudhury)Energy efficiency in wireless sensor network(ce 16 aniket choudhury)
Energy efficiency in wireless sensor network(ce 16 aniket choudhury)
 
LEGaTO: Low-Energy Heterogeneous Computing Use of AI in the project
LEGaTO: Low-Energy Heterogeneous Computing Use of AI in the projectLEGaTO: Low-Energy Heterogeneous Computing Use of AI in the project
LEGaTO: Low-Energy Heterogeneous Computing Use of AI in the project
 
An Ultra-Low Power Asynchronous-Logic
An Ultra-Low Power Asynchronous-LogicAn Ultra-Low Power Asynchronous-Logic
An Ultra-Low Power Asynchronous-Logic
 
Power Gating
Power GatingPower Gating
Power Gating
 
Development of a Wireless Sensors Network powered by Energy Harvesting techni...
Development of a Wireless Sensors Network powered by Energy Harvesting techni...Development of a Wireless Sensors Network powered by Energy Harvesting techni...
Development of a Wireless Sensors Network powered by Energy Harvesting techni...
 
Iot based energy management system
Iot based energy management systemIot based energy management system
Iot based energy management system
 
Poster_group22
Poster_group22Poster_group22
Poster_group22
 
Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgridIntegrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid
 
22CS339- Electricity Theft Final Updated PPT (2).pptx
22CS339- Electricity Theft Final Updated PPT (2).pptx22CS339- Electricity Theft Final Updated PPT (2).pptx
22CS339- Electricity Theft Final Updated PPT (2).pptx
 
Development of a wireless sensor network powered by energy harvesting techniques
Development of a wireless sensor network powered by energy harvesting techniquesDevelopment of a wireless sensor network powered by energy harvesting techniques
Development of a wireless sensor network powered by energy harvesting techniques
 
How lower power consumption is transforming wearables and enabling new and di...
How lower power consumption is transforming wearables and enabling new and di...How lower power consumption is transforming wearables and enabling new and di...
How lower power consumption is transforming wearables and enabling new and di...
 
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASUROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
 
K010326568
K010326568K010326568
K010326568
 
Artificial Intelligence in Power Systems
Artificial Intelligence in Power SystemsArtificial Intelligence in Power Systems
Artificial Intelligence in Power Systems
 
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
 
A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
LEACH Protocol
LEACH ProtocolLEACH Protocol
LEACH Protocol
 
wsn
wsnwsn
wsn
 

Recently uploaded

2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 

Recently uploaded (20)

2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 

Low-power Innovative techniques for Wearable Computing

  • 1. LOW-POWER INNOVATIVE TECHNIQUES MULTIPLE LOW-POWER APPROACHES, GDM LOW-POWER MANAGEMENT FOR PERIODIC ACTIVITY MONITORING
  • 2. OUTLINE • Motivation • Introduction • Current Research Papers • Objective & challenges • Granular Decision Making (GDM) • Architecture • Example • Experimental results • Conclusion and Further Discussions • Future of The Future ! • References
  • 4. INTRODUCTION • Internet of Things (IoT), ubiquitous and wearable computing fields are evolving rapidly. • Design Challenges: Size, Cost and Power. • Wireless Charging. • Kinetic Energy.
  • 5. INTRODUCTION CHALLENGES & TECHNIQUES • Energy is the most critical resource in a battery operated device (ex. sensor). • Radio interface consumes the most energy • Ratio of energy requirements of CPU / radio interface E(1 Instruction of CPU) : E(Sending of 1 bit) ≈1:1500 – 1:2900 Eradio = (P(per Bit)* Number of Bits)+ (I sleep* V * T) • GPS is the worst sensor in power consumption. • 6LoWPAN • Bluetooth low energy (LE) by Nokia Research Centre (Wibree). • Nike+ wireless technology by Nike and Apple.
  • 6. BATTERIES • Cost • Behavioral factors: • Temperature. • Self Discharge. • Memory Effect. • Environmental factors: • Leakage, gassing, toxicity. • Shock resistance.
  • 7. RESEARCH PAPERS • Mohammad-Mahdi Bidmeshki, Roozbeh Jafari, “Low Power Programmable Architecture for Periodic Activity Monitoring”, The University of Texas at Dallas, April 2013. • Cohn, Gabe, et al. "An ultra-low-power human body motion sensor using static electric field sensing." Proceedings of the 2012 ACM Conference on Ubiquitous Computing. ACM, 2012. • Chen, Chih-Yuan, et al. "A low-power bio-potential acquisition system with flexible PDMS dry electrodes for portable ubiquitous healthcare applications."Sensors 13.3 (2013): 3077- 3091. • Park, Chulsung, et al. "An ultra-wearable, wireless, low power ECG monitoring system." Biomedical Circuits and Systems Conference. BioCAS. IEEE, 2006. • Cho, Moon-Haeng, and Cheol-Hoon Lee. "A low-power real-time operating system for ARC (actual remote control) wearable device." Consumer Electronics, IEEE Transactions on 56.3 (2010): 1602-1609. • Gao, Yuan, et al. "Low-power ultrawideband wireless telemetry transceiver for medical sensor applications." Biomedical Engineering, IEEE Transactions on58.3 (2011): 768-772.
  • 8. AN ULTRA-WEARABLE, WIRELESS, LOW POWER ECG MONITORING SYSTEM • Since the most power hungry component in a wireless monitoring system is the wireless transceiver. • Using a low power wireless node can provide a simple solution to such power issue. • In this paper, the low power transceiver inside “Eco” consumes 10 mA in transmission mode (1Mbps, 0dBm) and 22 mA in receiving mode.
  • 9. LOW-POWER ULTRAWIDEBAND WIRELESS TELEMETRY • Impulse radio- ultrawideband (IR-UWB) communication transmits data using a short pulse of few nanoseconds. • Transceiver can achieve low power by turning on only during pulse transmission. • This makes transceiver power consumption scalable with data rate. • So, High energy efficiency can be achieved over a wide range of data rates. • The transmitter consumes an average power of 0.35 mW.
  • 10. A LOW-POWER REAL-TIME OPERATING SYSTEM FOR ARC • To solve the problem of hardware constraints, wearable computers must use small and low-power RTOS. • In this paper, a new low-power RTOS designed specifically for active remote control (ARC) wearable device.  ARC is a wearable wristwatch-type universal remote control and is based on a 3-axis accelerometer sensor to recognize forearm gestures.  Experimental results showed that the proposed RTOS could achieve energy savings up to 47%.
  • 11. AN ULTRA-LOW-POWER HUMAN BODY MOTION SENSOR USING STATIC ELECTRIC FIELD SENSING • In this paper, an ultra low-power approach for passively sensing body motion using static electric fields, lowering power requirement by orders of magnitude. • The application used here to infer the amount and type of body motion anywhere on the body. • Their approach of sensing user’s movement builds on the work in the space of electric field (EF) sensing used in Human Computer Interaction. • Lowest power commercially available accelerometers consume 400-100 µW and latest research device 36 µW. • The sensors consume only 3.3 µW, and wake-up detection consumes another 3.3 µW, totaling 6.6 µW.
  • 12. GDM LOW-POWER MANAGEMENT FOR PERIODIC ACTIVITY MONITORING • Real-time sensing of human body movements has many applications in healthcare and wellness assessment. • Using real-time activity monitoring and classification, special events can be captured. • Body Sensor Networks (BSNs) provide such functionality. • By placing these tiny nodes on different parts of the body, it can monitor every health related event. • Sensor nodes equipped with inertial sensors can naturally capture human body movements. • Major Challenges: Power, Battery size
  • 13. OBJECTIVE & CHALLENGES • Create batteryless units which can use body movements, heat as a source of energy. • Challenge: power budget of such sources in the order of µW, current microcontrollers still require few mW or hundreds of µW. • ASIC design can satisfy this power requirement but limited. • The Granular Decision Making (GDM) architecture was proposed to perform less extensive but very low power signal processing.
  • 14. GRANULAR DECISION MAKING (GDM) • If signal is an immediate reject, GDM won’t activate remaining signal processing modules. • If a signal is likely of interest, GDM increases the decision accuracy and power to make more confident decisions. • Processing modules of GDM is called Screening Blocks • A microcontroller can be used at the bottom level to thoroughly process the signal. • If no processing needed, GDM can enable data recording/forwarding mechanism. • This allows GDM to prevent the higher cost processing of non-target signals. • This approach will provide a signal processing satisfies the µW power budget.
  • 16. ARCHITECTURE • The proposed architecture’s main feature is to reject non-target activities with a very low power cost. • GDM architecture is based on wavelet extracted features and mainly applicable to dynamic and periodic activities. • Tunable parameters are: the number of features Level of wavelet packet decomposition in which the features are computed • Power consumption is directly related to these two parameters in terms of processing.
  • 18. EXAMPLE • Assume we are sampling a quantity like acceleration continuously and process it using a window (buffer) of size n. Wavelet packet transform is used to decompose the signal (window) up to J= log2 𝑛 levels. • Fig.1 shows wavelet decomposition tree for signals (window) of length 16 up to level log2 16 =4 • Local Discriminant Bases (LDB) was used to best represent the discrimination of signals (e.g., dashed boxes in Fig.1) • To reduce number of features for the discrimination task (same length), statistical measures such as Fisher’s class separability measure was used to find the strength of each feature. • Then fewer most powerful individual bases (features) in LDB are selected for the discrimination task.
  • 19. EXAMPLE (CONT.) • By experimenting on real inertial data, it shows that often using more features of higher levels can produce more accurate results but will have higher cost. • To compute an individual base at level j+1, corresponding bases at j are required. • The above property is used to build a hierarchical architecture that aims to reject non-target actions at the lowest possible computation cost. • Using robust fisher’s measure, we find up to Ki most powerful individual bases at level i. Then decision making modules are made at level I which use k= 1,2..Ki most powerful bases for accepting or rejecting a signal. • The decision making modules are called Screening Blocks Bi,k and have different costs (power consumption), as they use different number of features and extract features from various levels.
  • 20. ARCHITECTURE • A proposed methodology was made to select a path of screening blocks that reduces overall cost. • To remove computation redundancy, a screening block may get features from previous blocks if it using features of same level. • Each screening block processes the signal and if it confirms that it’s likely useful, it triggers the next screening block. • This approach reduces the cost of processing non-target signals by removing them early.
  • 21. EXPERIMENTAL RESULTS • Measuring power consumption of proposed architecture, it should consider implementation details of architecture and most important the characteristics of the data and sensor readings obtained through BSNs. • It’s crucial to specify the activation freq. of screening blocks, as it has significant effect the overall power consumption. • Switching activity annotations was used to get the power consumption of each screening block as in Table 1.
  • 22. EXPERIMENTAL RESULTS • To get the inertial data of the activities, four subjects were used in the experiments and were asked to perform a set of periodic movements and non-periodic movements. • 5% of periodic movements from table 2. • Each subject wore 5 sensor nodes. • The data for each movement were located for 30 seconds at 25Hz sampling rate and 12 bits resolution
  • 25. CONCLUSION • The proposed GDM architecture to discriminate periodic activities for use in BSN applications and uses wavelet extracted features to reject non-target actions early to reduce the need for expensive processing. • On average, 75.7% power saving was obtained while maintaining 96.9% sensitivity on real motion data from several activities. • For future work, The effect of other parameters such as sampling frequency, bit resolution, windows size and wavelet type on the accuracy, complexity shall be investigated. • Detection of some actions may require data from multiple nodes, data fusion from multiple nodes shall be considered in future work too.
  • 26. FURTHER DISCUSSIONS • For Low-power ECG, Future work includes tighter integration of QUASAR’s sensor and improving both power efficiency and wireless performance • For Low-power RTOS, Future work might include further adjustment of the proposed RTOS for other wearable applications. • In addition, authors would like to explore power-aware OLED and memory-aware low- power techniques for wearable consumer market. • For human body motion sensor using static electric field, plenty of applications for this approach is ideally suited like FitBit as its sensitivity to footsteps makes it ideal for pedometer-based physiological calorimetry. • Also, a correlation between their signal and accelerometer have been shown which consumed 1-2 orders of magnitude more power than their proposed approach.
  • 27. FURTHER DISCUSSIONS [CONT.] • Future work for this approach is going to improve the hardware of the sensors used • Authors claim they could still dramatically reduce the power consumption of the front- end hardware by implementing a custom analog IC. • Although power consumption is already very low, it was implemented using higher bandwidth commercially off-the shelf parts. • And despite the signal has already low bandwidth of 10 Hz, they estimate that if a custom analog IC was integrated to their system, it will consume between 1 and 10 nW (about 3 order of magnitude lower power than their existing approach).
  • 28. FUTURE OF THE FUTURE !! • Although most of the mentioned approaches are great, but still they are still using the same non-renewable energy resources. • Low-power is not needed by wearable computing only but also and most importantly the Environment. • Researchers and big companies all over the world are searching and researching on other future renewable resources. • Apple is trying to buy the idea of super-capacitor graphene. • OLED applications such as OLED displays also is being investigated on researches for the wearable computing industry.
  • 29. REFERENCES • Mohammad-Mahdi Bidmeshki, Roozbeh Jafari, “Low Power Programmable Architecture for Periodic Activity Monitoring”, The University of Texas at Dallas, April 2013. • Cohn, Gabe, et al. "An ultra-low-power human body motion sensor using static electric field sensing." Proceedings of the 2012 ACM Conference on Ubiquitous Computing. ACM, 2012. • Park, Chulsung, et al. "An ultra-wearable, wireless, low power ECG monitoring system." Biomedical Circuits and Systems Conference. BioCAS. IEEE, 2006. • Cho, Moon-Haeng, and Cheol-Hoon Lee. "A low-power real-time operating system for ARC (actual remote control) wearable device." Consumer Electronics, IEEE Transactions on 56.3 (2010): 1602-1609. • Gao, Yuan, et al. "Low-power ultrawideband wireless telemetry transceiver for medical sensor applications." Biomedical Engineering, IEEE Transactions on58.3 (2011): 768-772. • http://www.nature.com/ncomms/journal/v4/n2/full/ncomms2446.html • http://en.wikipedia.org/wiki/OLED

Editor's Notes

  1. electrocardiograph (ECG)
  2. sensing technique relies upon the capacitive coupling between the human body and its environment, as shown Figure 1. Our sensor measures the voltage across a capacitor (CS) in which one side of the capacitor is connected the body, and the other side of the capacitor is a small local ground plane on the sensor board. In addition to this sensing capacitor, both the body and the local ground plane are capacitively coupled to the environment (i.e., earth ground)through CB and CR, respectively. This system can therefore be modeled simply using three capacitors, as shown in Figure 1.
  3. Parkinson, rehabilitation, knee surgery
  4. many BSN applications are interested in specic events during the monitoring period. Such events (e.g. walking) occur sparsely with a low duty cycle (< 5%)
  5. The decision accuracy and the power of Screening Blocks can be adjusted by several tunable parameters such as bit resolution, frequency of sampling
  6. Instead of finding LDB, we treat each level of the decomposition separately.
  7. From Chain processing chain
  8. V = Vdc, max * sin(2*pi*f*t)
  9. The rest are non-periodic