1
0

tex: add batch 1, add related pics

This commit is contained in:
leo 2023-02-27 03:56:47 +01:00
parent 13fee60e91
commit 50c73a0a29
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
16 changed files with 94 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

BIN
res/autocorrelation_u.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

BIN
res/autocorrelation_y.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
res/impulse-response.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

BIN
res/signal_u.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
res/signal_y.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

@ -1,5 +1,5 @@
Jazyky zvolené pre vypracovanie práce boli Go a Python. Pseudonáhodné dáta Jazyky zvolené pre vypracovanie práce boli \href{https://go.dev/}{Go} a Python.
reprezentujúce signál boli vygenerované programom Matlab - Pseudonáhodné dáta reprezentujúce signál boli vygenerované programom Matlab -
Simulink\footnotemark{}. Simulink\footnotemark{}.
\\ \\
\\ \\
@ -82,28 +82,34 @@ príkazmi:
Najskôr sme sa premiestnili do \texttt{<project location>}, následne sme si so Najskôr sme sa premiestnili do \texttt{<project location>}, následne sme si so
zachytených vzoriek (jednorozmerné polia rovnakej dĺžky) vytvorili zachytených vzoriek (jednorozmerné polia rovnakej dĺžky) vytvorili
\textit{maticu}. Túto maticu sme nakoniec zapísali príkazom \textit{maticu}. Táto matica bola nakoniec zapísaná príkazom
\texttt{writematrix} \footnote{V predošlom protokole sa vyskytovala chyba, \texttt{writematrix} \footnote{V predošlom protokole sa vyskytovala chyba,
keďže som poznamenal, že bol použitý príkaz \texttt{matrixwrite}} do želaného keďže som poznamenal, že bol použitý príkaz \texttt{matrixwrite}} do želaného
súboru. súboru.
Súbor bolo dodatočne potrebné manuálne upraviť - pridať mu CSV "hlavičku" s Súbor bolo dodatočne potrebné manuálne upraviť - pridať mu CSV ``hlavičku''
názvami stĺpcov, aby ho bolo možné za pomoci knižnice s~názvami stĺpcov, aby ho bolo možné za pomoci knižnice
\href{https://pandas.pydata.org/}{\texttt{Pandas}} bez problémov spracovať. \href{https://pandas.pydata.org/}{\texttt{Pandas}} ďalej bez problémov
spracovávať.
Go balíček \texttt{csv} zo štandardnej knižnice takýto nárok/problém nemá,
takže bolo možné po \textit{odstránení} hlavičky dáta zo súbory v Go programe
načítať a skonvertovať to natívnych typov (\texttt{[]float64}...) pomocou
funkcionality balíčka štandardnej knižnice \texttt{strconv}. Pre referenciu viď
súbor \texttt{p2/data.go}.
\newpage \newpage
\subsection{Získané signály} \subsection{Získané signály}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.77\textwidth]{res/signal_u} \includegraphics[width=.57\textwidth]{res/signal_u}
\caption{Náhodne vygenerovaný signál pred aplikáciou filtra - u} \caption{Náhodne vygenerovaný signál pred aplikáciou filtra - u}
\label{fig:signalorig} \label{fig:signalorig}
\end{figure} \end{figure}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.77\textwidth]{res/signal_y} \includegraphics[width=.57\textwidth]{res/signal_y}
\caption{Náhodne vygenerovaný signál po aplikácii filtra - y} \caption{Náhodne vygenerovaný signál po aplikácii filtra - y}
\label{fig:signalfiltered} \label{fig:signalfiltered}
\end{figure} \end{figure}
@ -126,7 +132,7 @@ Vypočítali sme štatistické charakteristiky prvého a druhého rádu, ktorým
\subsubsection{Autokorelačná funkcia u} \subsubsection{Autokorelačná funkcia u}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.77\textwidth]{res/autocorrelation_u} \includegraphics[width=.57\textwidth]{res/autocorrelation_u}
\caption{Autokorelačná funkcia u} \caption{Autokorelačná funkcia u}
\label{fig:autocorrelation-u} \label{fig:autocorrelation-u}
\end{figure} \end{figure}
@ -134,7 +140,7 @@ Vypočítali sme štatistické charakteristiky prvého a druhého rádu, ktorým
\subsubsection{Autokorelačná funkcia y} \subsubsection{Autokorelačná funkcia y}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.77\textwidth]{res/autocorrelation_y} \includegraphics[width=.57\textwidth]{res/autocorrelation_y}
\caption{Autokorelačná funkcia y} \caption{Autokorelačná funkcia y}
\label{fig:autocorrelation-y} \label{fig:autocorrelation-y}
\end{figure} \end{figure}
@ -143,14 +149,14 @@ Vypočítali sme štatistické charakteristiky prvého a druhého rádu, ktorým
\subsubsection{Vzájomne korelačná funkcia} \subsubsection{Vzájomne korelačná funkcia}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.77\textwidth]{res/mutual_correlation_uy} \includegraphics[width=.57\textwidth]{res/mutual_correlation_uy}
\caption{Vzájomne korelačná funkcia uy} \caption{Vzájomne korelačná funkcia uy}
\label{fig:mutualcorrelation-uy} \label{fig:mutualcorrelation-uy}
\end{figure} \end{figure}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.77\textwidth]{res/mutual_correlation_yu} \includegraphics[width=.57\textwidth]{res/mutual_correlation_yu}
\caption{Vzájomne korelačná funkcia yu} \caption{Vzájomne korelačná funkcia yu}
\label{fig:mutualcorrelation-yu} \label{fig:mutualcorrelation-yu}
\end{figure} \end{figure}
@ -164,8 +170,8 @@ Vypočítali sme štatistické charakteristiky prvého a druhého rádu, ktorým
\begin{tabular}{r|cc} \begin{tabular}{r|cc}
& \textbf{u} & \textbf{y} \\ & \textbf{u} & \textbf{y} \\
\hline \hline
\textbf{u} & 0.30774141 & -0.00436625 \\ \textbf{u} & 1.1583640130324268647 & 0.015851330298377188 \\
\textbf{y} & -0.00436625 & 0.01241115 \\ \textbf{y} & 0.015851330298377188 & 0.0247634923750309523 \\
\end{tabular} \end{tabular}
\caption{Kovariančná matica} \caption{Kovariančná matica}
@ -175,7 +181,8 @@ Vypočítali sme štatistické charakteristiky prvého a druhého rádu, ktorým
Zo zaznamenaných dát signálov sme spočítali odhady stredných hodnôt a Zo zaznamenaných dát signálov sme spočítali odhady stredných hodnôt a
rozptylov. rozptylov.
V~tabuľke~\ref{table:stats} môžeme vidieť výrazné posuny signálu po prechode V~tabuľke~\ref{table:stats} môžeme vidieť výrazné posuny signálu po prechode
filtrom oproti pôvodnému signálu ako v strednej hodnote tak v rozptyle. filtrom oproti pôvodnému signálu hlavne v rozptyle, ale zmeny zachytila aj
stredná hodnota.
\begin{table}[!hbt] \begin{table}[!hbt]
@ -183,20 +190,86 @@ filtrom oproti pôvodnému signálu ako v strednej hodnote tak v rozptyle.
\begin{tabular}{r|cc} \begin{tabular}{r|cc}
& \textbf{u} & \textbf{y} \\ & \textbf{u} & \textbf{y} \\
\hline \hline
\textbf{$\hat{\mu}_{u,y}$ (stredná hodnota)} & -0.0016865221052993265 & 0.0030596815877553443 \\ \textbf{$\hat{\mu}_{u,y}$ (stredná hodnota)} & -0.0731240350331255062 & -0.0109705557504332952 \\
\textbf{$\hat{\sigma}^{2}_{u,y}$ (rozptyl)} & 0.3077414110318535 & 0.012411153945455982 \\ \textbf{$\hat{\sigma}^{2}_{u,y}$ (rozptyl)} & 1.1583640130324268647 & 0.0247634923750309523 \\
\textbf{$\hat{r}(U,Y)$ (koeficient korelácie)} & \multicolumn{2}{c}{-0.07064959453763188} \\ \textbf{$\hat{r}(U,Y)$ (koeficient korelácie)} & \multicolumn{2}{c}{0.09359167949834103} \\
\end{tabular} \end{tabular}
\caption{Súhrn štatistických charakteristík} \caption{Súhrn štatistických charakteristík}
\label{table:stats} \label{table:stats}
\end{table} \end{table}
Hodnota koeficientu korelácie je mierne záporná, čo znamená jemný náznak Hodnota koeficientu korelácie je mierne kladná, čo znamená jemný náznak
tvrdenia, že signály spolu nesúvisia, resp. vzhľadom na to ako blízko je tvrdenia, že signály spolu súvisia.
daná záporná hodnota 0 ide skôr o preukázanie neexistencie súvisu.
\newpage
\subsection{Impulzná odozva}
Pomocou \textit{Control System Toolbox} (CST) a \textit{System Identification
Toolbox} (SIT) sme vypočítali zo zadaného modelu \textbf{impulznú odozvu}.
\begin{figure}[h]
\centering
\begin{varwidth}{\linewidth}
\begin{verbatim}
>> % define a system from the transfer function
>> sys = tf(1, [2 5 1])
>> % get impulse response from CST
>> ir = impulse(sys)
>> % get impulse response from SIT
>> ircra = cra(out.u, out.y)
>>
>> % save CST impulse response to file
>> writematrix(ir, 'data/ir.csv')
>> % save SIT impulse response to file
>> writematrix(ircra, 'data/ircra.csv')
\end{verbatim}
\end{varwidth}
\caption{Výpočet impulznej odozvy pomocou CST a SIT}
\end{figure}
\subsubsection{Výpočet impulznej odozvy}
Výpočet hodnôt impulznej odozvy pomocou korelačnej analýzy: hodnoty impulznej
funkcie vypočítame diskretizáciou Wiener-Hopfovej rovnice.
Po dikretizácii Wiener-Hopfovej rovnice dostáváme:
\begin{equation*}
R_{uy} (\tau)=\sum_{i=1}^N R_{uu} (\tau - i\Delta t) g(i\Delta t) \Delta t
\end{equation*}
Výslednú impulznú charakteristiku vykreslenú na základe odhadu impulznej
funkcie je možné vidieť na obrázku~\ref{fig:imp-res}.
\begin{figure}[ht]
\centering
\includegraphics[width=.57\textwidth]{res/impulse_func_estimate}
\caption{Impulzná charakteristika pomocou funkcie \texttt{gCustom}}
\label{fig:imp-res}
\end{figure}
\newpage
\subsubsection{Porovnanie odhadov impulznej funkcie}
Porovnanie odhadov impulznej funkcie \texttt{gCustom} s odhadom impulznej
funkcie zo SIT (Matlab príkaz \texttt{cra(out.u, out.y)}) je možné vidieť na
obrázku~\ref{fig:imp-res-comp}.
\begin{figure}[ht]
\centering
\includegraphics[width=.57\textwidth]{res/impulse_func_estimate_comparison}
\caption{Porovnanie odhadov impulznej funkcie pomocou \texttt{gCustom} a
\texttt{cra} zo SIT}
\label{fig:imp-res-comp}
\end{figure}
% \newpage
Odhad impulznej funkcie podľa CST funkcie \texttt{impulse} je možné vidieť na
obrázku~\ref{fig:imp-res-cst}.
\begin{figure}[ht]
\centering
\includegraphics[width=.77\textwidth]{res/impulse-response}
\caption{Impulzná charakteristika podľa \texttt{impulse} z CST}
\label{fig:imp-res-cst}
\end{figure}
Tento sa od odhadov pomocou \texttt{gCustom} a \texttt{gSIT} výrazne líši.
\newpage \newpage
\section{Záver} \section{Záver}