04-20-2010 04:55 PM
I use harmonic analyzer function to read out the component levels cluster, which cotain data for channel 0 and 1
but have problem reading out the fundamental component for each channel ( array element 1). Pleas help.
Thanks
Solved! Go to Solution.
04-20-2010 04:58 PM
Use the Unbunble function found in Cluster palette.
In the future, don't post a Word document. Instead create a png picture and post it, or use the LV2009 code snippet.
04-20-2010 05:35 PM
Yes! I need an index function before using unbundle by name to extract desired data. thx
04-20-2010 05:43 PM - edited 04-20-2010 05:46 PM
Uhhh.... you marked your reply as the accepted solution. Give yourself a cigar!!!!
Instead of using index, wire the array of clusters to a For Loop. Set indexing enabled on the input terminal. Then you can build an array of all the elements if you wish to handle it that way. You can get an output array for each element in the cluster. Not sure if this is desirable to you, just a thought.
04-22-2010 12:57 PM
Sorry ! It was accident since this my first time using this forum.
you are deserved a cigar! Thanks for the solution.