Impz function fast algorithm?
1 次查看(过去 30 天)
显示 更早的评论
Does anybody here know what is the code algorithm behind the impz function? I know it uses the recursive algorithm but how is such implemented in impz that it can get the impulse response of very high N and M orders (numerator and denominator coefficients)? I can make a script that gets the impulse response of a second order lccde but I want to know a GENERAL code that can get the impulse response of any lccdes regardless of their order.
0 个评论
回答(1 个)
Walter Roberson
2016-12-2
I do not see any evidence that impz uses anything recursive.
You can look at the complete code:
type impz
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!