SlideShare una empresa de Scribd logo
1 de 24
NON-LINEARITY COMPENSATION OF
STRAIN GAUGE BY USING
SOFT COMPUTING TECHNIQUES
OBJECTIVE:
 Brief Introduction

To study the nonlinearity problem of STRAIN GAUGE and
suggest novel methods of circumventing the effect of this
problem.
Nonlinear compensation of STRAIN GAUGE using different
ANN techniques
INTRODUCTION
SENSORS:- The sensors are devices which, for the purpose of measurement, turn physical
input quantities into electrical output signals, their output-input and output-time
relationship being predictable to a known degree of accuracy at specified environmental
conditions. It can also be defined as “a device which provides a usable output in response to
a specified measurand”.
            It can also be defined as an element that senses a variation in input energy to
produce a variation in another or same form of energy is called a
sensor, whereas, transducer involves a transduction principle which converts a specified
measurand into an usable output.
Sensor Characteristics
Two general characteristics
STATIC                                            DYNAMIC
Accuracy                                          Fidelity
Precision (Repeatability)                         Speed of response
Resolution
Minimum detectable signal
Nonlinearity
Hysteresis
(Involves determination of transfer
function, frequency response)
 Threshold
The sensor consists of several elements or blocks such as sensing element, signal
conditioning element, signal processing element and data presentation element.




                             General structure of sensor
 Accuracy: Degree of closeness of measured value by instruments to the exact value of
 the quantity.
 Precision: Degree of reproducibility of measurements .
  Resolution: minimum change in input value that can be detected by instruments.


   Threshold: This is the smallest input change that produces a detectable output at zero
   value condition of the measured.

   Sensitivity: This is defined as the ratio of the incremental output (Δy) to incremental
   input (Δx), i.e
Nonlinearity: The deviation from linearity, which itself is defined in terms of
superposition principles, is expressed as a percentage of the full scale output
at a given value of the input. Nonlinearity can, however, be specified here.
• deviation from a straight line joining the end points of the scale.
The nonlinearity problem gives rise to the following difficulties:
(i) Non accuracy in measurement
(ii) Limitation of dynamic range (linearity region)
(iii) Full potentiality of the sensor cannot be utilized.
 The nonlinearity problem arises due to:
(i) Environmental changes such as change in temperature, humidity and
atmospheric pressure
(ii) Aging
(iii) Constructional limitations.


FIDELITY: it is the degree to which the instrument indicates the change in the
measured value without dynamic error.
SPEED OF RESPONSE: it is the rapidity with which an instrument responds to
change in the measured quantity.
Adaptive and intelligent methods for compensation of nonlinearities have
been proposed



These methods are based on the following structures:
(i) ADALIN : Single Neural Network
(ii) MLP : Multi Layer Perceptron
(iii) RBFNN : Radial Basis Function based Neural Network
(iv) ANFIS : Adaptive Neuro Fuzzy Inference System

The learning algorithms employed in the thesis are:
(i) LMS algorithm in ADALIN and ANFIS
(ii) BP algorithm in MLP
(iii) RBF learning algorithm
Strain gauge

STRAIN GAUGE is a passive electrical transducer. It gives variation in electrical resistance
 between its two terminals as effect of strain on sensor(gage) on application of external force.
A metal conductor if stretched or compressed,a change in its resistance occurs due to change
In Its diameter and length. A change in its resistivity can be observed if subjected to strain,
 this Property is called as piezoresistive effect. Thus resistive strain gage is also known as
piezoresistive gage. Since resistance of a conductor is directly proportional to its length
Therefore the resistance of gage increases with positive strain.
  Usually, the wire gage consists of a resistance made of very
