SlideShare a Scribd company logo
1
Suman Sahoo Roll No : 97/ELM/124005
By
Sumanta Kundu Roll No: 97/ELM/124013
Agniv Mukherjee Roll No : 97/ELM/124016
Raju Ray Roll No : 97/ELM/124017
Under Guidance of
Prof. Jitendra Nath Bera
Department of Applied Physics,
University College of Science & Technology,
University of Calcutta
92, A.P.C. Road, Kolkata-700009
West Bengal, India
Date: 26-05-2015
2
 Introduction
Solutions
Objectives
Theoretical Background
Experimentation
Hardware Implementation
Conclusion
Future Scope
Reference
3
Information regarding real time specific data for energy consumption and
corresponding tariff
 Remote control of different Home Appliances
 Remote notification of usage of energy consumption
 Managing and storing vast quantities of metering data
Ensuring the security of metering data
Extra energy (if generated) can be sent back to Grid
Today’s Demands
Performance degradation analysis of a particular appliance
4
Decarbonise electricity
Greater visibility to distribution network
Participation of the consumers into power system operation through Smart
Meter, Smart Plug.
Improved ICT (Information & Communication Technology) offers greater
monitoring, control, flexibility and low cost operation of power system.
Effective management of loads and reduction of losses and wasted
energy needs accurate information about the loads.
Performance comparison for same appliance of different make
Local display of information on smart plug itself
Contd.
 Provides some basic
information of a particular appliance
 Includes an embedded
ICT unit so that power usage
information it collects about the appliance
can then be transmitted
 Access electricity consumption
data and determine the best time to use an individual appliance
Smart Plug
Contd.
5
Smart Plug
Essential part of the Smart Grid
It can provide detailed load flow on real time
basis
Helps in effective management of the grid
operation
Helps consumer to realize the energy usage and
the corresponding tariff
Two way communication
- Automatic Meter Reading
- Restriction of supply
Smart Energy Meter
6
Contd.
Smart Energy Meter
7
Smart Home
•A home equipped with lighting, heating, and electronic devices that can
be controlled remotely by smart phone or computer
• Smart home relate to the development of some major aspects:
(a)Capabilities of home infrastructure and controlled device
(b) Usability of mobile and stationary user interfaces
Contd.
8
Contd.
Pictorial Representation of a Typical Smart Home
9
Contd.
Involvement of Information & Communication Technology
Rapid development of Wireless Communication Systems like 3G, 4G, Wi-Fi
Introductory involvement of communication interfaces like Bluetooth, ZigBee, Wi-Fi
Power Line Communication (PLC)
10
Power Line Communication (PLC) as Communication Channel
 The Home Automation System Using Power Line Communication (PLC) at home
is user friendly and cost efficient. It requires only electricity to run the system.
Fundamental parts of the smart meter as well as the Smart Grid.
Communication through power line by the Utilities to Consumers if possible
results to breakthrough in communications.
Every household would be connected at any time and services being
provided at real-time.
Based on electrical signals, carrying information, propagating over the power-
line.
Contd.
11
12
13
Classifiers
An algorithm implementing classification, especially concrete implementation
 A mathematical function , implemented by a classification algorithm, that maps
input data to a category
Bayesian
 Support Vector machine Classifier
