prony
The Prony method for designing filters.
| Library |
|
Arguments
Input arguments
# h — impulse response
+
vector
Details
The impulse response, given as a vector.
| Типы данных |
|
| Support for complex numbers |
Yes |
# bord,aord — orders of numerator and denominator
+
positive integer scalar
Details
The orders of the numerator and denominator, given as positive integer scalars. If the length h less max(bord,aord), then the function fills the impulse response with zeros.
-
If you need a transfer function with poles only, specify for
bordvalue0. -
If you need a transfer function with only zeros, specify for
aordvalue0.
| Типы данных |
|