gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 19 Aug 2007 19:11:04 +0000 (19:11 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 19 Aug 2007 19:11:04 +0000 (19:11 +0000)
Original commit message from CVS:
* gst/audiofx/audiochebyshevfreqband.c:
* gst/audiofx/audiochebyshevfreqlimit.c:
Add small comparision with the windowed sinc filters in the docs.

ChangeLog
gst/audiofx/audiochebband.c
gst/audiofx/audiocheblimit.c
gst/audiofx/audiochebyshevfreqband.c
gst/audiofx/audiochebyshevfreqlimit.c

index 6124308..cccc209 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
 
+       * gst/audiofx/audiochebyshevfreqband.c:
+       * gst/audiofx/audiochebyshevfreqlimit.c:
+       Add small comparision with the windowed sinc filters in the docs.
+
+2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
+
        * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
        (audiochebyshevfreqband_suite):
        * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
index 56ac8bd..e39a646 100644 (file)
  * band. The number of poles and the ripple parameter control the rolloff.
  * </para>
  * <para>
+ * This element has the advantage over the windowed sinc bandpass and bandreject filter that it is
+ * much faster and produces almost as good results. It's only disadvantages are the highly
+ * non-linear phase and the slower rolloff compared to a windowed sinc filter with a large kernel.
+ * </para>
+ * <para>
  * For type 1 the ripple parameter specifies how much ripple in dB is allowed in the passband, i.e.
  * some frequencies in the passband will be amplified by that value. A higher ripple value will allow
  * a faster rolloff.
index ee9e5f3..0cd1ea6 100644 (file)
  * cutoff frequency (high-pass). The number of poles and the ripple parameter control the rolloff.
  * </para>
  * <para>
+ * This element has the advantage over the windowed sinc lowpass and highpass filter that it is
+ * much faster and produces almost as good results. It's only disadvantages are the highly
+ * non-linear phase and the slower rolloff compared to a windowed sinc filter with a large kernel.
+ * </para>
+ * <para>
  * For type 1 the ripple parameter specifies how much ripple in dB is allowed in the passband, i.e.
  * some frequencies in the passband will be amplified by that value. A higher ripple value will allow
  * a faster rolloff.
index 56ac8bd..e39a646 100644 (file)
  * band. The number of poles and the ripple parameter control the rolloff.
  * </para>
  * <para>
+ * This element has the advantage over the windowed sinc bandpass and bandreject filter that it is
+ * much faster and produces almost as good results. It's only disadvantages are the highly
+ * non-linear phase and the slower rolloff compared to a windowed sinc filter with a large kernel.
+ * </para>
+ * <para>
  * For type 1 the ripple parameter specifies how much ripple in dB is allowed in the passband, i.e.
  * some frequencies in the passband will be amplified by that value. A higher ripple value will allow
  * a faster rolloff.
index ee9e5f3..0cd1ea6 100644 (file)
  * cutoff frequency (high-pass). The number of poles and the ripple parameter control the rolloff.
  * </para>
  * <para>
+ * This element has the advantage over the windowed sinc lowpass and highpass filter that it is
+ * much faster and produces almost as good results. It's only disadvantages are the highly
+ * non-linear phase and the slower rolloff compared to a windowed sinc filter with a large kernel.
+ * </para>
+ * <para>
  * For type 1 the ripple parameter specifies how much ripple in dB is allowed in the passband, i.e.
  * some frequencies in the passband will be amplified by that value. A higher ripple value will allow
  * a faster rolloff.