Fuzzy Ruled Based Classifier
Artificial Neural Network
Types of Classifiers
14
In our project we have used the Artificial Neural Network (ANN) as the
classifier has some benefits from others which are mentioned below :
(a) Adaptive Learning
(b) Self-Organization
(c) Real Time Operation
(d) Fault Tolerance via Redundant Information Coding
(e) Implementation Ability
Contd.
15
Artificial Neural Network (ANN)
A computational system inspired by the structure, processing method
and learning ability of a biological brain
Contd.
(a) A large number of very simple processing neuron-like processing
elements.
(b) A large number of weighted connections between the elements.
(c) Distributed representation of knowledge over the connections.
(d) Knowledge is acquired by network through a learning process.
Elements of ANN
(a) Processing unit
(b) Activation function
(c) Learning paradigm
16
Contd.
Learning Algorithms
17
Contd.
18
Design of ANN
Contd.
19
Back Propagataion Algorithm
Contd.
20
Schematic Overview
Ardiuno UNO Board
Signal
Conditioning
Signal
Conditioning
ADC
Atmega
328 µC
Communic
ation unit
(PLC)
Local
Display
Ph N
CT
1-ph Elec.
Load
PT
Smart
Plug
21
Smart
Meter
Procedural Steps
Training And Testing of Neural Network
22
Contd.
Data Acquisition & Signature Extraction
•Voltage & current data of diff. load captured by DSO
•The sample data of voltage & current data taken into a spreadsheet using
software webstar
• Formation of load signature (by mathematical calculation) using captured
sampled data of voltage & current of diff. load
23
•The data obtained in the measurement is stored into a computer for further
study; the appliances include:
i) Fan ii) Bulb ; iii) Tube Light iv) Heater v)1 Ph Induction Motor
Contd.
Captured Data for Signature Extraction
current
Time
Time
voltage
Current nature obtained for 200 Watt
bulb switching phenomenon .
Voltage nature obtained for 200 Watt
bulb switching phenomenon
24
Contd.
Amplitude
Power spectrum
Time Frequency
Simulated MATLAB output of 200W
bulb current switching phenomenon
FFT Analysis using MatLab
Simulated MATLAB FFT analysis of
200W bulb current data
25
Contd.
ANN Start up Window
26
NN toolbox can be open by entering the command on command window
>>nnstart
Contd.
>> nprtool
or Pattern Recognition Application from Neural Network Start Window
27
Neural Pattern Recognition Application Contd.
28
Neural Network Training and Target Data Input
Contd.
Training and Target Data are Browse from Data Bank
29
Contd.
Neural Network Architecture
30
Contd.
Neural Network Training
• Training Algorithm
• Data Partition
31
Contd.
The Figure shows the
changes between the
validation, Training
and testing where the Mean
Square Error is minimum.
NN Training Performance
Contd.
32
NN Training Performance
33
Contd.
In evaluation of the network , if the learning process fails then retraining is
required to achieve the goal
34
Contd.
Generation of NN Program Code
35
Contd.
36
Performance Analysis of ANN
Contd.
37
Overview of Hardware
38
Technical Specifications of Arduino UNO
Microcontroller : ATmega328
Operating Voltage : 5V
Supply Voltage (recommended) : 7-12V
Maximum supply voltage : 20V
Digital I/O Pins : 14 (of which 6 provide
PWM output)
Analog Input Pins : 6
DC Current per I/O Pin :40 mA
DC Current for 3.3V Pin :50 mA
Flash Memory : 32 KB (ATmega328) of
which 0.5 KB used by
boot loader
SRAM : 2 KB (ATmega328)
EEPROM : 1 KB (ATmega328)
Clock Speed :16 MHz
Matlab Hardware Support Package for Ardiuno UNO
Board
Matlab to communicate with Arduino UNO Board over a USB cable
39
Start MATLAB
 Start Support Package Installer
Select Arduino UNO from a list of support packages
Math Works Account
Continue and Complete the Installation
Contd.
Matlab Simulink Model of Load Identification
40
Contd.
Procedure to run the Model on Arduino UNO Hardware
Load the voltage and current samples into constants v1 & i1in the
command window of Matlab
41
Contd.
Configuration parameter setting to run the model on Arduino UNO
hardware
42
Procedure to run the Model on Arduino UNO Hardware
Contd.
Target hardware :Arduino UNO
Host COM port : Automatically
43
Contd.Procedure to run the Model on Arduino UNO
Hardware
Deploy the Model to run on Hardware
44
Contd.
45
Load Identification Indication
Contd.
Simulink Model run on Arduino UNO Hardware
Read analog signals using Arduino UNO ADC
46
Contd.
Arduino IDE 1.0.6
Run Matlab code to read serial data
Run Simulink Model for Load Identification automatically
47
Contd.
Simulink model of Load Identification
48
Contd.
Test set up to read analog signal through Arduino UNO ADC
49
Contd.
Arduino UNO ADC data plotted on Matlab
50
• Convenient and efficient use of electric appliances
• Remote access of the home electrical appliances
• Energy management strategies of Utility
• Utility to control the energy supply to a particular appliance
• Brief cost estimation of development of a Smart Plug
51
52
1. Smart Grid Technology and Applications by Janaka Ekanayake(Cardiff University, UK),
Kithsiri Liyanage(University of Peradeniya, Sri Lanka), Jianzhong Wu (Cardiff University,
UK), Akihiko Yokoyama (University of Tokyo, Japan), Nick Jenkins (Cardiff University,
UK).
2. Simulator for Smart Load Management in Home Appliances by Michael Rathmair and
Jan Haase (Vienna University of Technology, Institute of Computer Technology).
3. Smart Power Grids 2011 by Professor Ali Keyhani Department of Electrical and
Computer Engineering.
4. Experimental Study and Design of Smart Energy Meter for the Smart Grid by
Anmar Arif, Muhannad AI-Hussain, Nawaf AI-Mutairi, Essam AI-Ammar Yasin Khan and
Nazar Malik Saudi Aramco Chair in Electrical Power, Department of Electrical
Engineering, College of Engineering (King Saud University).
5. A model for generating household electricity load profiles by Jukka V. Paatero and Peter
D. Lund Advanced Energy Systems, (Helsinki University of Technology Finland).
6. Analysis and Application of Artificial Neural Network by L.P.J Veelenturf.
7. ANN Based Load Identification And Forecasting System For The Built Environment by
Hosen Hasna (University of Nebraska-Lincoln, hhasna@unomaha.ed).
8. Principles Of Artificial Neural Networks 2nd Edition by Wai-Kai Chen (Univ. Illinois,
Chicago, USA)
9. Neural Networks by M. Hajek
53

