ソースを参照

Struntar härmed i att lägga byggfiler i separat mapp. Nu fungerar det rätt bra med texworks äntligen..

Jonatan Gezelius 6 年 前
コミット
622811cbc3

+ 11 - 0
.gitignore

@@ -2,6 +2,17 @@ build_output/
 *.fdb_latexmk
 *.aux
 *.synctex.gz
+*.bbl
+*.blg
+*.fls
+*.idx
+*.ilg
+*.ind
+*.lof
+*.lot
+*.out
+*.toc
+*.xwm
 
 # LTSpice
 *.raw

+ 3 - 3
rapport/.latexmkrc

@@ -2,7 +2,7 @@
 #$ENV{'TEXINPUTS'}='setup//:' . $ENV{'TEXINPUTS'};
 
 $pdf_mode = 1;
-$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode --output-directory=build_output --include-directory="./tex" --include-directory="./setup"';
+$pdflatex = 'pdflatex -synctex=1 -include-directory="./tex" --include-directory="./setup"';
+$bibtex_use = 1;
+$clean_full_ext = 'bbl synctex.gz';
 
-system("cp build_output/main.pdf ." );
-system("cp build_output/main.synctex.gz ." );

+ 1 - 1
rapport/abstract.tex

@@ -1,2 +1,2 @@
 % !TeX root = main.tex
-If your thesis is written in English, the primary abstract would go here while the Swedish abstract would be optional.
+If your thesis is written in English, the primary abstract would go here while the Swedish abstract would be optional.

BIN
rapport/fig/doubleexpfunc.png


BIN
rapport/fig/doubleexpfuncrep.png


+ 1 - 0
rapport/introduction.tex

@@ -2,6 +2,7 @@
 \chapter{Introduction}\label{cha:intro}
 
 Ta bort när klar
+
 \squareit{
 For a product to be put on the market there are many regulations which the product must follow, e.g. electrical safety, material regulations, documentation, quality systems, electromagnetic compatibility (EMC), radio regulations etc. To test products against these requirements in a unified manner, standards are used. A standard defines how a product should be tested and the accepted result that need to be achieved in order to ensure that the product complies with the regulations. There are many standards for many different types of regulations and usually a single product must comply with several of these. It is also common that one standard references another standard, or specific parts of another standard, instead of redefining some tests.
 

ファイルの差分が大きいため隠しています
+ 1243 - 259
rapport/main.pdf


+ 1 - 1
rapport/methods.tex

@@ -1,6 +1,6 @@
 % !TeX root = main.tex
 \chapter{Methods}\label{cha:methods}
-This chapter covers the methodologies used during the project.
+This chapter covers the methodologies used during the project. To man dude! \todo[ta bort detta]
 
 \section{Prestudy}
 During the project efforts were made to find relevant research using Linköping University Library's\footnote{\url{https://liu.se/en/library}} and Google Scholar's\footnote{\url{https://scholar.google.se/}} search engines. Among the keywords used in searching were \emph{verification equipment}, \emph{test equipment}, \emph{automatic test}, \emph{automatic verification}, \emph{iso equipment}, \emph{electrical verification}, \emph{curve fitting}, \emph{double exponential function}, \emph{}, \emph{}

+ 14 - 0
rapport/old.latexmkrc

@@ -0,0 +1,14 @@
+#$ENV{'TEXINPUTS'}='tex//';
+#$ENV{'TEXINPUTS'}='setup//:' . $ENV{'TEXINPUTS'};
+
+
+system("rm build_output/main.pdf" );
+system("rm build_output/main.synctex.gz" );
+system("rm main.pdf" );
+system("rm main.synctex.gz" );
+
+$pdf_mode = 1;
+$pdflatex = 'pdflatex -synctex=1  -aux-directory=build_output -output-directory=build_output -include-directory="./tex" --include-directory="./setup"';
+
+system("cp build_output/main.pdf ." );
+system("cp build_output/main.synctex.gz ." );

+ 4 - 2
rapport/theory.tex

@@ -3,6 +3,8 @@
 
 This chapter introduces the theory and facts that are related to this project. It describes the necessary parts of the ISO standards, measurement theory and analysis of acquired data.
 
+\todo[ta bort denna todo]
+
 \section{Previous research}
 No previous research relevant to the reuse of test equipment was found. Though there is research available on smaller specific topics that are covered by this project, such as measurement techniques and curve fitting. Such findings are used in this theory chapter. 
 
@@ -60,7 +62,7 @@ This pulse simulates the event of a load, parallel to the DUT, is disconnected.
 \todo[Två bilder, en på kurvan och en på kretsen som orsakar den. En tabell med parametervärden.]
 
 \subsection{Test pulse 3a and 3b}
-Test pulse 3a and 3b simulates switching activity of devices in the system, causing either negative or positive voltage transients. These transients are very short, compared to the other pulses, and the repetition time is very high frequent. The pulses are sent in bursts, grouping a number of pulses together and separating groups by a fixed time.
+Test pulse 3a and 3b simulates transients ``which occur as a result of the switching process'' as stated in \cite{iso-7637-2}. The formulation is not very clear, but is interperted and explained by Frazier and Alles \cite{comparison_iso_7637_real_world} to be the result of a mechanical switch brekaking an inductive load. These transients are very short, compared to the other pulses, and the repetition time is very short. The pulses are sent in bursts, grouping a number of pulses together and separating groups by a fixed time.
 
 These pulses contain high frequency components, up to 100~MHz, and special care must be taken when running tests with them as well as when verifying them.
 
@@ -245,7 +247,7 @@ Resistive attenuators.. \todo[fyll på]
 The shortest rise time is xxx ns, which can roughly be compared to yyy MHz. \cite{source}
 
 The relationship and requirements, addition of rise time limitations etc
-Combined rise time \cite{source den där boken}.
+Combined rise time \cite{vilken_bok_menar_jag}.
 
 high speed digital design 83
 

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません