-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
32 lines (23 loc) · 999 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: "Lab 2: Semiconductor Device Characterization"
author: "Juan M. Rivas and Sanghyeon Park"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook."
---
# Objective
The objectives of this lab are:
- To familiarize you with the power semiconductors we will use in the class.
- Learn the use of LTSPICE using libraries provided by device manufacturers and simulate conditions to compare with device datasheets.
- Experimentally measure the V-I curves of various power semiconductors.
- Write simplified LTSPICE simulation models to be used throughout the course.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```