SlideShare a Scribd company logo
MODELING AND SIMULATION OF MEMS
ACCELEROMETERS AND GYROSCOPES
USING ORDER-REDUCTION METHODS
RABIE A. EL-ZOGHBI1, VLADIMIR N. LANTSOV1, AND AHMAD J. BAZZI2
1VLADIMIR STATE UNIVERSITY, RUSSIAN FEDERATION
2GRADUATE SCHOOL OF ENGINEERING, GUNMA UNIVERSITY, JAPAN
Outline
 Introduction
 Experiments Outline
 MEMS Modeling
 Simulink – Accelerometer
 Simulink – Gyroscope
 MEMS Simulation
 SVD Application
 QRD Application
 Simulation Results Examples (reduced vs. original models)
 Simulation Results Analysis
 Conclusions
Introduction
Current research in design methods for integrating micro electromechanical systems
(MEMS) into system-on-chip (SoCs) shows that there is a need for new modeling and
simulation techniques.
We suggest implementing behavioral modeling of MEMS and applying methods of
order-reduction (MOR) to these models to save time and resources in both design
process and simulation.
In this paper, we implemented MEMS accelerometer and gyroscope behavioral models
(both physical and mathematical) and utilized singular values decomposition (SVD)
and orthogonal-triangular decomposition (QRD) methods, which are suitable for
such over determined models.
This resulted in improving the simulation time and system resources, with minimum error
between the reduced and original models.
Experiments Outline
MEMS Device Behavioral Model Input Signal MOR
Accelerometer Physical Model
(Mechanical)
Gaussian Signal
(Arbitrary)
SVD
QRD
Sinusoidal Signal
(Synchronous)
SVD
QRD
Mathematical Model Gaussian Signal SVD
QRD
Sinusoidal Signal SVD
QRD
Gyroscope Physical Model Gaussian Signal SVD
QRD
Sinusoidal Signal SVD
QRD
Mathematical Model Gaussian Signal SVD
QRD
Sinusoidal Signal SVD
QRD
MODELING OF MEMS ACCELEROMETER
AND GYROSCOPE
 Due to the mechanical nature of MEMS devices,
modeling starts with their physical behavior, upon
which a mathematical model is constructed.
 We used mathematical equations describing the
physical model of MEMS from micromechanical
references .
MEMS Modeling
Accelerometer Model
 The behavior of MEMS accelerometer is a typical
enforced mass-damper-spring system.
 Represented by the
equation:
 F = m.x”+ k.x + c.x’
 System of 2 equation:
 Where:
 MEMS output:
Gyroscope Model
Simulink – Accelerometer
Simulink – Accelerometer
Physical Model (using Simscape lib.)
Simulink – Accelerometer
Mathematical Model
Simulink – Gyroscope
Simulink – Gyroscope
Physical Model
Simulink – Gyroscope
Mathematical Model
SIMULATION OF MEMS ACCELEROMETER
AND GYROSCOPE
Simulation
 Each model is simulated with 2 input sets
consecutively for 100 seconds:
 Gaussian signal (Arbitrary values)
 Sinusoidal signal
After that, the input matrix A and output matrix B are
constructed with dimension mxn = 5000x10
Input sets applied to each model
Example of applied inputs
Example of MEMS Accelerometer output reading
Example of MEMS Gyroscope output reading
SVD Application
 The SVD of A, mxn of order r:
 A = UxSxVt
 Where U is orthonormal mxm
matrix, S is diagonal nxn
matrix containing importance
coefficients sorted in
descending order, V is nxn
matrix.
 The reduced matrix is of
order k < r.
 In our experiment, since S1
>> S2, S3, etc.., then the
order of the reduced model is
1.
 For comparison, the reduced
models for order k = 2 to 10
were constructed.
Also, the reduced output
models were compared to the
original one.
QRD Application
 QRD of A:
 A = QxR;
 Where Q is orthonormal mxm matrix, and R is
upper triangular nxn matrix.
 In our experiments, order of the reduced models
varied from order k = 1 to 2 in according to the
least simulation time and error.
This Simulink model was designed to calculate the error of each
reduced model of order k, and compare the reduced output to
the original one for all models and inputs.
Example of reduced and original outputs of order 1,2,3,9
Accelerometer, physical model, arbitrary input, SVD
(Optimal is order 1)
Example of reduced and original outputs of order 1,2,3,9.
Accelerometer, mathematical model, arbitrary input, QRD
(Optimal is order 2)
Example of reduced and original outputs of order 1,2,3,9
Gyroscope, physical model, sinusoidal input, SVD
(Optimal is order 1 – fastest simulation)
Example of reduced and original outputs of order 1,2,3,9
Gyroscope, mathematical model, sinusoidal input, QRD
(Optimal is order 2 – minimum error)
SIMULATION RESULTS ANALYSIS
Accelerometer, physical model,
arbitrary input, SVD & QRD
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 10.059 %
of the original simulation
time and 49.94 % of
memory usage.
Using QRD, the optimal to
use order 2 with simulation
time = 23.53 % of the
original simulation time and
the same memory decrease
as SVD.
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
0
0.5
1
1.5
2
2.5
3
3.5
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10
Errorin%
Reduced model error
svd
qr
Accelerometer, physical model,
sinusoidal input, SVD & QRD
 In this model, using SVD
