Hey,
for some anc issue I use the LMS module to identify usefull transfer functions inside the system. As I know the LMS module supports an additional coeffs output. Is there a way to use that coefficients in an additional fir module?
My first approach was to use the Param Set Module. But I recognized, that I only can set the first input coefficient to a selectable coefficient #n of the fir module (fir.coeffs[n]). With the Param Set Table I only can change the coefficients, which have already saved inside the Param Set Table, or?
Is there another way I, which I have overlooked so far?
Thanks
Max
4:30pm
Hi Max,
There is currently no way to set the coefficients of an FIR module based on the output of another module. As you have seen, Param Set can only work with scalars, not arrays; and Param Set Table works only with a pre-defined table.
Steve
2:34pm
I was hoping for the same thing :-)