FrequencySamplingFilterKernel
✖
FrequencySamplingFilterKernel
creates a finite impulse response (FIR) filter kernel using a frequency sampling method from amplitude values ai.
Details and Options

- Possible types m for FIR filters created for a list {a1,a2,…,ak} of amplitudes are:
- The default type is
.
- The frequency sampling method uniformly samples the frequency domain from 0 to
.
- FrequencySamplingFilterKernel by default uses a sampling of the frequency domain at integer multiples of
, where
is the length of the filter. With "Shifted"->True, the frequencies are shifted from 0 by
. »
- Amplitude values should be non-negative. Typically, values ai=0 specify a stopband, and values ai=1 specify a passband.
- The kernel ker returned by FrequencySamplingFilterKernel can be used in ListConvolve[ker,data] to apply the filter to data.
- FrequencySamplingFilterKernel takes a WorkingPrecision option that specifies the precision to use in internal computations. The default setting is WorkingPrecision->MachinePrecision.

Examples
open allclose allBasic Examples (1)Summary of the most common use cases
Scope (7)Survey of the scope of standard use cases
A type 1 FIR kernel with even symmetry and odd length:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-1rxbzj

A type 2 FIR kernel with even symmetry and even length:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-dzkiv7

A type 3 FIR kernel with odd symmetry and odd length:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-32pmg6

A type 4 FIR kernel with odd symmetry and even length:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-pqpno0

A symmetric odd-length FIR highpass kernel:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-p88r9y

A symmetric even-length FIR bandpass kernel:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-076gdm

A full-band differentiator FIR kernel:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-33fogb

Options (1)Common values & functionality for each option
"Shifted" (1)
By default, first frequency is sampled at 0:

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-08qk5h


https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-ivvpje

With "Shifted"->True, first frequency is offset from 0 by :

https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-e1ef7


https://wolfram.com/xid/0pfvje9if1wxtvxnfjwm72-duq1t2

Applications (2)Sample problems that can be solved with this function
Properties & Relations (1)Properties of the function, and connections to other functions
Wolfram Research (2012), FrequencySamplingFilterKernel, Wolfram Language function, https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html.
Text
Wolfram Research (2012), FrequencySamplingFilterKernel, Wolfram Language function, https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html.
Wolfram Research (2012), FrequencySamplingFilterKernel, Wolfram Language function, https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html.
CMS
Wolfram Language. 2012. "FrequencySamplingFilterKernel." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html.
Wolfram Language. 2012. "FrequencySamplingFilterKernel." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html.
APA
Wolfram Language. (2012). FrequencySamplingFilterKernel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html
Wolfram Language. (2012). FrequencySamplingFilterKernel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html
BibTeX
@misc{reference.wolfram_2025_frequencysamplingfilterkernel, author="Wolfram Research", title="{FrequencySamplingFilterKernel}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html}", note=[Accessed: 30-March-2025
]}
BibLaTeX
@online{reference.wolfram_2025_frequencysamplingfilterkernel, organization={Wolfram Research}, title={FrequencySamplingFilterKernel}, year={2012}, url={https://reference.wolfram.com/language/ref/FrequencySamplingFilterKernel.html}, note=[Accessed: 30-March-2025
]}