fine wire securely bonded to the member to be strained, in our case the balance. When a
force is applied to the balance, the wire then becomes either in tension or compression.
The resistance change of a wire when a force is applied is due in part to a change in
length and cross-section, and in part to an actual change in specific resistance.
Principle of Strain Measurement
Strain-initiated resistance change is extremely small. Thus, for
strain measurement a Wheatstone bridge is formed to convert
the resistance change to a voltage change
The gage factor, K, of a strain gage, relates the change in resistance (DR) to the change in
length (DL). The gage factor is constant for a given strain gage, and R is the nondeformed
resistance of the strain gage, so




    Gage factor is used to measure the sensitivity of a material to strain



     Causes of Non linearities in strain gage
     The major source of error comes from the fact that the resistances of most wires
     Changes with temperature.
     Error in designing resistance measurement circuit.

     Wheatstone bridge circuit can provide solution to both effects. Wheatstone bridges are
     Commonly used with strain gage set up to measure small changes in resistance. These
     Bridges are inherently insensitive to supply voltage fluctuations.
Non linearity compensation of strain gage:
 In the non linearity compensation scheme used in our project, here we are giving force
   (strain) to a strip (whose strain is to be measured) by using micrometer manually.
 This force will produce elongation on one side and compression on other side.
 The differential voltage of the Strain Gage after being demodulated does not keep linear
 relationship with the displacement.
 The nonlinearity compensator can be developed by using different ANN techniques
   like ADALIN, MLP, RBF-NN and ANFIS.
 The output of the ANN based nonlinearity compensator is compared with the desired
  signal (displacement signal given by using micrometer) to produce an error signal.
 With this error signal, the weight vectors of the ANN model are updated. This process is
  repeated till the mean square error (MSE) is minimized.
 Once the training is complete, the Strain Gage together with the ANN model acts like a
  linear Strain Gage with enhanced dynamic range.
 In our project we have used RBFNN to compensate the non linearity of Strain Gage.
The ANN based adaptive nonlinear compensator can be developed by
  􀂄 MLP
  􀂄 FLANN
  􀂄 Cascaded FLANN (CFLANN)
ADALIN Based Non-linearity Compensation
The differential or demodulated voltage e at the output of LVDT is normalized by dividing each
value with the maximum value. The normalized voltage output e is subjected to functional
expansion and than input to the single neuron perceptron based nonlinearity compensator. The
output of the ADALIN based nonlinearity compensator is compared with the normalized input
displacement of the LVDT. The widrow-hoff algorithm, in which both the learning rates are
chosen as 0.07, is used to adapt the weights of the Neuron. Applying various input
patterns, the ANN weights are updated using the widrow-hoff algorithm. To enable complete
learning, 1000 iterations are made. Then, the weights of neurons are frozen and stored in the
memory. During the testing phase, the frozen weights are used in the ADALIN model.
The operation in a neuron involves the computation of the weighted sum of inputs and
 threshold. The resultant signal is then passed through a nonlinear activation function.
 This is also called as a perceptron, which is built around a nonlinear neuron; whereas the
 LMS algorithm described in the preceding sections is built around a linear neuron. The
 output of the neuron may be represented as,



Where           is the threshold to the neurons at the first layer, wj(n) is the weight associated
with jth the input, N is the no. of inputs to the neuron and φ(.) is the nonlinear activation
function. Different types of nonlinear function are shown in Fig.




  Different types of nonlinear activation function,
  (a) Signum function or hard limiter,
  (b) Threshold function,
  (c) Sigmoid function,
  (d) Piecewise Linear
Signum Function:




    Threshold Function:



   Sigmoid Function:



Where v is the input to the sigmoid function and a is the slope of the sigmoid function. For
the steady convergence a proper choice of a is required.
Piecewise-Linear Function:
MLP Based Non-linearity Compensation
The differential or demodulated voltage e at the output of LVDT is normalized by
dividing each value with the maximum value. The normalized voltage output e is
subjected to input to the MLP based nonlinearity compensator. In case of the MLP, we
used different neurons with different layers. However, the 1-30-50-1 network is
observed to perform better hence it is chosen for simulation. Each hidden layer and the
output layer contains tanh(.) type activation function. The output of the MLP based
nonlinearity compensator is compared with the normalized input displacement of the
LVDT. The BP algorithm, in which both the learning rate and the momentum rate are
chosen as 0.01 and 1 respectively, is used to adapt the weights of the MLP. Applying
various input patterns, the ANN weights are updated using the BP algorithm. To enable
complete learning, 400 iterations are made. Then, the weights of the various layers of
the MLP are frozen and stored in the memory. During the testing phase, the frozen
weights are used in the MLP model.
If P1 is the number of neurons in the first hidden layer, each element of the output vector of
  first hidden layer may be calculated as,


