LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the High Throughput Division to handle fixed array in the SCTL

Hello! The hardware is PXIe-1071 and PXIe-5170r 

I get four channel fixed Aarray from the sample data in just the pic following 

After the collection of data I want to handle it with high throughput division. But it don't support array 

I have tried the for loop with Autoindex but high throughput division can't use in the for loops in the SCTL

 

0 Kudos
Message 1 of 6
(3,053 Views)

Use the index array to get each element seperately and implement 4x high throughput division separately.

 

What clock rate does the data arrive at?

0 Kudos
Message 2 of 6
(3,043 Views)

I want the data after high throughput division to be array again 

The way like this may not achieve this 

The clock rate is Date clock .the rate of the collection is 250Ms/s.

 

0 Kudos
Message 3 of 6
(3,036 Views)

I want the data after high throughput division to be array again 

The way like this may not achieve this 

The clock rate is Date clock .the rate of the collection is 250Ms/s.

 

Download All
0 Kudos
Message 4 of 6
(3,035 Views)

Are you always going to divide by a constant?  If so, then multiplying by 1\constant is much more efficient.

 

Also, you need to have the 4x division in PARALLEL, not in series.  Before, you index array, after you build array.

0 Kudos
Message 5 of 6
(3,030 Views)

I want one array to divide one array in the SCTL use high-throughput division 

But use index ,I can get just one element of array. 

I have tried use for loop to use like a counter to increase the index number to get all elements,

Just like this but it's only get one element too.

0 Kudos
Message 6 of 6
(2,993 Views)