Mathematics of the bandpass function

1 visualizzazione (ultimi 30 giorni)
Mikkel Schelde
Mikkel Schelde il 11 Giu 2019
Risposto: Star Strider il 11 Giu 2019
How can I see the math behnd the bandpass function? Is it butterworth or what is the formula used? The help function dosn't seem to help. I would like to know the background mathematics behind the function.

Risposte (2)

Jan
Jan il 11 Giu 2019
The documentation explains:
bandpass uses a minimum-order filter with a stopband attenuation of 60 dB and compensates for the delay introduced by the filter.
Did you use the debugger already to examine, what is calculated? Set a breakpoint in the first line of bandpass.m and step through the code line by line. This should reveal all details.

Star Strider
Star Strider il 11 Giu 2019
When I used it, the bandpass function designed an efficient elliptical filter. You can simulate it with the ellipord, ellip, zp2sos, and filtfilt functions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by