From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

How Covert Cluster to Dynamic data

AloGarcia_0-1670353274237.png

Hi!

How convert output cluster to dynamic data in order to filter my signal before graphing?

 

0 Kudos
Message 1 of 4
(826 Views)

Hi Alo,

 


@AloGarcia wrote:

How convert output cluster to dynamic data in order to filter my signal before graphing?


Why do you want to bundle at all?

What do you expect from a cluster of two arrays for your filtering function?

Why do you rely on DDT wires? (They are considered "bad"…)

Why don't you filter your I and U signals (before bundling the filtered data for that graph)?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(787 Views)

AloGarcia_0-1670364629965.png

AloGarcia_0-1670364890452.png

AloGarcia_1-1670365037475.png

 

 

I am trying to filter, using smoothing, the output that the cluster has before entering the graph, without filtering it is very noisy, but I don't know how to fix that part anymore

The data that vi gives me is so noisy, and I want to smooth the graphs from labview without having to use any software like origin

Even smoothed with origin, the graphs have noise at the beginning and at the end of the data collection, in this collection I am using a cryo9012 and the fet method for current and voltage characteristic curves

0 Kudos
Message 3 of 4
(763 Views)

Use the Digital IIR Filter VI.  You will need to use Build Waveform to convert your float array into a waveform data type.

0 Kudos
Message 4 of 4
(748 Views)