More Related Content

What's hot

Exp 8 (1)8. Load-frequency dynamics of single area power system
Exp 8 (1)8.	Load-frequency dynamics of single area power systemExp 8 (1)8.	Load-frequency dynamics of single area power system
Exp 8 (1)8. Load-frequency dynamics of single area power system
Shweta Yadav
 
EE6701 - HVE
EE6701 - HVEEE6701 - HVE
Presentation on Smart Grid
Presentation on Smart GridPresentation on Smart Grid
Presentation on Smart Grid
tanzir3
 
PMU
PMUPMU
Indian power system (an overview)
Indian power  system (an overview)Indian power  system (an overview)
Indian power system (an overview)
PARVINDAR CHAUDHARY
 
a project report on MPPT algorithm for PV panel
a project report on MPPT algorithm for PV panela project report on MPPT algorithm for PV panel
a project report on MPPT algorithm for PV panel
gauravchitransh
 
Smartgrid seminar report
Smartgrid seminar report Smartgrid seminar report
Smartgrid seminar report
Nazeemm2
 
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINEFAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
Dr. Babasaheb Ambedkar Technological University
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringSOHAM ADHYA
 
Electrical Power system structure
Electrical Power system structureElectrical Power system structure
Electrical Power system structure
Jyoti Bhonsale
 
Wireless Power Transmission via solar Satellite
Wireless Power Transmission via solar SatelliteWireless Power Transmission via solar Satellite
Wireless Power Transmission via solar Satellite
Pranav kumar Jaiswal
 
Ppt on smart grid
Ppt  on  smart gridPpt  on  smart grid
Ppt on smart grid
chakri218
 
EE8701 - HVE - Insulation coordination
EE8701 - HVE - Insulation coordinationEE8701 - HVE - Insulation coordination
EE8701 - HVE - Insulation coordination
KarthikeyanK816516
 
Solar energy in pakistan
Solar energy in pakistanSolar energy in pakistan
Solar energy in pakistan
Azmi Ali
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
MANISH BARTHWAL
 
Solar Charge Controller
Solar Charge ControllerSolar Charge Controller
Solar Charge Controller
Bharat Biyani
 
Smart Grid ppt
Smart Grid pptSmart Grid ppt
Smart grid the future grid
Smart grid the future gridSmart grid the future grid
Smart grid the future grid
subhankar Dash
 
A report on solar power plant visit
A report on solar power plant visitA report on solar power plant visit
A report on solar power plant visit
MahipalSoni4
 

What's hot (20)

Exp 8 (1)8. Load-frequency dynamics of single area power system
Exp 8 (1)8.	Load-frequency dynamics of single area power systemExp 8 (1)8.	Load-frequency dynamics of single area power system
Exp 8 (1)8. Load-frequency dynamics of single area power system
 
EE6701 - HVE
EE6701 - HVEEE6701 - HVE
EE6701 - HVE
 
Presentation on Smart Grid
Presentation on Smart GridPresentation on Smart Grid
Presentation on Smart Grid
 
PMU
PMUPMU
PMU
 
Indian power system (an overview)
Indian power  system (an overview)Indian power  system (an overview)
Indian power system (an overview)
 
