Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Herbstsemester 2020 #5

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ee9e8f1
Remove build artifacts, editor configs and fix permissions
NaoPross Dec 16, 2020
dc29906
Update .gitignore
NaoPross Dec 16, 2020
c0017a6
Use new Template from HSR-Stud/VorlageZF
NaoPross Dec 17, 2020
c10b30d
Add document outline
NaoPross Dec 20, 2020
e296d08
Create macro file for IntTra notation
NaoPross Dec 21, 2020
476934b
Add transformations and relationships diagram
NaoPross Dec 21, 2020
af02deb
Add diagram for ODE direct solution method
NaoPross Dec 21, 2020
f01e81b
Add diagram for ODE indirect solution method and change s-domain color
NaoPross Dec 21, 2020
ebfc997
Merge 2 ODE diagrams into 1
NaoPross Dec 22, 2020
bb64b3c
Fix package conflict between totpages and lastpage in hsrzf.cls
NaoPross Dec 22, 2020
0bdc229
Write section on partial fraction decomposition
NaoPross Dec 23, 2020
82f9c2c
Fix diagram notation and compact Fourier transformations
NaoPross Dec 25, 2020
c99938b
Create correspondence table page
NaoPross Dec 31, 2020
2757f80
Add Fourier Sinus und Fourier Cosinus Series
NaoPross Dec 31, 2020
345625b
Continue correspondence table
NaoPross Jan 1, 2021
c6e8815
Correct Fourier coefficients conversion
NaoPross Jan 2, 2021
ddf2d04
Redraw LTI System diagram
NaoPross Jan 2, 2021
9d77c20
Move LTI System diagram into separate file
NaoPross Jan 2, 2021
68e2a77
Move table title
NaoPross Jan 4, 2021
645f110
Write about LTI self-oscillation (homogeneous with initial conditions)
NaoPross Jan 4, 2021
13e225d
Correct transformation relationships diagram
NaoPross Jan 20, 2021
c202798
Rewording PBZ
NaoPross Feb 23, 2021
a30c95b
Set margin size to normal
NaoPross Feb 23, 2021
01b0a36
Delete old files, add LICENSE and update README
NaoPross Feb 23, 2021
60f84ae
Update README
NaoPross Feb 23, 2021
de3d163
Minor rewordings
NaoPross Feb 24, 2021
4527a31
Create Makefiles
NaoPross Feb 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
318 changes: 312 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,312 @@
/*.pdf
/*.aux
/*.log
/*.out
/*.gz
.DS_STORE
#Ignore files build by Visual Studio
*.obj
*.exe
*.user
*.pdb
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*

## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2

*.txss

## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
*.ps
*.eps
*.pdf
*.doc

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml

## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync

## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa

# achemso
acs-*.bib

# amsthm
*.thm

# beamer
*.nav
*.snm
*.vrb

# cprotect
*.cpt

# fixme
*.lox

#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R

# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs

# gnuplottex
*-gnuplottex-*

# hyperref
*.brf

# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
*-tikzDictionary

# listings
*.lol

# makeidx
*.idx
*.ilg
*.ind
*.ist

# minitoc
*.maf
*.mlf
*.mlt
*.mtc
*.mtc[0-9]
*.mtc[1-9][0-9]

# minted
_minted*
*.pyg

# morewrites
*.mw

# mylatexformat
*.fmt

# nomencl
*.nlo

# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd

# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/

# pdfcomment
*.upa
*.upb

# pythontex
*.pytxcode
pythontex-files-*/

# thmtools
*.loe

# TikZ & PGF
*.dpth
*.md5
*.auxlock

# todonotes
*.tdo

# xindy
*.xdy

# xypic precompiled matrices
*.xyc

# endfloat
*.ttt
*.fff

# Latexian
TSWLatexianTemp*

## Editors:
# WinEdt
*.bak
*.sav

# Texpad
.texpadtmp

# Kile
*.backup

# KBibTeX
*~[0-9]*
*.pdf

# Vim
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~

# Auto-generated tag files
tags

# Persistent undo
[._]*.un~

# Coc configuration directory
.vim


# Created by https://www.gitignore.io/api/linux,macos,windows
# Edit at https://www.gitignore.io/?templates=linux,macos,windows

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/linux,macos,windows
17 changes: 0 additions & 17 deletions .project

This file was deleted.

3 changes: 0 additions & 3 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

14 changes: 0 additions & 14 deletions .texlipse

This file was deleted.

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions CONTRIBUTORS.txt

This file was deleted.

Loading