12-06-2022 01:03 PM
Hi!
How convert output cluster to dynamic data in order to filter my signal before graphing?
12-06-2022 02:19 PM
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)?
12-06-2022 04:11 PM - edited 12-06-2022 04:18 PM
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
12-06-2022
04:59 PM
- last edited on
11-07-2024
01:58 PM
by
Content Cleaner
Use the Digital IIR Filter VI. You will need to use Build Waveform to convert your float array into a waveform data type.