01-31-2019 04:18 PM
Hi there,
I have currently builded the schematic shown below, my aim is to take the data of 2 waveforms, store them in 2 arrays (using the index array to separate the signals) and then zero pad each array using the insert into array function. However, there seems to be a problem in the connections. Any ideas will be greatly appreciated.
Thanks in advance!
01-31-2019 04:49 PM
Your attached file doesn't quite match your Snippet, but never mind ...
The functions from DS24?K output Arrays of ... Clusters! (note the striped Wire). Because these are Arrays, you can split the two Waveforms, but if you want to operate on the Array of Data within the Cluster, you'll need to get the "Y" element out (learn about Clusters, about Waveforms, look on the Waveform Palette in the Block Diagram). Finally, you use an Array Subset to create a sub-Array -- here's a Quiz, how does the sub-Array compare to Waveform Data 2 (from which it arose)?
Bob Schor
01-31-2019 05:23 PM