<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="hilbert~" module="msp" category="MSP Filters">
	<digest>
		Phase quadrature filter
	</digest>
	<description>
		<o>hilbert~</o> is a 6th order hilbert transformer with a minimum of error.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Filters
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) input signal
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				(signal) input signal
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) cosine/real output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="signal">
			<digest>
				(signal) sine/imag output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="clear">
			<arglist />
			<digest>
				Clear the object sample-memory
			</digest>
			<description>
				Clears the object's sample-memory in case of a blow-up.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Signal to be filtered
			</digest>
			<description>
				In left inlet: The signal that will be hilbert-transformed. The Hilbert transform, or phase quadrature, produces signals that are 90 degrees out of phase with each other.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="hilbert~.png" caption="It seems Pythagoras was right" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="fbinshift~" />
		<seealso name="freqshift~" />
		<seealso name="gizmo~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				Out left outlet: The &quot;real&quot; part of the hilbert-transformed signal. It will be 90 degrees out of phase from the &quot;imaginary&quot; part.
				<br />
				<br />
				Out right outlet: The &quot;imaginary&quot; part of the hilbert-transformed signal. It will be 90 degrees out of phase from the &quot;real&quot; part.
			</description>
		</entry>
	</misc>
</c74object>
