-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNSA_Notes.tex
100 lines (81 loc) · 2.19 KB
/
NSA_Notes.tex
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[latin1]{inputenc}
\usepackage{exercise}
\usepackage{cancel}
\usepackage[margin=2.5cm]{geometry}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{amssymb}
\usepackage{subfigure}
\setlength\parindent{0pt}
\title{Neural Signal Analysis - Notes}
% \author{Gaia Burlando, Letizia Cerutti, Francesco Negri}
\date{A.Y. 2021-2022}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{Introduction}
\graphicspath{ {./images/1/} }
\input{sections/1_introduction.tex}
\newpage
\section{Spike Detection}
\graphicspath{ {./images/2/} }
\input{sections/2_spike_detection.tex}
\newpage
\section{Spike Sorting}
\graphicspath{ {./images/3/} }
\input{sections/3_spike_sorting.tex}
\newpage
\section{Spike Analysis}
\graphicspath{ {./images/4/} }
\input{sections/4_spike_analysis.tex}
\newpage
\section{Burst Detection}
\graphicspath{ {./images/5/} }
\input{sections/5_burst_detection.tex}
\newpage
\section{Burst Analysis}
\graphicspath{ {./images/6/} }
\input{sections/6_burst_analysis.tex}
\newpage
\section{Network Bursts}
\graphicspath{ {./images/7/} }
\input{sections/7_network_bursts.tex}
\newpage
\section{Further Analysis Tools}
\graphicspath{ {./images/8/} }
\input{sections/8_further_analysis.tex}
\newpage
\section{Meso-scale: Recording and Origin}
\graphicspath{ {./images/9/} }
\input{sections/9_meso_scale.tex}
\newpage
\section{Brain Oscillations}
\graphicspath{ {./images/10/} }
\input{sections/10_brain_oscillations.tex}
\newpage
\section{Brain Oscillations Characterization}
\graphicspath{ {./images/11/} }
\input{sections/11_brain_oscillations_characterization.tex}
\newpage
\section{ERPs and Evoked Responses}
\graphicspath{ {./images/12/} }
\input{sections/12_ERPs_and_evoked_responses.tex}
\newpage
\section{Possible Analyses}
\graphicspath{ {./images/13/} }
\input{sections/13_possible_analyses.tex}
\newpage
\section{Connectivity and Volume Conduction}
\graphicspath{ {./images/14/} }
\input{sections/14_connectivity_and_volume_conduction.tex}
\newpage
\section{Graph Theory and Critcal Brain Hypothesis}
\graphicspath{ {./images/15/} }
\input{sections/15_graph_theory.tex}
\newpage
\end{document}