yields to reduce the
original system to order
1 with simulation time =
8.228 % of the original
simulation time and
49.94 % of memory
usage.
 Using QRD, the optimal
to use order 2 with
simulation time = 45.8%
of the original simulation
time and the same
memory decrease as
SVD.
0
10
20
30
40
50
60
70
SimulationTimeins Simulation Time Decrease
qr
svd
0
0.2
0.4
0.6
0.8
1
1.2
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10
Errorin%
Reduced model error
svd
qr
Accelerometer, mathematical model,
arbitrary input, SVD & QRD
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 12.9 % of
the original simulation time
and 49.94 % of memory
usage.
Using QRD, the optimal to
use order 1 with simulation
time = 23.53 % of the
original simulation time and
the same memory decrease
as SVD.
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k =
10
Errorin%
Reduced model error
svd
qr
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
Accelerometer, mathematical model,
sinusoidal input, SVD & QRD
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
0.65
0.7
0.75
0.8
0.85
0.9
0.95
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k =
10
Errorin%
Reduced model error
svd
qr
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 1.064 %
of the original simulation
time and 49.94 % of
memory usage.
Using QRD, the optimal to
use order 1 with simulation
time = 1.001 % of the
original simulation time and
the same memory decrease
as SVD.
Gyroscope, physical model,
arbitrary input, SVD & QRD
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
0
1
2
3
4
5
6
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10
Errorin%
Reduced model error
svd
qr
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 16.75 %
of the original simulation
time and 49.94 % of
memory usage.
Using QRD, the optimal to
use order 2 with simulation
time = 16.705 % of the
original simulation time and
the same memory decrease
as SVD.
Gyroscope, physical model,
sinusoidal input, SVD & QRD
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
0
1
2
3
4
5
6
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10
Errorin%
Reduced model error
svd
qr
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 26.75 %
of the original simulation
time and 49.94 % of
memory usage.
Using QRD, the optimal to
use order 2 with simulation
time = 16.705 % of the
original simulation time and
the same memory decrease
as SVD.
Gyroscope, mathematical model,
arbitrary input, SVD & QRD
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
0
1
2
3
4
5
6
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10
Errorin%
Reduced model error
svd
qr
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 22.8 % of
the original simulation time
and 49.94 % of memory
usage.
Using QRD, the optimal to
use order 2 with simulation
time = 16.919 % of the
original simulation time and
the same memory decrease
as SVD.
Gyroscope, mathematical model,
sinusoidal input, SVD & QRD
0
2
4
6
8
10
12
14
16
18
20
22
24
SimulationTimeins
Simulation Time Decrease
svd
qr
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1.6
1.8
2
k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10
Errorin%
Reduced model error
svd
qr
In this model, using SVD
yields to reduce the original
system to order 1 with
simulation time = 12.02 %
of the original simulation
time and 49.94 % of
memory usage.
Using QRD, the optimal to
use order 1 with simulation
time = 11.16 % of the
original simulation time and
the same memory decrease
as SVD.
Conclusions
 After analyzing the simulation results from all experiments, we can
conclude the following:
 SVD gives more decreased simulation time for accelerometer than
QRD, with error approximately similar to that of QRD.
 QRD gives better simulation time in the case of the gyroscope, but
with bigger error that of SVD, hence, in accepted limits.
 Using order-reduction methods for MEMS simulation decreases
simulation time in a range from 1 to 26 % of the original time in the
case of SVD, while QRD in a range from 1 to 45 %.
 In both methods, memory usage drops to 50 %.
 Mathematical models simulate faster than physical ones. Besides,
tuning and parameterization of the design is easier and faster.
THANK YOU

More Related Content

What's hot

CCD and CMOS Image Sensor
CCD and CMOS Image SensorCCD and CMOS Image Sensor
CCD and CMOS Image Sensor
Linh Hoang-Tuan
 
Vlsi ieee projects
Vlsi ieee projectsVlsi ieee projects
Vlsi ieee projects
Silicon Mentor
 
Low Power VLSI Design Presentation_final
Low Power VLSI Design Presentation_finalLow Power VLSI Design Presentation_final
Low Power VLSI Design Presentation_final
JITENDER -
 
