LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What exactly is the "intervals" input of the "Mode PtByPt.vi"?

I'm using this "Mode PtByPt.vi" now. I cannot get it to work as I want, since I don't know what the "intervals" input really is. ?How will it affect the "Mode" output of my input data. Appreciate if someone can explain
0 Kudos
Message 1 of 3
(2,633 Views)
"Mode PtByPt" works by creating a histogram of the input data and then searching for the interval/bin with the most members. "Intervals" defines the number of histogram bins (dX). "Sample Length" defines the total size of the region being analyzed (Xmax - Xmin).

Good luck,

-Jim
Message 2 of 3
(2,633 Views)
Sorry, I made a slight mistake. "Intervals" defines the number of histogram bins (N = (Xmax -Xmin)/dX).
0 Kudos
Message 3 of 3
(2,633 Views)