a project report on MPPT algorithm for PV panel
a project report on MPPT algorithm for PV panela project report on MPPT algorithm for PV panel
a project report on MPPT algorithm for PV panel
 
Smartgrid seminar report
Smartgrid seminar report Smartgrid seminar report
Smartgrid seminar report
 
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINEFAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
FAULT ANALISIS IN HVDC & HVAC TRANSMISSION LINE
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar Monitoring
 
Electrical Power system structure
Electrical Power system structureElectrical Power system structure
Electrical Power system structure
 
Wireless Power Transmission via solar Satellite
Wireless Power Transmission via solar SatelliteWireless Power Transmission via solar Satellite
Wireless Power Transmission via solar Satellite
 
Grid Integration of PV
Grid Integration of PVGrid Integration of PV
Grid Integration of PV
 
Ppt on smart grid
Ppt  on  smart gridPpt  on  smart grid
Ppt on smart grid
 
EE8701 - HVE - Insulation coordination
EE8701 - HVE - Insulation coordinationEE8701 - HVE - Insulation coordination
EE8701 - HVE - Insulation coordination
 
Solar energy in pakistan
Solar energy in pakistanSolar energy in pakistan
Solar energy in pakistan
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
 
Solar Charge Controller
Solar Charge ControllerSolar Charge Controller
Solar Charge Controller
 
Smart Grid ppt
Smart Grid pptSmart Grid ppt
Smart Grid ppt
 
Smart grid the future grid
Smart grid the future gridSmart grid the future grid
Smart grid the future grid
 
A report on solar power plant visit
A report on solar power plant visitA report on solar power plant visit
A report on solar power plant visit
 

Viewers also liked

artificial neural network
artificial neural networkartificial neural network
artificial neural network
Pallavi Yadav
 
Cryptography
CryptographyCryptography
Cryptography
gueste4c97e
 
NEURAL Network Design Training
NEURAL Network Design  TrainingNEURAL Network Design  Training
NEURAL Network Design TrainingESCOM
 
How does rotary heat machine work on fabric
How does rotary heat machine work on fabricHow does rotary heat machine work on fabric
How does rotary heat machine work on fabric
Fei Yue Paper Industrial Co.,Ltd.
 
Analysis and applications of artificial neural networks
Analysis and applications of artificial neural networksAnalysis and applications of artificial neural networks
Analysis and applications of artificial neural networks
Snehil Rastogi
 
Micromachining Technology Seminar Presentation
Micromachining Technology Seminar PresentationMicromachining Technology Seminar Presentation
Micromachining Technology Seminar Presentation
Orange Slides
 
Lessons from Software for Synthetic Biology
Lessons from Software for Synthetic BiologyLessons from Software for Synthetic Biology
Lessons from Software for Synthetic Biology
Tim O'Reilly
 
Cryptography and E-Commerce
Cryptography and E-CommerceCryptography and E-Commerce
Cryptography and E-CommerceHiep Luong
 
Virtual manufacturing
Virtual manufacturingVirtual manufacturing
Virtual manufacturing
Anurag Chaudhary
 
Sublimation vs Digital Printing By Sukhvir Sabharwal
Sublimation vs Digital Printing By Sukhvir SabharwalSublimation vs Digital Printing By Sukhvir Sabharwal
Sublimation vs Digital Printing By Sukhvir Sabharwal
Sukhvir Sabharwal
 
Laser Assisted Micro Machining (lamm)
Laser Assisted Micro Machining (lamm)Laser Assisted Micro Machining (lamm)
Laser Assisted Micro Machining (lamm)
Pratik Gandhi
 
IBA Admission - Mystery Revealed (Infographics)
IBA Admission - Mystery Revealed (Infographics)IBA Admission - Mystery Revealed (Infographics)
IBA Admission - Mystery Revealed (Infographics)
Ayman Sadiq
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
REHMAT ULLAH
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
Nagarajan
 
Cryptography.ppt
Cryptography.pptCryptography.ppt
Cryptography.pptUday Meena
 
Cryptography
CryptographyCryptography
Cryptography
Darshini Parikh
 
neural network
neural networkneural network
neural network
STUDENT
 
Cryptography
CryptographyCryptography
Cryptography
Shivanand Arur
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networksstellajoseph
 

Viewers also liked (20)

artificial neural network
artificial neural networkartificial neural network
artificial neural network
 
Cryptography
CryptographyCryptography
Cryptography
 