Inertial sensors
Inertial sensors Inertial sensors
Inertial sensors
Hadi Fadlallah
 
Virtual Instrumentation
Virtual InstrumentationVirtual Instrumentation
Virtual Instrumentation
VinayKumar2765
 
Logic Simulation, Modeling, and Testing
Logic Simulation, Modeling, and TestingLogic Simulation, Modeling, and Testing
Logic Simulation, Modeling, and Testing
Aksum Institute of Technology(AIT, @Letsgo)
 
Cmos image sensors
Cmos image sensorsCmos image sensors
Cmos image sensors
Md. Abdur Rahman
 
Low power vlsi design ppt
Low power vlsi design pptLow power vlsi design ppt
Low power vlsi design ppt
Anil Yadav
 
MEMS CAPACITIVE ACCELEROMETER
MEMS CAPACITIVE ACCELEROMETERMEMS CAPACITIVE ACCELEROMETER
MEMS CAPACITIVE ACCELEROMETER
GUTTI VENKATA YESWANTH
 
Finfets
FinfetsFinfets
VLSI subsystem design processes and illustration
VLSI subsystem design processes and illustrationVLSI subsystem design processes and illustration
VLSI subsystem design processes and illustration
Vishal kakade
 
Design And Analysis of Charge Pump for PLL at 90nm CMOS technology
Design And Analysis of Charge Pump for PLL at 90nm CMOS technologyDesign And Analysis of Charge Pump for PLL at 90nm CMOS technology
Design And Analysis of Charge Pump for PLL at 90nm CMOS technology
Ravi Chandra
 
Advanced CMOS Pixel Technology - Yashashree Wase
Advanced CMOS Pixel Technology - Yashashree WaseAdvanced CMOS Pixel Technology - Yashashree Wase
Advanced CMOS Pixel Technology - Yashashree Wase
Yashashree Wase
 
A short Commentary on Quantum-dot Cellular Automata (QCA)
A short Commentary on Quantum-dot Cellular Automata (QCA)A short Commentary on Quantum-dot Cellular Automata (QCA)
A short Commentary on Quantum-dot Cellular Automata (QCA)
Soudip Sinha Roy
 
Tutorials proteus schematic
Tutorials proteus schematicTutorials proteus schematic
IR Sensor Working and Concepts
IR Sensor Working and ConceptsIR Sensor Working and Concepts
IR Sensor Working and Concepts
Robo India
 
Vlsi Summer training report pdf
Vlsi Summer training report pdfVlsi Summer training report pdf
Vlsi Summer training report pdf
GirjeshVerma2
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
ankit_saluja
 
SFG and Mason's Gain Formula
SFG and Mason's Gain FormulaSFG and Mason's Gain Formula
SFG and Mason's Gain Formula
priyankabirlaa
 
ASIC vs SOC vs FPGA
ASIC  vs SOC  vs FPGAASIC  vs SOC  vs FPGA
ASIC vs SOC vs FPGA
Verification Excellence
 

What's hot (20)

CCD and CMOS Image Sensor
CCD and CMOS Image SensorCCD and CMOS Image Sensor
CCD and CMOS Image Sensor
 
Vlsi ieee projects
Vlsi ieee projectsVlsi ieee projects
Vlsi ieee projects
 
Low Power VLSI Design Presentation_final
Low Power VLSI Design Presentation_finalLow Power VLSI Design Presentation_final
Low Power VLSI Design Presentation_final
 
Inertial sensors
Inertial sensors Inertial sensors
Inertial sensors
 
Virtual Instrumentation
Virtual InstrumentationVirtual Instrumentation
Virtual Instrumentation
 
Logic Simulation, Modeling, and Testing
Logic Simulation, Modeling, and TestingLogic Simulation, Modeling, and Testing
Logic Simulation, Modeling, and Testing
 
Cmos image sensors
Cmos image sensorsCmos image sensors
Cmos image sensors
 
Low power vlsi design ppt
Low power vlsi design pptLow power vlsi design ppt
Low power vlsi design ppt
 
MEMS CAPACITIVE ACCELEROMETER
MEMS CAPACITIVE ACCELEROMETERMEMS CAPACITIVE ACCELEROMETER
MEMS CAPACITIVE ACCELEROMETER
 
Finfets
FinfetsFinfets
Finfets
 
VLSI subsystem design processes and illustration
VLSI subsystem design processes and illustrationVLSI subsystem design processes and illustration
VLSI subsystem design processes and illustration
 
Design And Analysis of Charge Pump for PLL at 90nm CMOS technology
Design And Analysis of Charge Pump for PLL at 90nm CMOS technologyDesign And Analysis of Charge Pump for PLL at 90nm CMOS technology
Design And Analysis of Charge Pump for PLL at 90nm CMOS technology
 
