From 4baf8387cc626d1f18573a1484489f9658eac120 Mon Sep 17 00:00:00 2001 From: Robin Clark Date: Mon, 19 Nov 2012 12:09:20 +0000 Subject: [PATCH] morning edit:Wq --- mybib.bib | 46 +++++++++++++++++---- submission_thesis/CH5_Examples/copy.tex | 2 +- submission_thesis/CH5_Examples/software.tex | 2 +- 3 files changed, 41 insertions(+), 9 deletions(-) diff --git a/mybib.bib b/mybib.bib index 450a1f1..4163983 100644 --- a/mybib.bib +++ b/mybib.bib @@ -1,3 +1,23 @@ +@Book{dcods, + author = {Franklin,Powell,Workman}, + title = {Digital Control of Dynamic Systems}, + publisher = {Addisson Wesley ISBN 0-201-33153-5}, + year = {1997}, + OPTkey = {}, + OPTvolume = {}, + OPTnumber = {}, + OPTseries = {Control Theory}, + OPTaddress = {}, + OPTedition = {}, + OPTmonth = {}, + OPTnote = {}, + OPTannote = {}, + OPTurl = {}, + OPTdoi = {}, + OPTissn = {}, + OPTlocalfile = {}, + OPTabstract = {} +} @BOOK{mixedsignaldsp, AUTHOR = "Walt Kestler", @@ -226,13 +246,6 @@ Database keywords = "fault-tolerance" } -Developing a rigorous bottom-up modular static failure modelling methdology -Author: - -Clark, R -Publication: - -6th IET International Conference on System Safety, 2011 @ARTICLE{ontfmea, AUTHOR = "Lars Dittman et all", @@ -673,6 +686,25 @@ OPTissn = {}, } + +@Manual{cd4013, + title = {CD4013 Dual D-Type Flip Flop Datasheet}, + OPTkey = {}, + author = {FAIRCHILD Semiconductor}, + OPTorganization = {}, + address = {http://www.fairchildsemi.com/ds/CD/CD4013BC.pdf}, + OPTedition = {}, + OPTmonth = {}, + year = {2002}, + OPTnote = {}, + OPTannote = {}, + OPTurl = {}, + OPTdoi = {}, + OPTissn = {}, + OPTlocalfile = {}, + OPTabstract = {}, +} + @Book{wt, title = {Water Treatment Essentials for Boiler Plant Operation}, publisher = {Mc Graw Hill ISBN 0-07-048291-5}, diff --git a/submission_thesis/CH5_Examples/copy.tex b/submission_thesis/CH5_Examples/copy.tex index 9b5fa0e..ceb9da1 100644 --- a/submission_thesis/CH5_Examples/copy.tex +++ b/submission_thesis/CH5_Examples/copy.tex @@ -1919,7 +1919,7 @@ from section~\ref{sec:opamp_fms}. % $$ fm(OPAMP) = \{ HIGH, LOW, NOOP, LOW\_SLEW \} $$ % -We examine the literature for a failure model for the D-type flip flop~\cite{fmd91}[3-105], for example the CD4013B~\cite{cd4013Bds}, +We examine the literature for a failure model for the D-type flip flop~\cite{fmd91}[3-105], for example the CD4013B~\cite{cd4013}, and obtain its failure modes, which we can express using the $fm$ function: %% $$ fm ( CD4013B) = \{ HIGH, LOW, NOOP \} $$ diff --git a/submission_thesis/CH5_Examples/software.tex b/submission_thesis/CH5_Examples/software.tex index c66dd83..b4b3278 100644 --- a/submission_thesis/CH5_Examples/software.tex +++ b/submission_thesis/CH5_Examples/software.tex @@ -625,7 +625,7 @@ as a hierarchical diagram, see figure~\ref{fig:eulerswhw}. % see figure~\ref{fig It is desirable to model a complete standalone system with FMMD. Not only a standalone system, but ideally a hybrid software/hardware system. Temperature control is a first order differential problem, and is often -addressed using the Proportional Integral differential (PID) algorithm~\cite{dcods}. +addressed using the Proportional Integral differential (PID) algorithm~\cite{dcods}[p.66]. Traditionally this was performed in analogue electronics with trimmer potentiometers providing the P and I parameters. Since the introduction of micro-processors, it has been possible to