Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
m
m (Johan G moved page Autopilot Configuration Reference to Autopilot configuration reference: Non-camel case title)
Line 517: Line 517:
  <filter>
  <filter>
   <type>exponential</type>
   <type>exponential</type>
  <filter-time>0.16</filter-time>
  <input>/some/input</input>
  <output>/some/output/</output>
</filter>
</syntaxhighlight>
=== First order high pass filter &lt;high-pass&gt; ===
The high pass filter is a typical [http://en.wikipedia.org/wiki/High-pass_filter high pass filter]. The magic euler number and the associated mathematical funtion exp() plays a major role here. As the name implies, higher frequencies can pass this filter while lower frequencies are cut. The frequency where only half of the input signal reaches the output is called cutoff frequency. This cutoff frequency is defined by the parameter <filter-time> and resolves as cutoff-frequency = 1/(2*pi*cutoff-frequency). It is commonly known as a wash-out filter.
Example: a 1Hz first order high pass filter
<syntaxhighlight lang="xml">
<filter>
  <type>high-pass</type>
   <filter-time>0.16</filter-time>
   <filter-time>0.16</filter-time>
   <input>/some/input</input>
   <input>/some/input</input>
6

edits

Navigation menu