Advanced CMOS Pixel Technology - Yashashree Wase
Advanced CMOS Pixel Technology - Yashashree WaseAdvanced CMOS Pixel Technology - Yashashree Wase
Advanced CMOS Pixel Technology - Yashashree Wase
 
A short Commentary on Quantum-dot Cellular Automata (QCA)
A short Commentary on Quantum-dot Cellular Automata (QCA)A short Commentary on Quantum-dot Cellular Automata (QCA)
A short Commentary on Quantum-dot Cellular Automata (QCA)
 
Tutorials proteus schematic
Tutorials proteus schematicTutorials proteus schematic
Tutorials proteus schematic
 
IR Sensor Working and Concepts
IR Sensor Working and ConceptsIR Sensor Working and Concepts
IR Sensor Working and Concepts
 
Vlsi Summer training report pdf
Vlsi Summer training report pdfVlsi Summer training report pdf
Vlsi Summer training report pdf
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
 
SFG and Mason's Gain Formula
SFG and Mason's Gain FormulaSFG and Mason's Gain Formula
SFG and Mason's Gain Formula
 
ASIC vs SOC vs FPGA
ASIC  vs SOC  vs FPGAASIC  vs SOC  vs FPGA
ASIC vs SOC vs FPGA
 

Viewers also liked

Mems gyro
Mems gyroMems gyro
Mems gyro
swargpatel283
 
Mems gyroscope working, principle of operation of disc resonator gyroscope
Mems gyroscope working, principle of operation of disc resonator gyroscopeMems gyroscope working, principle of operation of disc resonator gyroscope
Mems gyroscope working, principle of operation of disc resonator gyroscope
Ankush Wawoo
 
Gyroscope
GyroscopeGyroscope
Modeling MEMS With Matlab’s Simulink
Modeling MEMS With Matlab’s SimulinkModeling MEMS With Matlab’s Simulink
Modeling MEMS With Matlab’s Simulink
CSCJournals
 
Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope
Pratik Nabriya
 
Gyroscope tom
Gyroscope tomGyroscope tom
Gyroscope tom
saura_king
 
Gyroscope
GyroscopeGyroscope
Gyroscope
nell0511
 
Quarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscapeQuarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscape
abuamo
 
B.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout Circuit
B.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout CircuitB.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout Circuit
B.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout Circuit
Ahmed El-Sayed
 
Four-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension ModelFour-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension Model
Rochester Institute of Technology
 
Micro Electro Mechanical Systems (MEMS) - Lecture 06
Micro Electro Mechanical Systems (MEMS) - Lecture 06Micro Electro Mechanical Systems (MEMS) - Lecture 06
Micro Electro Mechanical Systems (MEMS) - Lecture 06
Manipal Institute of Technology
 
Governor
GovernorGovernor
Governor
Amit Yadav
 
Gyroscopes
GyroscopesGyroscopes
Gyroscopes
sasi dhar
 
Unit5 lectbyvrk dynofmachinery
Unit5 lectbyvrk dynofmachineryUnit5 lectbyvrk dynofmachinery
Unit5 lectbyvrk dynofmachinery
Vaidyanathan Ramakrishnan
 
Static Force Analysis
Static Force AnalysisStatic Force Analysis
Static Force Analysis
Manthan Kanani
 
Uav Stability Augmentation System Usas
Uav Stability Augmentation System   UsasUav Stability Augmentation System   Usas
Uav Stability Augmentation System Usas
ahmad bassiouny
 
Analysis of passive quarter model suspension system; enhanced adaptation to s...
Analysis of passive quarter model suspension system; enhanced adaptation to s...Analysis of passive quarter model suspension system; enhanced adaptation to s...
Analysis of passive quarter model suspension system; enhanced adaptation to s...
Matthew Fenech
 
SMART GOVERNOR final ppt
SMART GOVERNOR final pptSMART GOVERNOR final ppt
SMART GOVERNOR final ppt
kharak kunwar
 
Gyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONSGyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONS
quimrubau
 
Introduction to MEMS and MEMS PRO
Introduction to MEMS and MEMS PROIntroduction to MEMS and MEMS PRO
Introduction to MEMS and MEMS PRO
Abdelrahman El-Tamawy
 

Viewers also liked (20)

Mems gyro
Mems gyroMems gyro
Mems gyro
 
Mems gyroscope working, principle of operation of disc resonator gyroscope
Mems gyroscope working, principle of operation of disc resonator gyroscopeMems gyroscope working, principle of operation of disc resonator gyroscope
Mems gyroscope working, principle of operation of disc resonator gyroscope
 
Gyroscope
GyroscopeGyroscope
Gyroscope
 