NEURAL Network Design Training
NEURAL Network Design  TrainingNEURAL Network Design  Training
NEURAL Network Design Training
 
How does rotary heat machine work on fabric
How does rotary heat machine work on fabricHow does rotary heat machine work on fabric
How does rotary heat machine work on fabric
 
Analysis and applications of artificial neural networks
Analysis and applications of artificial neural networksAnalysis and applications of artificial neural networks
Analysis and applications of artificial neural networks
 
Micromachining Technology Seminar Presentation
Micromachining Technology Seminar PresentationMicromachining Technology Seminar Presentation
Micromachining Technology Seminar Presentation
 
Lessons from Software for Synthetic Biology
Lessons from Software for Synthetic BiologyLessons from Software for Synthetic Biology
Lessons from Software for Synthetic Biology
 
Cryptography and E-Commerce
Cryptography and E-CommerceCryptography and E-Commerce
Cryptography and E-Commerce
 
Thesis presentation
Thesis presentationThesis presentation
Thesis presentation
 
Virtual manufacturing
Virtual manufacturingVirtual manufacturing
Virtual manufacturing
 
Sublimation vs Digital Printing By Sukhvir Sabharwal
Sublimation vs Digital Printing By Sukhvir SabharwalSublimation vs Digital Printing By Sukhvir Sabharwal
Sublimation vs Digital Printing By Sukhvir Sabharwal
 
Laser Assisted Micro Machining (lamm)
Laser Assisted Micro Machining (lamm)Laser Assisted Micro Machining (lamm)
Laser Assisted Micro Machining (lamm)
 
IBA Admission - Mystery Revealed (Infographics)
IBA Admission - Mystery Revealed (Infographics)IBA Admission - Mystery Revealed (Infographics)
IBA Admission - Mystery Revealed (Infographics)
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
Cryptography.ppt
Cryptography.pptCryptography.ppt
Cryptography.ppt
 
Cryptography
CryptographyCryptography
Cryptography
 
neural network
neural networkneural network
neural network
 
Cryptography
CryptographyCryptography
Cryptography
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
 

Similar to Smartplug ppt

Batch-C10.pptx
Batch-C10.pptxBatch-C10.pptx
Batch-C10.pptx
McaSai
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
IRJET Journal
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
IRJET Journal
 
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATIONPROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
IRJET Journal
 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and Solution
IRJET Journal
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
vivatechijri
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptxProject_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Geetha982072
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
paperpublications3
 
Smart Grids Vision
Smart Grids VisionSmart Grids Vision
Smart Grids Vision
Kamaldeep Singh
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
paperpublications3
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET Journal
 
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
IRJET Journal
 
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
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forAlexander Decker
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forAlexander Decker
 
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
srinivasanece7
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET Journal
 
Batch 14.pptx
Batch 14.pptxBatch 14.pptx
Batch 14.pptx
ssuserc01042
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET Journal
 

Similar to Smartplug ppt (20)

Batch-C10.pptx
Batch-C10.pptxBatch-C10.pptx
Batch-C10.pptx
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATIONPROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and Solution
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptxProject_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
 
Smart Grids Vision
Smart Grids VisionSmart Grids Vision
Smart Grids Vision
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data Logging
 
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
 
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
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system for
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system for
 
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
Batch 14.pptx
Batch 14.pptxBatch 14.pptx
Batch 14.pptx
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
 

Recently uploaded

DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 

Recently uploaded (20)

DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 

