\hypertarget{crosscorint_8c}{}\doxysection{src/crosscorint.c File Reference}
\label{crosscorint_8c}\index{src/crosscorint.c@{src/crosscorint.c}}
{\ttfamily \#include \char`\"{}crosscorint.\+h\char`\"{}}\newline
{\ttfamily \#include \char`\"{}mydefs.\+h\char`\"{}}\newline
{\ttfamily \#include \char`\"{}myfft.\+h\char`\"{}}\newline
{\ttfamily \#include \char`\"{}printing.\+h\char`\"{}}\newline
{\ttfamily \#include $<$limits.\+h$>$}\newline
{\ttfamily \#include $<$math.\+h$>$}\newline
{\ttfamily \#include $<$stdlib.\+h$>$}\newline
Include dependency graph for crosscorint.\+c\+:\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=350pt]{crosscorint_8c__incl}
\end{center}
\end{figure}
\doxysubsection*{Functions}
\begin{DoxyCompactItemize}
\item 
void \mbox{\hyperlink{crosscorint_8c_a2b8c049458494c05aa407133bb39fb09}{crosscorint}} (size\+\_\+t Array\+Length, const int $\ast$array, const int $\ast$ref, int $\ast$cross)
\begin{DoxyCompactList}\small\item\em Computes the cross-\/correlation of two integer arrays. \end{DoxyCompactList}\end{DoxyCompactItemize}


\doxysubsection{Function Documentation}
\mbox{\Hypertarget{crosscorint_8c_a2b8c049458494c05aa407133bb39fb09}\label{crosscorint_8c_a2b8c049458494c05aa407133bb39fb09}} 
\index{crosscorint.c@{crosscorint.c}!crosscorint@{crosscorint}}
\index{crosscorint@{crosscorint}!crosscorint.c@{crosscorint.c}}
\doxysubsubsection{\texorpdfstring{crosscorint()}{crosscorint()}}
{\footnotesize\ttfamily void crosscorint (\begin{DoxyParamCaption}\item[{size\+\_\+t}]{Array\+Length,  }\item[{const int $\ast$}]{array,  }\item[{const int $\ast$}]{ref,  }\item[{int $\ast$}]{cross }\end{DoxyParamCaption})}



Computes the cross-\/correlation of two integer arrays. 


\begin{DoxyParams}{Parameters}
{\em Array\+Length} & The length of the input arrays. \\
\hline
{\em array} & The first input array. \\
\hline
{\em ref} & The second input array (reference). \\
\hline
{\em cross} & The output array where the cross-\/correlation results will be stored. \\
\hline
\end{DoxyParams}
