islinphase
Determine whether filter has linear phase
Syntax
Description
returns flag
= islinphase(B,A
,"ctf")1
if the filter specified as Cascaded Transfer Functions (CTF) with numerator coefficients B
and denominator coefficients
A
is linear phase. (since R2024b)
Examples
Input Arguments
Output Arguments
More About
Tips
References
[1] Lyons, Richard G. Understanding Digital Signal Processing. Upper Saddle River, NJ: Prentice Hall, 2004.
Version History
Introduced in R2013aSee Also
ctffilt
| designfilt
| digitalFilter
| isallpass
| ismaxphase
| isminphase
| isstable