Modeling MEMS With Matlab’s Simulink
Modeling MEMS With Matlab’s SimulinkModeling MEMS With Matlab’s Simulink
Modeling MEMS With Matlab’s Simulink
 
Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope
 
Gyroscope tom
Gyroscope tomGyroscope tom
Gyroscope tom
 
Gyroscope
GyroscopeGyroscope
Gyroscope
 
Quarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscapeQuarter model of passive suspension system with simscape
Quarter model of passive suspension system with simscape
 
B.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout Circuit
B.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout CircuitB.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout Circuit
B.Sc. Thesis 1 - MEMS Vibratory Gyroscope and Readout Circuit
 
Four-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension ModelFour-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension Model
 
Micro Electro Mechanical Systems (MEMS) - Lecture 06
Micro Electro Mechanical Systems (MEMS) - Lecture 06Micro Electro Mechanical Systems (MEMS) - Lecture 06
Micro Electro Mechanical Systems (MEMS) - Lecture 06
 
Governor
GovernorGovernor
Governor
 
Gyroscopes
GyroscopesGyroscopes
Gyroscopes
 
Unit5 lectbyvrk dynofmachinery
Unit5 lectbyvrk dynofmachineryUnit5 lectbyvrk dynofmachinery
Unit5 lectbyvrk dynofmachinery
 
Static Force Analysis
Static Force AnalysisStatic Force Analysis
Static Force Analysis
 
Uav Stability Augmentation System Usas
Uav Stability Augmentation System   UsasUav Stability Augmentation System   Usas
Uav Stability Augmentation System Usas
 
Analysis of passive quarter model suspension system; enhanced adaptation to s...
Analysis of passive quarter model suspension system; enhanced adaptation to s...Analysis of passive quarter model suspension system; enhanced adaptation to s...
Analysis of passive quarter model suspension system; enhanced adaptation to s...
 
SMART GOVERNOR final ppt
SMART GOVERNOR final pptSMART GOVERNOR final ppt
SMART GOVERNOR final ppt
 
Gyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONSGyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONS
 
Introduction to MEMS and MEMS PRO
Introduction to MEMS and MEMS PROIntroduction to MEMS and MEMS PRO
Introduction to MEMS and MEMS PRO
 

Similar to Modeling and simulation of MEMS

An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...
An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...
An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...
Kanika Anand
 
Final Thesis
Final ThesisFinal Thesis
Final Thesis
Daniel Kosalla
 
PFM - Pablo Garcia Auñon
PFM - Pablo Garcia AuñonPFM - Pablo Garcia Auñon
PFM - Pablo Garcia Auñon
Pablo Garcia Au
 
Plan economico del 2017
Plan economico del 2017Plan economico del 2017
Plan economico del 2017
Guillermo Gallardo
 
Plan economico
Plan economicoPlan economico
Plan economico
Plan economicoPlan economico
Plan economico
Crist Oviedo
 
Time series analysis on The daily closing price of bitcoin from the 27th of A...
Time series analysis on The daily closing price of bitcoin from the 27th of A...Time series analysis on The daily closing price of bitcoin from the 27th of A...
Time series analysis on The daily closing price of bitcoin from the 27th of A...
ShuaiGao3
 
ARIMA.pptx
ARIMA.pptxARIMA.pptx
ARIMA.pptx
brahimNasibov
 
E299
E299E299
srd
srdsrd
E33018021
E33018021E33018021
E33018021
IJERA Editor
 
MSc Thesis Defense Presentation
MSc Thesis Defense PresentationMSc Thesis Defense Presentation
MSc Thesis Defense Presentation
Mostafa Elhoushi
 
lecture_25-26__modeling_digital_control_systems.pptx
lecture_25-26__modeling_digital_control_systems.pptxlecture_25-26__modeling_digital_control_systems.pptx
lecture_25-26__modeling_digital_control_systems.pptx
AnshulShekhar3
 
Cs36565569
Cs36565569Cs36565569
Cs36565569
IJERA Editor
 
Improving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filterImproving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filter
Yixin Chen
 
Design and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding AlgorithmDesign and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding Algorithm
csandit
 
Reza Talk En Kf 09
Reza Talk En Kf 09Reza Talk En Kf 09
Reza Talk En Kf 09
rezatavakoli
 
Group 10
Group 10Group 10
Report
ReportReport
GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...
GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...
GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...
Albert Orriols-Puig
 

Similar to Modeling and simulation of MEMS (20)

An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...
An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...
An_expected_improvement_criterion_for_the_global_optimization_of_a_noisy_comp...
 
Final Thesis
Final ThesisFinal Thesis
Final Thesis
 
PFM - Pablo Garcia Auñon
PFM - Pablo Garcia AuñonPFM - Pablo Garcia Auñon
PFM - Pablo Garcia Auñon
 
