LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

central limit theorem

Solved!
Go to solution

That's unintuitive. Why would riffling dbls with the for loop be faster than riffling in the DLL? The only difference is the number of samples (30 instead of 40).

0 Kudos
Message 11 of 12
(661 Views)

@Oligarlicky wrote:

That's unintuitive. Why would riffling dbls with the for loop be faster than riffling in the DLL? The only difference is the number of samples (30 instead of 40).


 

Sorry, I don't understand what you are trying to say. There is always a dll used.

 

You always need to riffle 40 samples, in the I32 version, you are processing 160bytes wile in the DBL version you are processing 320bytes for the riffle operation. If the loop is set for 30 iterations, we are trimming the output automatically.

0 Kudos
Message 12 of 12
(646 Views)