where αj is the threshold to the neurons of the first hidden layer, N is the no. of inputs and φ(.)
is the nonlinear activation function in the first hidden layer of these type. The time index n has
been dropped to make the equations simpler. Let P2 be the number of neurons in the second
hidden layer. The output of this layer is represented as, fk and may be written as
where, αk is the threshold to the neurons of the second hidden layer. The output of the final
output layer can be calculated as




Where, αl is the threshold to the neuron of the final layer and P3 is the no. of neurons in the
output layer. The output of the MLP may be expressed as




2.2.3 Radial Basis Function Neural Network (RBF-NN)
The Radial Basis Function based neural network (RBFNN) consists of an input layer made up of
source nodes and a hidden layer of large dimension. The number of input and output nodes is
maintained same and while training, the same pattern is simultaneously applied at the input
and the output. The nodes within each layer are fully connected to the previous layer. The input
variables are each assigned to a node in the input layer and pass directly to the hidden layer
without weights. The hidden nodes contain the radial basis functions (RBFs) which are Gaussian
in characteristics. Each hidden unit in the network has two parameters called a center (μ), and a
width (σ) associated with it. The Gaussian function of the hidden units is radially symmetric in
the input space and the output of each hidden unit depends only on the radial distance
between the input vector x and the center parameter μ for the hidden unit.
Radial Basis Function neural network structure
The Gaussian function gives the highest output when the incoming variables are closest to
the center position and decreases monotonically as the distance from the center decreases.

  Each node of the hidden layer contains the radial basis function:
Where μk is the center vector for the kth hidden unit and σk is the width of the Gaussian
function and denotes the Euclidean norm.
The parameters of the RBFNN are updated using the RBF algorithm. The RBF algorithm
is an exact analytical procedure for evaluation of the first derivative of the output error
with respect to network parameters.
Simulation Studies
Mean Square Error (MSE) Plot of RBFNN for Strain Gage non linearity compensation
The RBFNN based nonlinearity compensator improves the linearity quite appreciably about
0.0018, i.e. MSE is 0.0018.

Más contenido relacionado

La actualidad más candente

Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...IOSR Journals
 
Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...
Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...
Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...paperpublications3
 
Mw &dc lab (90) iv i
Mw &dc lab (90) iv iMw &dc lab (90) iv i
Mw &dc lab (90) iv iPrabhu Kiran
 
Converting Capacitance Into Controller Counts
Converting Capacitance Into Controller CountsConverting Capacitance Into Controller Counts
Converting Capacitance Into Controller CountsFieldscale
 
Instrumentation Lab. Experiment #7 Report: Strain Measurements 2
Instrumentation Lab. Experiment #7 Report: Strain Measurements 2Instrumentation Lab. Experiment #7 Report: Strain Measurements 2
Instrumentation Lab. Experiment #7 Report: Strain Measurements 2mohammad zeyad
 
Capacitive Touch Sensor Charge Time
Capacitive Touch Sensor Charge TimeCapacitive Touch Sensor Charge Time
Capacitive Touch Sensor Charge TimeFieldscale
 
A direct brain to-brain interface in humans
A direct brain to-brain interface in humansA direct brain to-brain interface in humans
A direct brain to-brain interface in humansHamed Abdi
 
Capacitive transducers
Capacitive transducersCapacitive transducers
Capacitive transducerskaroline Enoch
 
Static characteristics in mechanical measurements & metrology
Static characteristics in mechanical measurements & metrologyStatic characteristics in mechanical measurements & metrology
Static characteristics in mechanical measurements & metrologyChirag Solanki
 
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmFiltering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmIDES Editor
 
