LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Editing Signal Cluster

Solved!
Go to solution

What are the best tools to use in LabVIEW for signal editing.  Like in removing pieces of signals from beginning and end, or adding signals at beginning or end of the signal cluster array.  Or is this just a "Y" parameter operation for Signal Cluster?

0 Kudos
Message 1 of 4
(1,984 Views)

Hi Edmund.M.Williams,

 

Could you clarify what you mean by Signal Cluster?

 

It sounds like you might be referring to a waveform. In this case, you'll likely be using Array Functions to modify the Y parameter to add/remove pieces. See the link below for more information:

 

Using the Waveform Data Type in LabVIEW

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8qkSAC&l=en-US

Jiwhan S.
Technical Support Engineer
National Instruments
0 Kudos
Message 2 of 4
(1,937 Views)

@JiwhanS wrote:

Hi Edmund.M.Williams,

 

Could you clarify what you mean by Signal Cluster?

 

It sounds like you might be referring to a waveform. In this case, you'll likely be using Array Functions to modify the Y parameter to add/remove pieces. See the link below for more information:

 

Using the Waveform Data Type in LabVIEW

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8qkSAC&l=en-US


This is what the Cluster looks like:

It looks like the only thing that can be manipulated concerning the signal is the Y array.  changing the "dt" will change the frequency, which is undesirable.

Waveform Signal Cluster.JPG

0 Kudos
Message 3 of 4
(1,898 Views)
Solution
Accepted by topic author Edmund.M.Williams

Hi Edmund,

 

This is what the Cluster looks like:

So you are using a waveform (as can be read in the label of that control)…

Did you read the link on waveforms and understand what they represent and are used for?

 

It looks like the only thing that can be manipulated concerning the signal is the Y array. changing the "dt" will change the frequency, which is undesirable.

Well, you can manipulate 3 items: t0, dt and that Y array. (You can edit even more items, as waveforms also carry attributes.)

Editing those 3 items can be useful in many situation, even when you declare it as "undesirable"…

There is a palette full of waveform functions.

There is a signal prcessing palette,also able to handle waveforms.

You can unbundle the Y array and manipulate is using array or other math/signal processing functions.

You can do anything you like with those sample data!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(1,895 Views)