dhogborg/rtl-gopow

Difference when using concatenated data files vs concatenated images

shmick opened this issue · 4 comments

I ran 5 x rtl_power scans for 10 minutes, each using a different gain (10, 20, 30, 40, 50)

for i in 10 20 30 40 50
do rtl_power -f 566M:608M:5k -e 10m -g $i -p 60 -i 1 -D 0 output-$i.log
done

Test 1: Process each file with gopow, ending up with 5 images. Use imagemagick to append the images into a single image.

Results: It looks like some sort of gain normalization routine is used, which results in 5 very similar looking images.

Test 2: Concatenate the 5 rtl_power data files into 1 large file and process the log file with gopow

Results: More of what I was expecting, with each scan getting more noisy as the gain is increased.

See image:

gopow

Your observations are correct, the data is normalized (table.go).

This is something I can consider making optional, by letting the user specify the range manually.

That would be a nice feature to have. This is a great utility, thanks so much for making it available.

This feature is now available in the latest release. (1c915a2)

Thanks for this. I'm already finding it to be a great help for being able to "zoom in" on things.