Pe 4030 ch 2 sensors and transducers part 1 final sept 20 2016
Pe 4030 ch 2 sensors and transducers  part 1 final  sept 20 2016Pe 4030 ch 2 sensors and transducers  part 1 final  sept 20 2016
Pe 4030 ch 2 sensors and transducers part 1 final sept 20 2016Charlton Inao
 
Characteristics of instruments
Characteristics of instrumentsCharacteristics of instruments
Characteristics of instrumentsRavi Patel
 

La actualidad más candente (20)

EMI-tansducers
EMI-tansducersEMI-tansducers
EMI-tansducers
 
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
 
Transducers
TransducersTransducers
Transducers
 
Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...
Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...
Voltage Regulators Placement in Unbalanced Radial Distribution Systems for Lo...
 
Mw &dc lab (90) iv i
Mw &dc lab (90) iv iMw &dc lab (90) iv i
Mw &dc lab (90) iv i
 
Converting Capacitance Into Controller Counts
Converting Capacitance Into Controller CountsConverting Capacitance Into Controller Counts
Converting Capacitance Into Controller Counts
 
Transducer
TransducerTransducer
Transducer
 
Instrumentation Lab. Experiment #7 Report: Strain Measurements 2
Instrumentation Lab. Experiment #7 Report: Strain Measurements 2Instrumentation Lab. Experiment #7 Report: Strain Measurements 2
Instrumentation Lab. Experiment #7 Report: Strain Measurements 2
 
25633083 sensors-and-transducers
25633083 sensors-and-transducers25633083 sensors-and-transducers
25633083 sensors-and-transducers
 
Capacitive Touch Sensor Charge Time
Capacitive Touch Sensor Charge TimeCapacitive Touch Sensor Charge Time
Capacitive Touch Sensor Charge Time
 
A direct brain to-brain interface in humans
A direct brain to-brain interface in humansA direct brain to-brain interface in humans
A direct brain to-brain interface in humans
 
Capacitive transducers
Capacitive transducersCapacitive transducers
Capacitive transducers
 
Static characteristics in mechanical measurements & metrology
Static characteristics in mechanical measurements & metrologyStatic characteristics in mechanical measurements & metrology
Static characteristics in mechanical measurements & metrology
 
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmFiltering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
 
5 Commonly Used Transducers
5 Commonly Used Transducers5 Commonly Used Transducers
5 Commonly Used Transducers
 
Ohm's law
Ohm's lawOhm's law
Ohm's law
 
Pe 4030 ch 2 sensors and transducers part 1 final sept 20 2016
Pe 4030 ch 2 sensors and transducers  part 1 final  sept 20 2016Pe 4030 ch 2 sensors and transducers  part 1 final  sept 20 2016
Pe 4030 ch 2 sensors and transducers part 1 final sept 20 2016
 
Characteristics of instruments
Characteristics of instrumentsCharacteristics of instruments
Characteristics of instruments
 
Transducer
TransducerTransducer
Transducer
 
Slideshow on transducers
Slideshow on transducersSlideshow on transducers
Slideshow on transducers
 

Destacado

Control of Uncertain Hybrid Nonlinear Systems Using Particle Filters
Control of Uncertain Hybrid Nonlinear Systems Using Particle FiltersControl of Uncertain Hybrid Nonlinear Systems Using Particle Filters
Control of Uncertain Hybrid Nonlinear Systems Using Particle FiltersLeo Asselborn
 
Newton method based iterative learning control for nonlinear systems
Newton method based iterative learning control for nonlinear systemsNewton method based iterative learning control for nonlinear systems
Newton method based iterative learning control for nonlinear systemsTian Lin
 
Nonlinear Structural Dynamics: The Fundamentals Tutorial
Nonlinear Structural Dynamics: The Fundamentals TutorialNonlinear Structural Dynamics: The Fundamentals Tutorial
Nonlinear Structural Dynamics: The Fundamentals TutorialVanderbiltLASIR
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Charlton Inao
 
