From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extract all frequencies from Multiple Tone Information VI

Solved!
Go to solution

I'm using "Multiple Tone Information.vi" to extract the fundamental frequencies of a signal, and even though the frequencies detected are correct, I can't seem to unbundle the data and turn the frequencies into a single array with frequencies.

Has anyone done this before? I saw this post: How to unbundle the data in "Multiple Tone Information.vi" ? but the method they used doesn't seem to be working on my data (it only outputs two frequencies and not all of them).
I'm putting here my .vi for reference.

0 Kudos
Message 1 of 3
(1,127 Views)
Solution
Accepted by topic author logolepser

Right-click the subVI and "select type..1 chan".

 

(Please delete all your sequence structures, they have no useful function. If you are autoindexing, you don't need to wire N. Please also don't maximize diagram and front panel to the screen, very annoying!)

Message 2 of 3
(1,093 Views)

Thank you, I did what you said and then used a for cycle (for auto-indexing) and unbundle by name to get the frequency array and it did the trick. Leaving it here for future reference:

logolepser_0-1622669310552.png

 

0 Kudos
Message 3 of 3
(1,041 Views)