Hi all,
I'm trying to figure out the most efficient way to use a parameter table in a state machine.
Currently, I have converted the ~3x50 element parameter table into an array of the same size. The indexing element in this case happens to be a frequency. At each frequency I need to run the primar...