Non-linear optics by means of dynamical Berry phase
Non-linear optics  by means of  dynamical Berry phaseNon-linear optics  by means of  dynamical Berry phase
Non-linear optics by means of dynamical Berry phaseClaudio Attaccalite
 
Nonlinear Optical Materials
Nonlinear Optical MaterialsNonlinear Optical Materials
Nonlinear Optical Materialskrishslide
 
Load cell
Load cellLoad cell
Load cellmalikji
 
CHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCER
CHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCERCHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCER
CHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCERkaushal boghani
 
Sensors for Biomedical Devices and systems
Sensors for Biomedical Devices and systemsSensors for Biomedical Devices and systems
Sensors for Biomedical Devices and systemsGunjan Patel
 
Plastics Mechanical Properties
Plastics   Mechanical PropertiesPlastics   Mechanical Properties
Plastics Mechanical Propertiesibaiges
 

Destacado (15)

Control of Uncertain Hybrid Nonlinear Systems Using Particle Filters
Control of Uncertain Hybrid Nonlinear Systems Using Particle FiltersControl of Uncertain Hybrid Nonlinear Systems Using Particle Filters
Control of Uncertain Hybrid Nonlinear Systems Using Particle Filters
 
Newton method based iterative learning control for nonlinear systems
Newton method based iterative learning control for nonlinear systemsNewton method based iterative learning control for nonlinear systems
Newton method based iterative learning control for nonlinear systems
 
Nonlinear Structural Dynamics: The Fundamentals Tutorial
Nonlinear Structural Dynamics: The Fundamentals TutorialNonlinear Structural Dynamics: The Fundamentals Tutorial
Nonlinear Structural Dynamics: The Fundamentals Tutorial
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
 
Nonlinear systems
Nonlinear systemsNonlinear systems
Nonlinear systems
 
Non-linear optics by means of dynamical Berry phase
Non-linear optics  by means of  dynamical Berry phaseNon-linear optics  by means of  dynamical Berry phase
Non-linear optics by means of dynamical Berry phase
 
Nonlinear Optical Materials
Nonlinear Optical MaterialsNonlinear Optical Materials
Nonlinear Optical Materials
 
Types of nonlinearities
Types of nonlinearitiesTypes of nonlinearities
Types of nonlinearities
 
Load cell
Load cellLoad cell
Load cell
 
CHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCER
CHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCERCHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCER
CHARACTERISTICS OF INSTRUMENTATION,STRAIN GAUGE,DIFFERENTIATE TRANSDUCER
 
Linear non linear
Linear non linearLinear non linear
Linear non linear
 
Sensors for Biomedical Devices and systems
Sensors for Biomedical Devices and systemsSensors for Biomedical Devices and systems
Sensors for Biomedical Devices and systems
 
Mechanical measurement & control
Mechanical measurement & controlMechanical measurement & control
Mechanical measurement & control
 
Plastics Mechanical Properties
Plastics   Mechanical PropertiesPlastics   Mechanical Properties
Plastics Mechanical Properties
 
Ch03
Ch03Ch03
Ch03
 

Similar a Final ppt

Du3211861191
Du3211861191Du3211861191
Du3211861191IJMER
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Analysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems usingAnalysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems usingAlexander Decker
 
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...eSAT Publishing House
 
Uncertainty and sensitivity analysis applied to a voltage series operational...
Uncertainty and sensitivity analysis applied to a voltage series  operational...Uncertainty and sensitivity analysis applied to a voltage series  operational...
Uncertainty and sensitivity analysis applied to a voltage series operational...nooriasukmaningtyas
 
circuit_modes_v5
circuit_modes_v5circuit_modes_v5
circuit_modes_v5Olivier Buu
 
SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...
SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...
SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...ijmech
 
A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...
A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...
A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...Firas Mohammed Ali Al-Raie
 
Transformer protection from inrush currents: Discrimination of internal fault...
Transformer protection from inrush currents: Discrimination of internal fault...Transformer protection from inrush currents: Discrimination of internal fault...
Transformer protection from inrush currents: Discrimination of internal fault...Shilpa Shukla
 
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...CSCJournals
 
CHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhjCHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhjteddiyfentaw
 
Adaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization SystemAdaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization SystemUniversity of Malaya (UM)
 
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...IOSR Journals
 

Similar a Final ppt (20)

A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...
 
Du3211861191
Du3211861191Du3211861191
Du3211861191
 
E1082935
E1082935E1082935
E1082935
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Analysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems usingAnalysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems using
 
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
 
E044043336
E044043336E044043336
E044043336
 
40220140501001
4022014050100140220140501001
40220140501001
 
Uncertainty and sensitivity analysis applied to a voltage series operational...
Uncertainty and sensitivity analysis applied to a voltage series  operational...Uncertainty and sensitivity analysis applied to a voltage series  operational...
Uncertainty and sensitivity analysis applied to a voltage series operational...
 
circuit_modes_v5
circuit_modes_v5circuit_modes_v5
circuit_modes_v5
 
SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...
SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...
SENSITIVITY ANALYSIS OF NANO-NEWTON CMOS-MEMS CAPACITIVE FORCE SENSOR FOR BIO...
 
A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...
A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...
A Proposed Method for Evaluating the Optimum Load Impedance in Negative Resis...
 
Transformer protection from inrush currents: Discrimination of internal fault...
Transformer protection from inrush currents: Discrimination of internal fault...Transformer protection from inrush currents: Discrimination of internal fault...
Transformer protection from inrush currents: Discrimination of internal fault...
 
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
 
CHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhjCHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhj
 
20120140503021
2012014050302120120140503021
20120140503021
 
Adaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization SystemAdaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization System
 
Emi unit 1 ppt
Emi unit 1 pptEmi unit 1 ppt
Emi unit 1 ppt
 
Reactive energy metering
Reactive energy meteringReactive energy metering
Reactive energy metering
 
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
 

Último

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 

Último (20)

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

