LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

delete rows from array within limits

Hello,

 

I am attempting to delete the rows that are a multiples of the fundamental entry.  However, the multiples of the fundamental are not always an exact multiple, they can differ by up to 3M.  So, from the origial array,:

130.4M -65.386

149.4M 9.6346

172.2M -64.981

301.4M -17.273

426.8M -68.169

449.6M -820.72m

472.4M -66.132...

with the multiples of 149.4M deleted, the output array should be:

130.4M -65.386

172.2M-64.981

426.8M -98.169

472.4M -66.132...

 

Any help will be greatly appreciated!

 

Thanks,

hiNi.

0 Kudos
Message 1 of 4
(2,546 Views)

Hi,

 

this may work :

snippet 2.png

 

Here are the results :

 

snippet2.1.png

 

I hope it will help

Giuliano Franchetto
Student at the l'Ecole Nationale Supérieure des Mines de Saint-Etienne, cycle ISMIN (FRANCE)
Message 2 of 4
(2,534 Views)

This?

 

 

original.png

Message 3 of 4
(2,523 Views)

In this solution, only half of the cases will be filtered.

 

For example, if the fundamental is 100, 101 will be filtered, but not 99.

Giuliano Franchetto
Student at the l'Ecole Nationale Supérieure des Mines de Saint-Etienne, cycle ISMIN (FRANCE)
0 Kudos
Message 4 of 4
(2,514 Views)