cancel
Showing results for 
Search instead for 
Did you mean: 

histograms with two peaks when detecting a single target

旭王.1
Associate II

We are using VL53L3CX evaluation board to dig out some information from the histogram.

The 24-bin histogram are retreived by calling the Get_AdditionalData function. Two consecutive sets of histograms are got, when we use a white wall as target and the distance between EVM and the wall is 70cm. As shown below, there are two peaks in each consecutive histograms, which make me confused. Is it reasonable to get histograms just like these? Or I got something wrong on retreiving data?

0693W00000GY6xLQAT.pngMany thanks,

XM

2 REPLIES 2
John E KVAM
ST Employee

in very approximate terms each bin is worth 20cm. So at 70cm you would expect no data in bins 0, 1, and 2, a half portion in bin 3 and a full bin 4.

So the shape of your histogram looks right.

So now to your issue with the two 'lumps'.

To detect radar aliasing (which you can google) we do 2 ranges - an A and a B range. And report back after each 'half'.

And they have different pulse repetition timings.

So one range has 4 extra bins in it. (One has 20 bins, the other 24 bins)

But we want to maximize the use of data.

So the first 4 bins of the short one of the ranges is AMBIENT and not distance data.

If you take either the even ranges or the odd ranges they will be consistent.

Or if you remove the first 4 ambient data points the evens will line up with the odds.

I have carefully left out which is the short one with ambient, and which is the long one without ambient. Because I always forget.

But look at the data. It will be obvious.

I don't think the chip designers never planned on the histograms being so useful to people. So they didn't make it as easy as they could have.

  • john


Our community relies on fruitful exchanges and good quality content. You can thank and reward helpful and positive contributions by marking them as 'Accept as Solution'. When marking a solution, make sure it answers your original question or issue that you raised.

ST Employees that act as moderators have the right to accept the solution, judging by their expertise. This helps other community members identify useful discussions and refrain from raising the same question. If you notice any false behavior or abuse of the action, do not hesitate to 'Report Inappropriate Content'
旭王.1
Associate II

Thanks, that's very helpful.

A further question is when we measured some unique distances, the even or odd histograms show "probably" two peaks but not so complete.

For example as plotted below, when the distance is 1100mm, two clear separate "peaks" appear in the odd histogram (left blue), but for the even one (right red) the peak number seems to be three? I guess through some repartition operation, these three peaks shall be recombined into two, but I don't know the detailed principle and the hiden reasons.

0693W00000GYKxyQAH.pngCould you please lead me some clue?

Many thanks,

XM