I have a basic graph for a series of evenly spaced out high shelf filters here:
https://www.desmos.com/calculator/wa0rd8migz
However, instead of graphing all the iterations of the function out, I would like them all multiplied together into one final function.
ie. g(x) = f0(x) * f1(x) * f2(x) * f3(x) ... * f15(x)
What is the correct way of writing this so it will graph this equation?
Solved: https://www.desmos.com/calculator/mfoomuj51v
Just needed to put it all in one expression.