Plan economico del 2017
Plan economico del 2017Plan economico del 2017
Plan economico del 2017
 
Plan economico
Plan economicoPlan economico
Plan economico
 
Plan economico
Plan economicoPlan economico
Plan economico
 
Time series analysis on The daily closing price of bitcoin from the 27th of A...
Time series analysis on The daily closing price of bitcoin from the 27th of A...Time series analysis on The daily closing price of bitcoin from the 27th of A...
Time series analysis on The daily closing price of bitcoin from the 27th of A...
 
ARIMA.pptx
ARIMA.pptxARIMA.pptx
ARIMA.pptx
 
E299
E299E299
E299
 
srd
srdsrd
srd
 
E33018021
E33018021E33018021
E33018021
 
MSc Thesis Defense Presentation
MSc Thesis Defense PresentationMSc Thesis Defense Presentation
MSc Thesis Defense Presentation
 
lecture_25-26__modeling_digital_control_systems.pptx
lecture_25-26__modeling_digital_control_systems.pptxlecture_25-26__modeling_digital_control_systems.pptx
lecture_25-26__modeling_digital_control_systems.pptx
 
Cs36565569
Cs36565569Cs36565569
Cs36565569
 
Improving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filterImproving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filter
 
Design and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding AlgorithmDesign and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding Algorithm
 
Reza Talk En Kf 09
Reza Talk En Kf 09Reza Talk En Kf 09
Reza Talk En Kf 09
 
Group 10
Group 10Group 10
Group 10
 
Report
ReportReport
Report
 
GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...
GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...
GECCO'2007: Modeling Selection Pressure in XCS for Proportionate and Tourname...
 

Recently uploaded

International Upcycling Research Network advisory board meeting 4
International Upcycling Research Network advisory board meeting 4International Upcycling Research Network advisory board meeting 4
International Upcycling Research Network advisory board meeting 4
Kyungeun Sung
 
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
9lq7ultg
 
一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理
一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理
一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理
tobbk6s8
 
一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理
一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理
一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理
ka3y2ukz
 
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
881evgn0
 
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
67n7f53
 
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
67n7f53
 
一比一原版(UW毕业证书)华盛顿大学毕业证如何办理
一比一原版(UW毕业证书)华盛顿大学毕业证如何办理一比一原版(UW毕业证书)华盛顿大学毕业证如何办理
一比一原版(UW毕业证书)华盛顿大学毕业证如何办理
i990go7o
 
一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理
一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理
一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理
k7nm6tk
 
TOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptx
TOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptxTOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptx
TOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptx
BAWAALEX1
 
一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理
一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理
一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理
etls06p8
 
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
f22b6g9c
 
一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样
一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样
一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样
3vgr39kx
 
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
k4krdgxx
 
Practical eLearning Makeovers for Everyone
Practical eLearning Makeovers for EveryonePractical eLearning Makeovers for Everyone
Practical eLearning Makeovers for Everyone
Bianca Woods
 
Introduction to User experience design for beginner
Introduction to User experience design for beginnerIntroduction to User experience design for beginner
Introduction to User experience design for beginner
ellemjani
 
一比一原版肯特大学毕业证UKC成绩单一模一样
一比一原版肯特大学毕业证UKC成绩单一模一样一比一原版肯特大学毕业证UKC成绩单一模一样
一比一原版肯特大学毕业证UKC成绩单一模一样
tobbk6s8
 
Best Digital Marketing Strategy Build Your Online Presence 2024.pptx
Best Digital Marketing Strategy Build  Your Online Presence 2024.pptxBest Digital Marketing Strategy Build  Your Online Presence 2024.pptx
Best Digital Marketing Strategy Build Your Online Presence 2024.pptx
pavankumarpayexelsol
 
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
yqyquge
 
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
stgq9v39
 

Recently uploaded (20)

International Upcycling Research Network advisory board meeting 4
International Upcycling Research Network advisory board meeting 4International Upcycling Research Network advisory board meeting 4
International Upcycling Research Network advisory board meeting 4
 
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
 
一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理
一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理
一比一原版(Coventry毕业证)英国考文垂大学毕业证如何办理
 
一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理
一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理
一比一原版(Brunel毕业证)英国布鲁内尔大学毕业证如何办理
 
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
 
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
 
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
 
一比一原版(UW毕业证书)华盛顿大学毕业证如何办理
一比一原版(UW毕业证书)华盛顿大学毕业证如何办理一比一原版(UW毕业证书)华盛顿大学毕业证如何办理
一比一原版(UW毕业证书)华盛顿大学毕业证如何办理
 
一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理
一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理
一比一原版(LSBU毕业证书)伦敦南岸大学毕业证如何办理
 
TOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptx
TOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptxTOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptx
TOWER DESIGN PROCEDURE TOWER DESIGN BASIS .pptx
 
一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理
一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理
一比一原版(UWE毕业证书)西英格兰大学毕业证如何办理
 
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
 
一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样
一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样
一比一原版南安普顿索伦特大学毕业证Southampton成绩单一模一样
 
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
 
Practical eLearning Makeovers for Everyone
Practical eLearning Makeovers for EveryonePractical eLearning Makeovers for Everyone
Practical eLearning Makeovers for Everyone
 
Introduction to User experience design for beginner
Introduction to User experience design for beginnerIntroduction to User experience design for beginner
Introduction to User experience design for beginner
 
一比一原版肯特大学毕业证UKC成绩单一模一样
一比一原版肯特大学毕业证UKC成绩单一模一样一比一原版肯特大学毕业证UKC成绩单一模一样
一比一原版肯特大学毕业证UKC成绩单一模一样
 
Best Digital Marketing Strategy Build Your Online Presence 2024.pptx
Best Digital Marketing Strategy Build  Your Online Presence 2024.pptxBest Digital Marketing Strategy Build  Your Online Presence 2024.pptx
Best Digital Marketing Strategy Build Your Online Presence 2024.pptx
 
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
 
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
 