Smartplug ppt

  • 1. 1 Suman Sahoo Roll No : 97/ELM/124005 By Sumanta Kundu Roll No: 97/ELM/124013 Agniv Mukherjee Roll No : 97/ELM/124016 Raju Ray Roll No : 97/ELM/124017 Under Guidance of Prof. Jitendra Nath Bera Department of Applied Physics, University College of Science & Technology, University of Calcutta 92, A.P.C. Road, Kolkata-700009 West Bengal, India Date: 26-05-2015
  • 3. 3 Information regarding real time specific data for energy consumption and corresponding tariff  Remote control of different Home Appliances  Remote notification of usage of energy consumption  Managing and storing vast quantities of metering data Ensuring the security of metering data Extra energy (if generated) can be sent back to Grid Today’s Demands Performance degradation analysis of a particular appliance
  • 4. 4 Decarbonise electricity Greater visibility to distribution network Participation of the consumers into power system operation through Smart Meter, Smart Plug. Improved ICT (Information & Communication Technology) offers greater monitoring, control, flexibility and low cost operation of power system. Effective management of loads and reduction of losses and wasted energy needs accurate information about the loads. Performance comparison for same appliance of different make Local display of information on smart plug itself Contd.
  • 5.  Provides some basic information of a particular appliance  Includes an embedded ICT unit so that power usage information it collects about the appliance can then be transmitted  Access electricity consumption data and determine the best time to use an individual appliance Smart Plug Contd. 5 Smart Plug
  • 6. Essential part of the Smart Grid It can provide detailed load flow on real time basis Helps in effective management of the grid operation Helps consumer to realize the energy usage and the corresponding tariff Two way communication - Automatic Meter Reading - Restriction of supply Smart Energy Meter 6 Contd. Smart Energy Meter
  • 7. 7 Smart Home •A home equipped with lighting, heating, and electronic devices that can be controlled remotely by smart phone or computer • Smart home relate to the development of some major aspects: (a)Capabilities of home infrastructure and controlled device (b) Usability of mobile and stationary user interfaces Contd.
  • 9. 9 Contd. Involvement of Information & Communication Technology Rapid development of Wireless Communication Systems like 3G, 4G, Wi-Fi Introductory involvement of communication interfaces like Bluetooth, ZigBee, Wi-Fi Power Line Communication (PLC)
  • 10. 10 Power Line Communication (PLC) as Communication Channel  The Home Automation System Using Power Line Communication (PLC) at home is user friendly and cost efficient. It requires only electricity to run the system. Fundamental parts of the smart meter as well as the Smart Grid. Communication through power line by the Utilities to Consumers if possible results to breakthrough in communications. Every household would be connected at any time and services being provided at real-time. Based on electrical signals, carrying information, propagating over the power- line. Contd.
  • 11. 11
  • 12. 12
  • 13. 13 Classifiers An algorithm implementing classification, especially concrete implementation  A mathematical function , implemented by a classification algorithm, that maps input data to a category Bayesian  Support Vector machine Classifier Fuzzy Ruled Based Classifier Artificial Neural Network Types of Classifiers
  • 14. 14 In our project we have used the Artificial Neural Network (ANN) as the classifier has some benefits from others which are mentioned below : (a) Adaptive Learning (b) Self-Organization (c) Real Time Operation (d) Fault Tolerance via Redundant Information Coding (e) Implementation Ability Contd.
  • 15. 15 Artificial Neural Network (ANN) A computational system inspired by the structure, processing method and learning ability of a biological brain Contd. (a) A large number of very simple processing neuron-like processing elements. (b) A large number of weighted connections between the elements. (c) Distributed representation of knowledge over the connections. (d) Knowledge is acquired by network through a learning process.
  • 16. Elements of ANN (a) Processing unit (b) Activation function (c) Learning paradigm 16 Contd.
  • 20. 20
  • 21. Schematic Overview Ardiuno UNO Board Signal Conditioning Signal Conditioning ADC Atmega 328 µC Communic ation unit (PLC) Local Display Ph N CT 1-ph Elec. Load PT Smart Plug 21 Smart Meter
  • 22. Procedural Steps Training And Testing of Neural Network 22 Contd.
  • 23. Data Acquisition & Signature Extraction •Voltage & current data of diff. load captured by DSO •The sample data of voltage & current data taken into a spreadsheet using software webstar • Formation of load signature (by mathematical calculation) using captured sampled data of voltage & current of diff. load 23 •The data obtained in the measurement is stored into a computer for further study; the appliances include: i) Fan ii) Bulb ; iii) Tube Light iv) Heater v)1 Ph Induction Motor Contd.
  • 24. Captured Data for Signature Extraction current Time Time voltage Current nature obtained for 200 Watt bulb switching phenomenon . Voltage nature obtained for 200 Watt bulb switching phenomenon 24 Contd.
  • 25. Amplitude Power spectrum Time Frequency Simulated MATLAB output of 200W bulb current switching phenomenon FFT Analysis using MatLab Simulated MATLAB FFT analysis of 200W bulb current data 25 Contd.
  • 26. ANN Start up Window 26 NN toolbox can be open by entering the command on command window >>nnstart Contd.
  • 27. >> nprtool or Pattern Recognition Application from Neural Network Start Window 27 Neural Pattern Recognition Application Contd.
  • 28. 28 Neural Network Training and Target Data Input Contd.
  • 29. Training and Target Data are Browse from Data Bank 29 Contd.
  • 31. Neural Network Training • Training Algorithm • Data Partition 31 Contd.
  • 32. The Figure shows the changes between the validation, Training and testing where the Mean Square Error is minimum. NN Training Performance Contd. 32
  • 34. In evaluation of the network , if the learning process fails then retraining is required to achieve the goal 34 Contd.
  • 35. Generation of NN Program Code 35 Contd.
  • 37. 37
  • 38. Overview of Hardware 38 Technical Specifications of Arduino UNO Microcontroller : ATmega328 Operating Voltage : 5V Supply Voltage (recommended) : 7-12V Maximum supply voltage : 20V Digital I/O Pins : 14 (of which 6 provide PWM output) Analog Input Pins : 6 DC Current per I/O Pin :40 mA DC Current for 3.3V Pin :50 mA Flash Memory : 32 KB (ATmega328) of which 0.5 KB used by boot loader SRAM : 2 KB (ATmega328) EEPROM : 1 KB (ATmega328) Clock Speed :16 MHz
  • 39. Matlab Hardware Support Package for Ardiuno UNO Board Matlab to communicate with Arduino UNO Board over a USB cable 39 Start MATLAB  Start Support Package Installer Select Arduino UNO from a list of support packages Math Works Account Continue and Complete the Installation Contd.
  • 40. Matlab Simulink Model of Load Identification 40 Contd.
  • 41. Procedure to run the Model on Arduino UNO Hardware Load the voltage and current samples into constants v1 & i1in the command window of Matlab 41 Contd.
  • 42. Configuration parameter setting to run the model on Arduino UNO hardware 42 Procedure to run the Model on Arduino UNO Hardware Contd.
  • 43. Target hardware :Arduino UNO Host COM port : Automatically 43 Contd.Procedure to run the Model on Arduino UNO Hardware
  • 44. Deploy the Model to run on Hardware 44 Contd.
  • 45. 45 Load Identification Indication Contd. Simulink Model run on Arduino UNO Hardware
  • 46. Read analog signals using Arduino UNO ADC 46 Contd. Arduino IDE 1.0.6
  • 47. Run Matlab code to read serial data Run Simulink Model for Load Identification automatically 47 Contd. Simulink model of Load Identification
  • 48. 48 Contd. Test set up to read analog signal through Arduino UNO ADC
  • 49. 49 Contd. Arduino UNO ADC data plotted on Matlab
  • 50. 50 • Convenient and efficient use of electric appliances • Remote access of the home electrical appliances • Energy management strategies of Utility • Utility to control the energy supply to a particular appliance • Brief cost estimation of development of a Smart Plug
  • 51. 51
  • 52. 52 1. Smart Grid Technology and Applications by Janaka Ekanayake(Cardiff University, UK), Kithsiri Liyanage(University of Peradeniya, Sri Lanka), Jianzhong Wu (Cardiff University, UK), Akihiko Yokoyama (University of Tokyo, Japan), Nick Jenkins (Cardiff University, UK). 2. Simulator for Smart Load Management in Home Appliances by Michael Rathmair and Jan Haase (Vienna University of Technology, Institute of Computer Technology). 3. Smart Power Grids 2011 by Professor Ali Keyhani Department of Electrical and Computer Engineering. 4. Experimental Study and Design of Smart Energy Meter for the Smart Grid by Anmar Arif, Muhannad AI-Hussain, Nawaf AI-Mutairi, Essam AI-Ammar Yasin Khan and Nazar Malik Saudi Aramco Chair in Electrical Power, Department of Electrical Engineering, College of Engineering (King Saud University). 5. A model for generating household electricity load profiles by Jukka V. Paatero and Peter D. Lund Advanced Energy Systems, (Helsinki University of Technology Finland). 6. Analysis and Application of Artificial Neural Network by L.P.J Veelenturf. 7. ANN Based Load Identification And Forecasting System For The Built Environment by Hosen Hasna (University of Nebraska-Lincoln, hhasna@unomaha.ed). 8. Principles Of Artificial Neural Networks 2nd Edition by Wai-Kai Chen (Univ. Illinois, Chicago, USA) 9. Neural Networks by M. Hajek
  • 53. 53

Editor's Notes

  1. Back propagation algorithm is not necessary here it will be under the training & testing of ANN
  2. Raju Da.