How can I perform a summation of a freqz function

1 次查看(过去 30 天)
Hi, I'm currerntly trying to figure out how to perform a summation of a frequency transfer function. How would I go about summizing a freqz function of z^-k for any given values. For example, if I wanted to range k from 0-3, how would I arrange the sumsym function to evaluate the following transfer function of 1+z^-1+z^-2+z^-3. Thanks for any help.

采纳的回答

Torsten
Torsten 2023-4-6
编辑:Torsten 2023-4-6
syms z k
F = @(a) symsum(z^(-k),k,0,a);
F(2)
ans = 

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品


版本

R2021a

Translated by