Modeling and simulation of MEMS

  • 1. MODELING AND SIMULATION OF MEMS ACCELEROMETERS AND GYROSCOPES USING ORDER-REDUCTION METHODS RABIE A. EL-ZOGHBI1, VLADIMIR N. LANTSOV1, AND AHMAD J. BAZZI2 1VLADIMIR STATE UNIVERSITY, RUSSIAN FEDERATION 2GRADUATE SCHOOL OF ENGINEERING, GUNMA UNIVERSITY, JAPAN
  • 2. Outline  Introduction  Experiments Outline  MEMS Modeling  Simulink – Accelerometer  Simulink – Gyroscope  MEMS Simulation  SVD Application  QRD Application  Simulation Results Examples (reduced vs. original models)  Simulation Results Analysis  Conclusions
  • 3. Introduction Current research in design methods for integrating micro electromechanical systems (MEMS) into system-on-chip (SoCs) shows that there is a need for new modeling and simulation techniques. We suggest implementing behavioral modeling of MEMS and applying methods of order-reduction (MOR) to these models to save time and resources in both design process and simulation. In this paper, we implemented MEMS accelerometer and gyroscope behavioral models (both physical and mathematical) and utilized singular values decomposition (SVD) and orthogonal-triangular decomposition (QRD) methods, which are suitable for such over determined models. This resulted in improving the simulation time and system resources, with minimum error between the reduced and original models.
  • 4. Experiments Outline MEMS Device Behavioral Model Input Signal MOR Accelerometer Physical Model (Mechanical) Gaussian Signal (Arbitrary) SVD QRD Sinusoidal Signal (Synchronous) SVD QRD Mathematical Model Gaussian Signal SVD QRD Sinusoidal Signal SVD QRD Gyroscope Physical Model Gaussian Signal SVD QRD Sinusoidal Signal SVD QRD Mathematical Model Gaussian Signal SVD QRD Sinusoidal Signal SVD QRD
  • 5. MODELING OF MEMS ACCELEROMETER AND GYROSCOPE
  • 6.  Due to the mechanical nature of MEMS devices, modeling starts with their physical behavior, upon which a mathematical model is constructed.  We used mathematical equations describing the physical model of MEMS from micromechanical references . MEMS Modeling
  • 7. Accelerometer Model  The behavior of MEMS accelerometer is a typical enforced mass-damper-spring system.  Represented by the equation:  F = m.x”+ k.x + c.x’
  • 8.  System of 2 equation:  Where:  MEMS output: Gyroscope Model
  • 10. Simulink – Accelerometer Physical Model (using Simscape lib.)
  • 15. SIMULATION OF MEMS ACCELEROMETER AND GYROSCOPE
  • 16. Simulation  Each model is simulated with 2 input sets consecutively for 100 seconds:  Gaussian signal (Arbitrary values)  Sinusoidal signal After that, the input matrix A and output matrix B are constructed with dimension mxn = 5000x10
  • 17. Input sets applied to each model
  • 19. Example of MEMS Accelerometer output reading
  • 20. Example of MEMS Gyroscope output reading
  • 21. SVD Application  The SVD of A, mxn of order r:  A = UxSxVt  Where U is orthonormal mxm matrix, S is diagonal nxn matrix containing importance coefficients sorted in descending order, V is nxn matrix.  The reduced matrix is of order k < r.  In our experiment, since S1 >> S2, S3, etc.., then the order of the reduced model is 1.  For comparison, the reduced models for order k = 2 to 10 were constructed. Also, the reduced output models were compared to the original one.
  • 22. QRD Application  QRD of A:  A = QxR;  Where Q is orthonormal mxm matrix, and R is upper triangular nxn matrix.  In our experiments, order of the reduced models varied from order k = 1 to 2 in according to the least simulation time and error.
  • 23. This Simulink model was designed to calculate the error of each reduced model of order k, and compare the reduced output to the original one for all models and inputs.
  • 24. Example of reduced and original outputs of order 1,2,3,9 Accelerometer, physical model, arbitrary input, SVD (Optimal is order 1)
  • 25. Example of reduced and original outputs of order 1,2,3,9. Accelerometer, mathematical model, arbitrary input, QRD (Optimal is order 2)
  • 26. Example of reduced and original outputs of order 1,2,3,9 Gyroscope, physical model, sinusoidal input, SVD (Optimal is order 1 – fastest simulation)
  • 27. Example of reduced and original outputs of order 1,2,3,9 Gyroscope, mathematical model, sinusoidal input, QRD (Optimal is order 2 – minimum error)
  • 29. Accelerometer, physical model, arbitrary input, SVD & QRD In this model, using SVD yields to reduce the original system to order 1 with simulation time = 10.059 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 2 with simulation time = 23.53 % of the original simulation time and the same memory decrease as SVD. 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr 0 0.5 1 1.5 2 2.5 3 3.5 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr
  • 30. Accelerometer, physical model, sinusoidal input, SVD & QRD  In this model, using SVD yields to reduce the original system to order 1 with simulation time = 8.228 % of the original simulation time and 49.94 % of memory usage.  Using QRD, the optimal to use order 2 with simulation time = 45.8% of the original simulation time and the same memory decrease as SVD. 0 10 20 30 40 50 60 70 SimulationTimeins Simulation Time Decrease qr svd 0 0.2 0.4 0.6 0.8 1 1.2 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr
  • 31. Accelerometer, mathematical model, arbitrary input, SVD & QRD In this model, using SVD yields to reduce the original system to order 1 with simulation time = 12.9 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 1 with simulation time = 23.53 % of the original simulation time and the same memory decrease as SVD. 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr
  • 32. Accelerometer, mathematical model, sinusoidal input, SVD & QRD 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr 0.65 0.7 0.75 0.8 0.85 0.9 0.95 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr In this model, using SVD yields to reduce the original system to order 1 with simulation time = 1.064 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 1 with simulation time = 1.001 % of the original simulation time and the same memory decrease as SVD.
  • 33. Gyroscope, physical model, arbitrary input, SVD & QRD 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr 0 1 2 3 4 5 6 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr In this model, using SVD yields to reduce the original system to order 1 with simulation time = 16.75 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 2 with simulation time = 16.705 % of the original simulation time and the same memory decrease as SVD.
  • 34. Gyroscope, physical model, sinusoidal input, SVD & QRD 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr 0 1 2 3 4 5 6 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr In this model, using SVD yields to reduce the original system to order 1 with simulation time = 26.75 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 2 with simulation time = 16.705 % of the original simulation time and the same memory decrease as SVD.
  • 35. Gyroscope, mathematical model, arbitrary input, SVD & QRD 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr 0 1 2 3 4 5 6 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr In this model, using SVD yields to reduce the original system to order 1 with simulation time = 22.8 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 2 with simulation time = 16.919 % of the original simulation time and the same memory decrease as SVD.
  • 36. Gyroscope, mathematical model, sinusoidal input, SVD & QRD 0 2 4 6 8 10 12 14 16 18 20 22 24 SimulationTimeins Simulation Time Decrease svd qr 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 k = 1 k = 2 k = 3 k = 4 k = 5 k = 6 k = 7 k = 8 k = 9 k = 10 Errorin% Reduced model error svd qr In this model, using SVD yields to reduce the original system to order 1 with simulation time = 12.02 % of the original simulation time and 49.94 % of memory usage. Using QRD, the optimal to use order 1 with simulation time = 11.16 % of the original simulation time and the same memory decrease as SVD.
  • 37. Conclusions  After analyzing the simulation results from all experiments, we can conclude the following:  SVD gives more decreased simulation time for accelerometer than QRD, with error approximately similar to that of QRD.  QRD gives better simulation time in the case of the gyroscope, but with bigger error that of SVD, hence, in accepted limits.  Using order-reduction methods for MEMS simulation decreases simulation time in a range from 1 to 26 % of the original time in the case of SVD, while QRD in a range from 1 to 45 %.  In both methods, memory usage drops to 50 %.  Mathematical models simulate faster than physical ones. Besides, tuning and parameterization of the design is easier and faster.