Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added images/filters/absolute-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/filters/per-cycle-absolute-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/filters/true-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions section-decodes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,66 @@ \subsection{Output Signal}

This filter produces an output waveform only for the per cycle measurement type. This displays the AC RMS value of every cycle.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagebreak
\section{Area Under Curve}
\label{filter:AreaUnderCurve}

Measures the area under the curve by integrating the data points. By default, area measured above ground is considered
as positive and area measured below the ground is considered negative. The negative area can also be considered as positive
by changing a filter parameter. The measurement can be performed on the full record or on each cycle.

\begin{figure}[h]
\centering
\includegraphics[width=16cm]{images/filters/true-area.png}
\caption{Example of true area under the curve measurement (Integral)}
\end{figure}

\begin{figure}[h]
\centering
\includegraphics[width=16cm]{images/filters/absolute-area.png}
\caption{Example of absolute area under the curve measurement}
\end{figure}

\pagebreak

\begin{figure}[h]
\centering
\includegraphics[width=16cm]{images/filters/per-cycle-absolute-area.png}
\caption{Example of per-cycle absolute area under the curve measurement}
\end{figure}

\subsection{Inputs}

\begin{tabularx}{16cm}{llX}
\thickhline
\textbf{Signal name} & \textbf{Type} & \textbf{Description} \\
\thickhline
din & Analog & Input waveform \\
\thickhline
\end{tabularx}

\subsection{Parameters}

\begin{tabularx}{16cm}{llX}
\thickhline
\textbf{Parameter name} & \textbf{Type} & \textbf{Description} \\
\thickhline
Measurement Type & Enum &
\textbf{Full Record}: Measure the area of entire waveform \newline
\textbf{Per Cycle}: Measure the area of each cycle in the waveform\\
\thickhline
Area Type & Enum &
\textbf{True Area}: Consider area below ground as negative\newline
\textbf{Absolute Area}: Consider area below ground as positive\\
\thickhline
\end{tabularx}

\subsection{Output Signal}

For full record measurement, this filter outputs a waveform indicating total area measured till the time on the waveform.
For per cycle measurement, this filter outputs waveform representing area of each cycle.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagebreak
\section{ADL5205}
Expand Down