Final ppt

  • 1. NON-LINEARITY COMPENSATION OF STRAIN GAUGE BY USING SOFT COMPUTING TECHNIQUES
  • 2.
  • 3. OBJECTIVE: Brief Introduction To study the nonlinearity problem of STRAIN GAUGE and suggest novel methods of circumventing the effect of this problem. Nonlinear compensation of STRAIN GAUGE using different ANN techniques
  • 4. INTRODUCTION SENSORS:- The sensors are devices which, for the purpose of measurement, turn physical input quantities into electrical output signals, their output-input and output-time relationship being predictable to a known degree of accuracy at specified environmental conditions. It can also be defined as “a device which provides a usable output in response to a specified measurand”. It can also be defined as an element that senses a variation in input energy to produce a variation in another or same form of energy is called a sensor, whereas, transducer involves a transduction principle which converts a specified measurand into an usable output. Sensor Characteristics Two general characteristics STATIC DYNAMIC Accuracy Fidelity Precision (Repeatability) Speed of response Resolution Minimum detectable signal Nonlinearity Hysteresis (Involves determination of transfer function, frequency response) Threshold
  • 5. The sensor consists of several elements or blocks such as sensing element, signal conditioning element, signal processing element and data presentation element. General structure of sensor Accuracy: Degree of closeness of measured value by instruments to the exact value of the quantity. Precision: Degree of reproducibility of measurements . Resolution: minimum change in input value that can be detected by instruments. Threshold: This is the smallest input change that produces a detectable output at zero value condition of the measured. Sensitivity: This is defined as the ratio of the incremental output (Δy) to incremental input (Δx), i.e
  • 6. Nonlinearity: The deviation from linearity, which itself is defined in terms of superposition principles, is expressed as a percentage of the full scale output at a given value of the input. Nonlinearity can, however, be specified here. • deviation from a straight line joining the end points of the scale.
  • 7. The nonlinearity problem gives rise to the following difficulties: (i) Non accuracy in measurement (ii) Limitation of dynamic range (linearity region) (iii) Full potentiality of the sensor cannot be utilized. The nonlinearity problem arises due to: (i) Environmental changes such as change in temperature, humidity and atmospheric pressure (ii) Aging (iii) Constructional limitations. FIDELITY: it is the degree to which the instrument indicates the change in the measured value without dynamic error. SPEED OF RESPONSE: it is the rapidity with which an instrument responds to change in the measured quantity.
  • 8. Adaptive and intelligent methods for compensation of nonlinearities have been proposed These methods are based on the following structures: (i) ADALIN : Single Neural Network (ii) MLP : Multi Layer Perceptron (iii) RBFNN : Radial Basis Function based Neural Network (iv) ANFIS : Adaptive Neuro Fuzzy Inference System The learning algorithms employed in the thesis are: (i) LMS algorithm in ADALIN and ANFIS (ii) BP algorithm in MLP (iii) RBF learning algorithm
  • 9. Strain gauge STRAIN GAUGE is a passive electrical transducer. It gives variation in electrical resistance between its two terminals as effect of strain on sensor(gage) on application of external force. A metal conductor if stretched or compressed,a change in its resistance occurs due to change In Its diameter and length. A change in its resistivity can be observed if subjected to strain, this Property is called as piezoresistive effect. Thus resistive strain gage is also known as piezoresistive gage. Since resistance of a conductor is directly proportional to its length Therefore the resistance of gage increases with positive strain. Usually, the wire gage consists of a resistance made of very fine wire securely bonded to the member to be strained, in our case the balance. When a force is applied to the balance, the wire then becomes either in tension or compression. The resistance change of a wire when a force is applied is due in part to a change in length and cross-section, and in part to an actual change in specific resistance.
  • 10.
  • 11. Principle of Strain Measurement Strain-initiated resistance change is extremely small. Thus, for strain measurement a Wheatstone bridge is formed to convert the resistance change to a voltage change
  • 12. The gage factor, K, of a strain gage, relates the change in resistance (DR) to the change in length (DL). The gage factor is constant for a given strain gage, and R is the nondeformed resistance of the strain gage, so Gage factor is used to measure the sensitivity of a material to strain Causes of Non linearities in strain gage The major source of error comes from the fact that the resistances of most wires Changes with temperature. Error in designing resistance measurement circuit. Wheatstone bridge circuit can provide solution to both effects. Wheatstone bridges are Commonly used with strain gage set up to measure small changes in resistance. These Bridges are inherently insensitive to supply voltage fluctuations.
  • 13. Non linearity compensation of strain gage:  In the non linearity compensation scheme used in our project, here we are giving force (strain) to a strip (whose strain is to be measured) by using micrometer manually.  This force will produce elongation on one side and compression on other side.  The differential voltage of the Strain Gage after being demodulated does not keep linear relationship with the displacement.  The nonlinearity compensator can be developed by using different ANN techniques like ADALIN, MLP, RBF-NN and ANFIS.  The output of the ANN based nonlinearity compensator is compared with the desired signal (displacement signal given by using micrometer) to produce an error signal.  With this error signal, the weight vectors of the ANN model are updated. This process is repeated till the mean square error (MSE) is minimized.  Once the training is complete, the Strain Gage together with the ANN model acts like a linear Strain Gage with enhanced dynamic range.  In our project we have used RBFNN to compensate the non linearity of Strain Gage.
  • 14. The ANN based adaptive nonlinear compensator can be developed by 􀂄 MLP 􀂄 FLANN 􀂄 Cascaded FLANN (CFLANN) ADALIN Based Non-linearity Compensation The differential or demodulated voltage e at the output of LVDT is normalized by dividing each value with the maximum value. The normalized voltage output e is subjected to functional expansion and than input to the single neuron perceptron based nonlinearity compensator. The output of the ADALIN based nonlinearity compensator is compared with the normalized input displacement of the LVDT. The widrow-hoff algorithm, in which both the learning rates are chosen as 0.07, is used to adapt the weights of the Neuron. Applying various input patterns, the ANN weights are updated using the widrow-hoff algorithm. To enable complete learning, 1000 iterations are made. Then, the weights of neurons are frozen and stored in the memory. During the testing phase, the frozen weights are used in the ADALIN model.
  • 15. The operation in a neuron involves the computation of the weighted sum of inputs and threshold. The resultant signal is then passed through a nonlinear activation function. This is also called as a perceptron, which is built around a nonlinear neuron; whereas the LMS algorithm described in the preceding sections is built around a linear neuron. The output of the neuron may be represented as, Where is the threshold to the neurons at the first layer, wj(n) is the weight associated with jth the input, N is the no. of inputs to the neuron and φ(.) is the nonlinear activation function. Different types of nonlinear function are shown in Fig. Different types of nonlinear activation function, (a) Signum function or hard limiter, (b) Threshold function, (c) Sigmoid function, (d) Piecewise Linear
  • 16. Signum Function: Threshold Function: Sigmoid Function: Where v is the input to the sigmoid function and a is the slope of the sigmoid function. For the steady convergence a proper choice of a is required. Piecewise-Linear Function:
  • 17. MLP Based Non-linearity Compensation The differential or demodulated voltage e at the output of LVDT is normalized by dividing each value with the maximum value. The normalized voltage output e is subjected to input to the MLP based nonlinearity compensator. In case of the MLP, we used different neurons with different layers. However, the 1-30-50-1 network is observed to perform better hence it is chosen for simulation. Each hidden layer and the output layer contains tanh(.) type activation function. The output of the MLP based nonlinearity compensator is compared with the normalized input displacement of the LVDT. The BP algorithm, in which both the learning rate and the momentum rate are chosen as 0.01 and 1 respectively, is used to adapt the weights of the MLP. Applying various input patterns, the ANN weights are updated using the BP algorithm. To enable complete learning, 400 iterations are made. Then, the weights of the various layers of the MLP are frozen and stored in the memory. During the testing phase, the frozen weights are used in the MLP model.
  • 18. If P1 is the number of neurons in the first hidden layer, each element of the output vector of first hidden layer may be calculated as, where αj is the threshold to the neurons of the first hidden layer, N is the no. of inputs and φ(.) is the nonlinear activation function in the first hidden layer of these type. The time index n has been dropped to make the equations simpler. Let P2 be the number of neurons in the second hidden layer. The output of this layer is represented as, fk and may be written as
  • 19. where, αk is the threshold to the neurons of the second hidden layer. The output of the final output layer can be calculated as Where, αl is the threshold to the neuron of the final layer and P3 is the no. of neurons in the output layer. The output of the MLP may be expressed as 2.2.3 Radial Basis Function Neural Network (RBF-NN) The Radial Basis Function based neural network (RBFNN) consists of an input layer made up of source nodes and a hidden layer of large dimension. The number of input and output nodes is maintained same and while training, the same pattern is simultaneously applied at the input and the output. The nodes within each layer are fully connected to the previous layer. The input variables are each assigned to a node in the input layer and pass directly to the hidden layer without weights. The hidden nodes contain the radial basis functions (RBFs) which are Gaussian in characteristics. Each hidden unit in the network has two parameters called a center (μ), and a width (σ) associated with it. The Gaussian function of the hidden units is radially symmetric in the input space and the output of each hidden unit depends only on the radial distance between the input vector x and the center parameter μ for the hidden unit.
  • 20. Radial Basis Function neural network structure The Gaussian function gives the highest output when the incoming variables are closest to the center position and decreases monotonically as the distance from the center decreases. Each node of the hidden layer contains the radial basis function:
  • 21. Where μk is the center vector for the kth hidden unit and σk is the width of the Gaussian function and denotes the Euclidean norm. The parameters of the RBFNN are updated using the RBF algorithm. The RBF algorithm is an exact analytical procedure for evaluation of the first derivative of the output error with respect to network parameters.
  • 23.
  • 24. Mean Square Error (MSE) Plot of RBFNN for Strain Gage non linearity compensation The RBFNN based nonlinearity compensator improves the linearity quite appreciably about 0.0018, i.e. MSE is 0.0018.