Borrar filtros
Borrar filtros

How can I perform a summation of a freqz function

4 visualizaciones (últimos 30 días)
Anthony Koning
Anthony Koning el 6 de Abr. de 2023
Editada: Torsten el 6 de Abr. de 2023
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.

Respuesta aceptada

Torsten
Torsten el 6 de Abr. de 2023
Editada: Torsten el 6 de Abr. de 2023
syms z k
F = @(a) symsum(z^(-k),k,0,a);
F(2)
ans = 

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by